powershell - Set-MsolUserPassword, ForceChangePasswordOnly-Parameter not documented -
i want reset bunch of user passwords, forcing them choose new 1 on next login.
but difference between set-msoluserpassword parameter "forcechangepassword" , "forcechangepasswordonly"?
documentation here incomplete , sites in web use both parameters this: set-msoluserpassword -forcechangepasswordonly $true -forcechangepassword $true, without detailed explanation of both params.
Comments
Post a Comment