Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 703 Bytes

Get-CIPPUserGroups.md

File metadata and controls

20 lines (16 loc) · 703 Bytes

Get-CIPPUserGroups

SYNOPSIS

Retrieves the groups that a user belongs to.

DESCRIPTION

The Get-CIPPUserGroups function retrieves the groups that a user belongs to based on the provided CustomerTenantID and UserID.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant.

-UserID

Foo Foo
The ID of the user.

EXAMPLE 1

PS > Get-CIPPUserGroups -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -UserID "user@domain.com"