Get-PartnerCustomerConfigurationPolicy
Gets a list of all of a customer's policies.
Syntax
Get-PartnerCustomerConfigurationPolicy
[-CustomerId] <String>
[-PolicyId <String>]
[<CommonParameters>]
Description
Gets a list of all of a customer's policies.
Examples
Example 1
PS C:\> Get-PartnerCustomerConfigurationPolicy -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'
Gets a list of all of a customer's policies.
Parameters
-CustomerId
Identifier for the customer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PolicyId
Identifier for the configuration policy.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.PSConfigurationPolicy