I was asked to create a list of what we are backing up with DPM, including the schedule and frequency. I looked around and came […]
Continue readingCategory: System Center
Use PowerShell to Retrieve a List of Servers from VMM
Useful script to go after servers in VMM and output the list to a csv file.
Continue readingClear Orchestrator Logs from Runbooks by Folder Name
I found it useful to clear Orchestrator Runbook logs by Folder. This allowed me to clear smaller chunks of logs from Orchestrator where in the […]
Continue readingSearch Orchestrator for Text Under an Activity’s Script
I had a client request that I search within all scripts within their PowerShell objects in Orchestrator for a string. They had over 1,000 Runbooks […]
Continue readingAdd a New Windows Events Monitor to Ops Manager 2012
I don’t add monitors and alerts to Ops Manager often, so I thought I’d post a refresher: Open Ops Manager Click on Authoring Expand Management […]
Continue readingRenew DHCP in Ubuntu Linux
I often have to look this up. Release a DHCP lease in Ubuntu with the following command (for the GUI search for gnome-terminal): sudo dhclient -r […]
Continue readingLinux VM Deployment from Orchestrator Using a VMM Template
I had to capture this in a blog as soon as possible so this article might be rough. I just successfully deployed a Linux VM […]
Continue readingUsing .NET C# and the Orchestrator Web Service
I needed to capture the blogs I used to create the helper class for the website I am building. This site will launch Orchestrator Runbooks […]
Continue readingOrchestrator – Matching on the New Line Character
There may be a bug in the way Orchestrator matches the new line character (\n). Sometimes it just does not find the new line! After a […]
Continue readingOrchestrator – Looping on a PowerShell Object
Looping can be a little tricky if you don’t know the rules Orchestrator uses: The Exit tab specifies the conditions that will determine if the loop […]
Continue reading