Guest User

Untitled

a guest
Aug 9th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $username = "agave@automation.nutanix.com";$password = "automation" | ConvertTo-SecureString -asPlainText -Force;$credential = New-Object System.Management.Automation.PSCredential($username,$password);Add-Computer -DomainName "automation.nutanix.com" -Credential $credential -Restart -Force
Add Comment
Please, Sign In to add comment