Related Articles
SCOM 2012 – NetApp MP 3.1 Error 1923 (VIM_Service)
If you are going to setup the NetApp OnCommand Plug-in 3.1 as I posted here there is a chance that you run into an “Error 1923Service OnCommand Virtual Infrastructure Management Service (VIM_Service) could not be installed. Verify that you have sufficient privileges to install system services.”
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 – PowerShellGet Module “Publish-PSArtifactUtility : Cannot process argument transformation on parameter ‘ElementValue’”
In PowerShell 5.0, Microsoft introduced the PowerShellGet module. This module contains cmdlets for different tasks. E.g. it lets you easily install / upload PowerShell modules / scripts from and to an online gallery such as PowerShellGallery.com. It even lets you find scripts, modules and DSC resources in such repositories. This is a fantastic way to […]