Created
May 22, 2025 20:53
-
-
Save SweetAsNZ/30b3c1292a2a5abf680802ea4e8167ff to your computer and use it in GitHub Desktop.
Get iSCSi NQN Unique Identifier with Windows PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Get-iSCSiIQN { | |
Write-Host -f Green "$($env:COMPUTERNAME)`r`n" | |
Get-InitiatorPort | Select-Object -ExpandProperty NodeAddress | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment