Created
October 1, 2016 17:24
-
-
Save midacts/158dabaf02311083e61f5a32f86d9898 to your computer and use it in GitHub Desktop.
This file contains 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
# http://www.thegeekstuff.com/2014/08/emc-naviseccli-navisphere-cli/ | |
# naviseccli -h H1_SPA storagegroup –list –gname SGroup_1 | |
Param ( | |
[string]$host | |
[switch]$list | |
[string]$gname | |
) | |
$var = naviseccli -h $host storagegroup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment