Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.03 KB

Remove-CIPPGroup.md

File metadata and controls

28 lines (22 loc) · 1.03 KB

Remove-CIPPGroup

SYNOPSIS

Removes a CIPP group.

DESCRIPTION

The Remove-CIPPGroup function is used to remove a CIPP group from the specified customer tenant.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant.

-GroupID

Foo Foo
The ID of the group to be removed.

-Grouptype

Foo Foo
The type of the group.

-DisplayName

Foo Foo
The display name of the group.

EXAMPLE 1

PS > Remove-CIPPGroup -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -GroupID "98765432-1234-5678-9012-34567890ABCD" -Grouptype "Security" -DisplayName "Admins"