Forum Discussion
JasonPg
May 18, 2021Copper Contributor
Force email password for specific users are partial work from outlook
Hi, I have already enabled modern authentication by input following command from PowerShell Set-OrganizationConfig -OAuth2ClientProfileEnabled $true Verify that the change was successful Get...
VasilMichev
May 18, 2021MVP
Password changes are not immediate, it might take a while (until the token has expired) for them to be enacted. For faster result, you can ask the user to login to OWA or any of the browser endpoints, preferably in a private session. Or just wait.
JasonPg
May 20, 2021Copper Contributor
I though the Outlook will take immediately action, you mentioned .......until the token has expired.......can I find this information from MS official website?
However, I can wait, thanks your reply.