Guest User

Untitled

a guest
Aug 25th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $username = "agave@automation.nutanix.com";$password = "automation/4u" | 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