Skip navigation
PowerShell One-liner: Getting the List of Available ConfigMgr Cmdlets

PowerShell One-liner: Getting the List of Available ConfigMgr Cmdlets

Configuration Manager 2012 SP1 contains a slew of new PowerShell Cmdlets to help manage and manipulate your ConfigMgr environment. If you'd like to get the full list of available Cmdlets, you can use a simple one-line script to retrieve the results.

Configuration Manager 2012 SP1 contains a slew of new PowerShell Cmdlets to help manage and manipulate your ConfigMgr environment. If you'd like to get the full list of available Cmdlets, you can use a simple one-line script to retrieve the results.

With the ConfigMgr module imported, run this at the PowerShell prompt:

 

get-command -module ConfigurationManager | out-gridview

 

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish