Guest User

Untitled

a guest
Aug 27th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Import-Module 'Posh-SSH'
  2.  
  3. $ishBaseUrl = ""
  4.  
  5. $ishUsername = ""
  6.  
  7. $ishPassword = ""
  8.  
  9. $targetOutputName = "DocPortal"
  10.  
  11. $global:TotalPubs = 0
  12.  
  13. echo "" ; "Job started: $(Get-Date)" ; ""
  14.  
  15. $ishSession = New-IshSession -WsBaseUrl $ishBaseUrl -IshUserName $ishUsername -IshPassword $ishPassword
Add Comment
Please, Sign In to add comment