Issue:
Working on deploying new PCs with Windows 10 and Office 365 Pro Plus throughout our environment. When a user opens outlook for the first time, they are prompted to enter their username and password with a checkbox to save the password. Our goal is to make the process seamless for the user so it simply takes their Windows logon credentials or somehow integrates with Windows 10/Office 365 and the modern authentication protocols so the user can log on to a PC and just open up Outlook. No prompt and no having to reenter is when you change your password.
Solution:
Enable Modern authentication with the help of below command.
Set-OrganizationConfig -OAuth2ClientProfileEnabled $true
Comments
0 comments
Please sign in to leave a comment.