Resets the password for a user in the CIPP system.
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.
![]()
![]()
Specifies whether the user must change their password upon next login. The default value is "true".
PS > Set-CIPPResetPassword -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -UserID "user@domain.com" -MustChange "false"