You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the default Microsoft Graph authentication record stored in the current user's .mg folder.
5
+
6
+
.DESCRIPTION
7
+
Loads the Microsoft Graph CLI authentication record from "$HOME/.mg/mg.authrecord.json" and presents it as a custom object. This helps you inspect which account and tenant are used by default when connecting with Microsoft Graph.
8
+
9
+
.EXAMPLE
10
+
Get-ConnectMgDefault
11
+
12
+
Retrieves the default Microsoft Graph authentication record.
0 commit comments