Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Last active March 27, 2016 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/76f89aa26791188cac5c to your computer and use it in GitHub Desktop.
Save PlagueHO/76f89aa26791188cac5c to your computer and use it in GitHub Desktop.
Get list of iSNS Servers an iSCSI Initiator is registered with using PowerShell
Get-WmiObject `
-Class MSiSCSIInitiator_iSNSServerClass `
-Namespace root\wmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment