Related Articles
Not monitored Domain Controllers still showing under Windows Computers – Active Directory MP DiscoverAgentOnly
If you are monitoring Active Directory in a multi-domain environment you might only want to monitor certain domain controller because you don’t have the administrative sovereignty nor any permission to access the other systems.In that case you probably installed the SCOM agents to your domain controllers and imported the Active Directory management pack. If so […]
ARM Template – Deployment Error “[Subscription().SubscriptionId]” The request is invalid…
Recently I authored some ARM stuff in Visual Studio and I had a need for getting the current subscription ID the template is being deployed to. So there is a helper function you can call like this… “subscriptionId”: “[subscription().subscriptionId]” I used it in the template like this… …but as soon I tried to deploy the […]
SCOM – Role Permission For Scheduled Reports
Depending on the SCOM role you are using you might need to give the user the ability to see and run scheduled reports. For example you add the user into the SCOM Operator role in addition you create Report Operator role and you assign this Report Operator role permission for Reporting Services. Marnix Wolf has […]