Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.12 KB

Set-CIPPResetPassword.md

File metadata and controls

24 lines (19 loc) · 1.12 KB

Set-CIPPResetPassword

SYNOPSIS

Resets the password for a user in the CIPP system.

DESCRIPTION

The Set-CIPPResetPassword function is used to reset the password for a user in the CIPP system. It sends a request to the CIPP API to reset the password for the specified user.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant in the CIPP system.

-UserID

Foo Foo
The ID of the user whose password needs to be reset.

-MustChange

Foo Foo Foo
Specifies whether the user must change their password upon next login. The default value is "true".

EXAMPLE 1

PS > Set-CIPPResetPassword -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -UserID "user@domain.com" -MustChange "false"