Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1021 Bytes

Set-CIPPRevokeSessions.md

File metadata and controls

24 lines (18 loc) · 1021 Bytes

Set-CIPPRevokeSessions

SYNOPSIS

Revokes sessions for a specified user in the CIPP system.

DESCRIPTION

The Set-CIPPRevokeSessions function revokes sessions for a specified user in the CIPP system. It sends a request to the CIPP API to revoke all active sessions for the specified user.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant for which the sessions need to be revoked.

-UserID

Foo Foo
The ID of the user for whom the sessions need to be revoked.

-UserName

Foo Foo \

EXAMPLE 1

PS > Set-CIPPRevokeSessions -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -UserID "281ceb6e-3d12-4a7f-b571-3c4f35ad85bc"