Guest User

Untitled

a guest
Nov 15th, 2017
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $username = 'username'
  2. $password = 'password' | ConvertTo-SecureString -asPlainText -Force
  3. $credential = New-Object System.Management.Automation.PSCredential($username, $password)
  4. Set-TridionCoreServiceSettings -Credential $credential -Hostname "localhost" -Version Web-8.5 -Persist
  5.  
  6. Get-TridionUser
Add Comment
Please, Sign In to add comment