Get-DomeneshopInvoice¶
SYNOPSIS¶
Gets Domeneshop invoices.
SYNTAX¶
List (Default)¶
Get-DomeneshopInvoice [-Context <string>]
Get by ID¶
Get-DomeneshopInvoice -InvoiceID <int> [-Context <string>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Lists invoices, or gets a specific invoice by invoice number.
EXAMPLES¶
EXAMPLE 1¶
Get-DomeneshopInvoice
List all Domeneshop invoices.
EXAMPLE 2¶
Get-DomeneshopInvoice -InvoiceID 1001
Get invoice 1001.
PARAMETERS¶
-Context¶
The stored credential context to use instead of the default.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-InvoiceID¶
The numeric identifier of a specific invoice.
Type: System.Int32
DefaultValue: 0
SupportsWildcards: false
Aliases:
- InvoiceNo
ParameterSets:
- Name: Get by ID
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS¶
None¶
You can't pipe objects to Get-DomeneshopInvoice.
{{ Fill in the Description }}
OUTPUTS¶
System.Object¶
The matching Domeneshop invoices.
{{ Fill in the Description }}
System.Object¶
{{ Fill in the Description }}
NOTES¶
Uses the default context when Context is omitted.