Guest User

Untitled

a guest
Aug 28th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Import-Module 'Posh-SSH'
  2. $ishBaseUrl = "https://<link>"
  3. $ishUsername = "<username>"
  4. $ishPassword = "<password>"
  5. $targetOutputName = "DocPortal"
  6. echo "" ; "Job started: $(Get-Date)" ; ""
  7. $ishSession = New-IshSession -WsBaseUrl $ishBaseUrl -IshUserName $ishUsername -IshPassword $ishPassword
Add Comment
Please, Sign In to add comment