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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -