Skip to content

Commit 07b5040

Browse files
author
TaraMeyer
authored
Merge pull request Azure#187 from YuriySamorodov/patch-3
Credentials get blank note - Issue 169
2 parents 08ef111 + 77328f7 commit 07b5040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azureadps-2.0/AzureAD/Connect-AzureAD.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ PS C:\> Connect-AzureAD -Credential $Credential
6262

6363
The first command gets the user credentials, and then stores them in the $Credential variable.
6464

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.
6667

6768
This account authenticates with Azure Active Directory using organizational ID credentials.
6869
You cannot use multi-factor authentication or Microsoft account credentials to run Azure Active Directory cmdlets with this account.

0 commit comments

Comments
 (0)