ABCD Azure
  • Home
  • Linkedin
  • GitHub

PowerShell

A collection of 4 posts

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"

Pawel Liebich Pawel Liebich
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&

Pawel Liebich Pawel Liebich
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

Pawel Liebich Pawel Liebich
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

Pawel Liebich Pawel Liebich
ABCD Azure © 2023
Latest Posts Ghost