How to connect to the Microsoft Graph API using saved user credentials
The official command Connect-MgGraph doesn't support authentication using saved credentials. But there is a solution 👍
Preview v.2 version of the Az.Accounts module supports passing saved credentials in `Connect-MgGraph` by default.
You can authen...
doitpshway.com2 min read