Guest User

Untitled

a guest
Feb 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import-module WebAdministration
  2.  
  3. Write-Host "`n Listing sites with SSL bindings"
  4. Write-Host "**********************************`n"
  5. ls IIS:\SslBindings | Foreach {
  6. Write-Host " - $($_.Host)"
  7. }
  8. Write-Host "`n**********************************"
Add Comment
Please, Sign In to add comment