Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: List Runbooks with PowerShell

Summary: Use community-based cmdlets to list available runbooks in Orchestrator. (image)  How can I list the runbooks in Orchestrator by using Windows PowerShell? (image)  Leverage the Orchestrator Web Service PowerShell Cmdlets from CodePlex, and use the following new cmdlets: $ORCHSRV=”MyOrchestratorServerName&rdquo...

PowerTip: Copy Your Script to Notepad Before Editing in Orchestrator

Summary: Easily create a backup before editing in Orchestrator. (image)  Ctrl-Z does not work in the Orchestrator editor window, so how can I protect myself if I make a typing error? (image)  Press Ctrl-A then Ctrl-C to copy the content of your script, open Notepad, and paste a backup copy there. Also within Orchestrator, you can (...