Guest User

Untitled

a guest
Oct 15th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #Class ID names
  2. $IDuserName = "user_name"
  3. $IDuserPass = "user_password"
  4.  
  5. $url = "https://isssupport.service-now.com/"
  6. #$url = "https://hse.issworld.com"
  7. $ie = New-Object -com InternetExplorer.Application
  8. $ie.visible = $true
  9.  
  10. $ie.navigate($URL)
Add Comment
Please, Sign In to add comment