Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 346 Bytes

File metadata and controls

17 lines (11 loc) · 346 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.Reports

$params = @{
	attributeSet = "full"
	billingPeriod = "current"
	currencyCode = "USD"
}

Export-MgReportPartnerBillingReconciliationUnbilled -BodyParameter $params

This example shows how to use the Export-MgReportPartnerBillingReconciliationUnbilled Cmdlet.