PowerShell How to add Dependency Agent to VM in Azure using PowerShell and ARM Template Some solutions in OMS like Network Performance Monitor or Service Map require Dependency Agent installed on Virtual Machine. Let's try to add this in the most efficient way. ARM Template { "$schema"
OMS How to deploy Performance Counters in OMS with PowerShell To have working alerts we need collect data for them. We can define performance counters with simple fuction. #Instance ################################## $InstanceNameAll = "*" $InstanceNameTotal = '_Total' #Objects ################################## $ObjectCache = "Cache" $ObjectLogicalDisk = "LogicalDisk&
OMS How to deploy OMS Alerts with ARM Template OMS is a great tool, but I can't imagine to set it manually. Most boring part is Alerting, so I prepared ARM Template for that. Before we start coding we need to understand
OMS How to bulk install OMS solutions with PowerShell What is Operations Management Suite (OMS)? The (OMS), previously known as Azure Operational Insights, is a software as a service platform that allows an administrator to manage on-premises and cloud IT assets from