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
The first command gets the user credentials, and then stores them in the $Credential variable.
64
64
65
-
The second command connects the current PowerShell session using the credentials in $Credential.
65
+
The second command connects the current PowerShell session using the credentials in $Credential.
66
+
Please note that after the second command is completed $Credential variable becomes empty. Please see [Issue #169 on GitHub](https://github.com/Azure/azure-docs-powershell-azuread/issues/169) for more details.
66
67
67
68
This account authenticates with Azure Active Directory using organizational ID credentials.
68
69
You cannot use multi-factor authentication or Microsoft account credentials to run Azure Active Directory cmdlets with this account.
0 commit comments