Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 251 Bytes

Get-PCInvoice.md

File metadata and controls

16 lines (8 loc) · 251 Bytes

Partner Center PowerShell Module (preview)

Get-PCInvoice

Get current payable amount

Get-PCInvoice -summary

Get all invoices

Get-PCInvoice -all

Get an invoice

$invoice = Get-PCInvoice -invoiceid '<invoice id>'