Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Contreras committed Jan 25, 2025
1 parent 6a33242 commit 4152084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workload/scripts/DSCStorageScripts/1.0.2/Configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ Configuration DomainJoinFileShare

$secStringPassword = ConvertTo-SecureString $AdminUserPassword -AsPlainText -Force
$AdminCred = New-Object System.Management.Automation.PSCredential ($AdminUserName, $secStringPassword)
# $AdminCred = New-Object System.Management.Automation.PSCredential ($AdminUserName, $AdminUserPassword)

$ErrorActionPreference = 'Stop'

Expand Down

0 comments on commit 4152084

Please sign in to comment.