Skip to content

Instantly share code, notes, and snippets.

@kayasax
Created August 17, 2016 06:14
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 kayasax/4a9ef3029622bb1be2eb881606ae2439 to your computer and use it in GitHub Desktop.
Save kayasax/4a9ef3029622bb1be2eb881606ae2439 to your computer and use it in GitHub Desktop.
listing WMI namespace
gwmi -namespace "root" -class "__Namespace" | Select Name
Be careful: There are TWO underscores in front of Namespace!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment