Created
October 3, 2018 10:51
Revisions
-
AsishP revised this gist
Oct 3, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ $userPass = $env:EncryptedPass $keyPath = 'D:\home\site\wwwroot\<FunctionName>\bin\<PasswordFileName>.key' $secPass = $userPass | ConvertTo-SecureString -Key (Get-Content $keyPath) -
AsishP created this gist
Oct 3, 2018 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ $userPass = $env:EncryptedPass $keyPath = 'D:\home\site\wwwroot\getcredentials\bin\<PasswordFileName>.key' $secPass = $userPass | ConvertTo-SecureString -Key (Get-Content $keyPath)