Related Articles
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 […]
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 […]
SQL Server Management Pack – Populate Run As Account With Agent Objects In One Shot (PowerShell)
I have so many ideas from other products which I would like to blog about, but somehow I get stuck with SCOM all the time, like an addict. Well, today I implemented the SQL Server management pack for a large customer and as you might know you need to configure a Run as account and […]