Showing posts with label list. Show all posts
Showing posts with label list. Show all posts

Wednesday, 6 April 2016

How to get list of All commands for SCOM 2012 R2 Module in Powershell

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
                   get-command - module OperationsManager | more
  • This will list all the commands in SCOM.

Monday, 27 July 2015

Command to Get List of Patches installed on Windows 2008 R2 and Windows 2012

Command to Get List of Patches installed on Windows 2008 R2 and Windows 2012


  • Manytime we get request from application owners who request for list of patches instaled and on what date
  • You can use the below command to get the list of Patches from the server. This will Create a html file called hotfix.html in your C: drive.
  • wmic qfe list brief /format:htable > "c:\hotfix.html"

Sunday, 11 August 2013

Antivirus exclusion list for SCOM 2012 and SCOM 2007 R2

Process Exclusion:


  • monitoringhost.exe (Operations Manager 2007)
  • monitoringhost.exe (Operations Manager 2012)


Directories and Filetype to be Excluded:

SQL Server:


  • C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data
  • D:\MSSQL\DATA
  • E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Log


Change the drive letter appropriate to your environment where the Install,data and logs are.

Exclude the below file types


  • MDF
  • LDF


Management Servers, Gateway server and Agents:


  • C:\Program Files\System Center 2012\Operations Manager\<Component>\Health Service State\Health Service Store



Exclude the below file types


  • EDB
  • CHK
  • LOG


Also exclude the Pagefiles from real-time scanning.