Related Articles
SMA – Runbooks Not Showing Up (e.g. Cireson SMA Connector)
My colleague and I have been developing runbooks for the past couple of month for automating business services. During this time we have written close to two hundred runbooks. Key application in triggering the runbooks is System Center Service Manager (SCSM) in conjunction with Cireson’s SMA Connector. This works great up to the past month […]
SCSM – Get Service Request Object From Any Nested Child Runbook Activity
When you are starting to automate stuff in your cloud environment you probably use SMA for automation and Service Manager to trigger the necessary runbooks in SMA. As this is really great stuff you will start facing many new challenges because you have to script in PowerShell to achieve your goals. Depending on your architecture […]
SCOM 2016 – Start-SCOMAgentMaintenanceMode PowerShell Way
In SCOM 2016 there is a new way to set maintenance mode on your agent machine itself. Microsoft released a module to set the maintenance mode on the agent server itself. It uses a library (MaintenanceMode.dll) to set maintenance mode parameters on your monitored server. This DLL can be found in the C:\Program Files\Microsoft Monitoring […]