Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Last active January 29, 2020 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamdriscoll/b2bfe21c580152d6ca8fecd5df6591a4 to your computer and use it in GitHub Desktop.
Save adamdriscoll/b2bfe21c580152d6ca8fecd5df6591a4 to your computer and use it in GitHub Desktop.
Creates a new credential for Universal Automation
$PasswordVariable = Get-UAVariable -Name 'password'
$Credential = New-UACredential -UserName 'iis' -Password $PasswordVariable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment