< Back

Get-PartnerCustomerOrderProvisioningStatus

Sat Jan 18, 2020 6:29 pm

NAME Get-PartnerCustomerOrderProvisioningStatus



SYNOPSIS

Gets the provisioning status for a customer order.





SYNTAX

Get-PartnerCustomerOrderProvisioningStatus -CustomerId <String> -OrderId <String> [<CommonParameters>]





DESCRIPTION

Gets the provisioning status for a customer order.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-OrderId <String>

The identifier for the order.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.Orders.PSOrderLineItemProvisioningStatus







NOTES









-------------------------- Example 1 --------------------------



PS C:> Get-PartnerCustomerOrderProvisioningStatus -CustomerId '2ca7de6c-c05c-46b5-b689-32e53573a97a' -OrderId

'kyTs4y7jRu99MyeIudk6Q1G_aeUdT_tu1'



Gets the provisioning status for a customer order.







RELATED LINKS

Online Version:

https://docs.microsoft.com/powershell/m ... ningStatus