Related Articles
PowerShell – Create a Credential Object with NULL Password
In one of my automation tasks I had the need to create a credential object with a $null password – an empty / NULL password. One easy way to do is, create just instantiate a new secure string object using the new() constructor from the .Net class like this: or using New-Object cmdlet like this […]
Microsoft Azure Operational Insights – Connecting Without SCOM
I previously blogged about Microsoft Azure Operational Insights (MAOI). There are two ways you are able to connect to MAOI, first and best way 🙂 is using SCOM to connect using it’s built-in connector. Another and very easy way is to just install the Microsoft Monitoring Agent and connect this agent directly to MAOI. How […]
OMS – Where Can I Find the Sealed OMS MPs / Intelligence Packs?
Sometimes you need to have the sealed version of management packs / intelligence packs which get’s downloaded from OMS. You might need them as reference in your custom management pack solutions or maybe just to explore it. You can find the management packs in your C:\Windows\Temp folder on your SCOM server. As you can see […]