Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: List Runbooks with PowerShell

$
0
0

Summary: Use community-based cmdlets to list available runbooks in Orchestrator.

Hey, Scripting Guy! Question How can I list the runbooks in Orchestrator by using Windows PowerShell?

Hey, Scripting Guy! Answer Leverage the Orchestrator Web Service PowerShell Cmdlets from CodePlex, and use the following new cmdlets:

$ORCHSRV=”MyOrchestratorServerName”

$OWS=NEW-SCOWebServerURL –servername $ORCHSRV

GET-SCOMonitorRunbook –WebServerUrl $OWS | FORMAT-TABLE Path,Name,Id -autosize


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>