Related Articles
SCOM 2012 Linux Monitoring (Lab) – Part 4 Monitoring Application Server
In Part 3 we deployed the agent to LINUX and started to monitor SUSE LINUX. But just want to give you some impression how and what it is going to look like. The diagram shows you disk, network card and the operating system in a nice view. There is a lot of data you get […]
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 […]
SCORCH 2012 – SCOJob Runner Error “The requested operations requires Publish permissions on the Runbook”
There is a very cool and useful tool to trigger Runbooks from a command line. It is called SCOJobRunner and you can download it here. The tool uses the Orchestrator web service to interact with Runbooks. Well I had been playing around with it and then I hit the following error when I tried to start a […]