Skip to content

Commit

Permalink
Updated CreateFPAdminUser.ps1 in Azure Automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nboettcher committed Mar 2, 2016
1 parent 063a973 commit 3e1f0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CreateFPAdminUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $connection.Open()
$connection.Close()

#run grant script
.\ExecuteSQLScript.ps1 -SQLSERVER $sqlServer -Database $database -FileName "GrantFPAdmin.sql" -fpadminUser $userName
#.\ExecuteSQLScript.ps1 -SQLSERVER $sqlServer -Database $database -FileName "GrantFPAdmin.sql" -fpadminUser $userName

$password = $password | ConvertTo-SecureString -asPlainText -Force
$cred = New-Object -TypeName System.Management.Automation.PSCredential($userName, $password)
Expand Down

0 comments on commit 3e1f0a1

Please sign in to comment.