Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.12 KB

Remove-CIPPMEMPolicy.md

File metadata and controls

24 lines (19 loc) · 1.12 KB

Remove-CIPPMEMPolicy

SYNOPSIS

Removes a Microsoft Endpoint Manager (MEM) policy.

DESCRIPTION

The Remove-CIPPMEMPolicy function removes a specified Microsoft Endpoint Manager policy from CIPP.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the ID of the customer tenant where the operation will be performed. This parameter is mandatory for proper data isolation and multi-tenancy compliance.

-PolicyId

Foo Foo
Specifies the ID of the policy to remove.

-UrlName

Foo Foo
Specifies the URL name for the policy type in the Graph API (e.g., 'configurationPolicies', 'deviceConfigurations').

EXAMPLE 1

PS > Remove-CIPPMEMPolicy -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -PolicyId "98765432-4321-4321-4321-BA0987654321" -UrlName "configurationPolicies"