< Back

Remove-PartnerCustomerConfigurationPolicy

Sat Jan 18, 2020 6:35 pm

NAME Remove-PartnerCustomerConfigurationPolicy



SYNOPSIS

Removes the specified configuration policy.





SYNTAX

Remove-PartnerCustomerConfigurationPolicy [-CustomerId] <String> -PolicyId <String> [<CommonParameters>]





DESCRIPTION

The Remove-PartnerCustomerConfigurationPolicy removes the specified configuration policy.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PolicyId <String>

The identifier for the configuration policy.



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

System.Boolean







NOTES









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



PS C:\\> Remove-PartnerCustomerConfigurationPolicy -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -PolicyId

2975afbf-4859-4d56-9f8d-e86996db92dd



Remove the configuration policy with the identifier of 2975afbf-4859-4d56-9f8d-e86996db92dd from the customer with

the identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.







RELATED LINKS

Online Version:

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