Kerry Boomsliter | I loaded the IP into my 2012 Orchestrator test instance.<!--?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /-->
I tested a connection using Cisco UCS PowerTool to verify credentials and the module.
I then set up the Cisco UCS Prerequisites for PSModulePath, leaving the value blank to default as described in the documentation.
Using the runbook tester, my first pass at making a connection fails with the following error text:
Access to the registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell' is denied.
Exception: CmdletInvocationException
Target site: PipelineBase.Invoke
Stack trace:
at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
at System.Management.Automation.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context) |