We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96c8dd2 + ecc8ba5 commit 53b6badCopy full SHA for 53b6bad
Support/ERCS_Logs/ERCS_AzureStackLogs.ps1
@@ -519,7 +519,7 @@ if($IP)
519
}
520
#username and password
521
$global:progresspreference ="Continue"
522
- $user = "azurestack\CloudAdmin"
+ $user = "CloudAdmin"
523
Write-Host "`n`t[PROMPT] Enter password for $($user)"
524
$secpasswd = Read-Host "`n `t`tEnter the password for $($user)" -AsSecureString
525
$mySecureCredentials = New-Object System.Management.Automation.PSCredential ($user, $secpasswd)
0 commit comments