Skip to content

Instantly share code, notes, and snippets.

@midacts
Created October 1, 2016 17:24
Show Gist options
  • Save midacts/158dabaf02311083e61f5a32f86d9898 to your computer and use it in GitHub Desktop.
Save midacts/158dabaf02311083e61f5a32f86d9898 to your computer and use it in GitHub Desktop.
# 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