How to get list of All commands for SCOM 2012 R2 Module in Powershell
- Today i am going to Show you how get list of all commands available in SCOM module.
- First Open the Powershell and Import the SCOM module
Import-Module OperationsManager
- This will load the SCOM module in Powershell
- Then to see all the commands in the OperationsManager Modulle type the below command
- This will list all the commands in SCOM.
No comments:
Post a Comment