< Back

Get-PartnerCustomerOrderLineItemActivationLink

Sat Jan 18, 2020 6:29 pm

NAME Get-PartnerCustomerOrderLineItemActivationLink



SYNOPSIS

Gets the activation link for the specified order line item.





SYNTAX

Get-PartnerCustomerOrderLineItemActivationLink -CustomerId <String> -OrderId <String> -OrderLineItemNumber <Int32>

[<CommonParameters>]





DESCRIPTION

Gets the activation link for the specified order line item.





PARAMETERS

-CustomerId <String>

The identifier of 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



-OrderLineItemNumber <Int32>

The order line item number.



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.Models.Orders.OrderLineItemActivationLink







NOTES









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



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

'kyTs4y7jRu99MyeIudk6Q1G_aeUdT_tu1' -OrderLineItemNumber 0



Gets the activation link for the specified order line item.







RELATED LINKS

Online Version:

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