Remove-PartnerCustomerConfigurationPolicy
Removes the specified configuration policy.
Syntax
Remove-PartnerCustomerConfigurationPolicy
[-CustomerId] <String>
-PolicyId <String>
[<CommonParameters>]
Description
The Remove-PartnerCustomerConfigurationPolicy removes the specified configuration policy.
Examples
Example 1
PS C:\> Remove-PartnerCustomerConfigurationPolicy -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -PolicyId 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
Remove the configuration policy with the identifier of 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 from the customer with the identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.
Parameters
-CustomerId
The identifier for the customer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PolicyId
The identifier for the configuration policy.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Boolean