Related Articles
SMA – Error “Root element is missing”
While I was building SMA runbooks in the past couple of months I bumped into this rather strange error. So happen few days ago, I tried to call (invoke) a child runbook, from a parent runbook function. SMA returned an error “Root element is missing” I simplified the structure so it looks like this… Function […]
Azure Log Analytics – Portal Refresh
It has been not long ago when Microsoft introduced the new Azure Log Analytics query language and also the new portal experience at http://portal.loganalytics.io . Just as we got used to the portal, I noticed some refreshes and clean up. The portal looks now like this… …the menu to run the query, set the interval, […]
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 […]