Sign in
TechNet Blogs
Technet Blog Images
More ...
Common Tasks
Blog Home
About
RSS for posts
RSS for comments
Search
Tags
Adam Hall
App-V 4.5
App-V 4.6
CM 2012
ConfigMgr 2007
ConfigMgr 2012
configuration manager 2012
Documentation
Download
DPM 2010
Hotfix
How To
Internet Explorer (IE)
KB Article
Operations Manager 2012
OpsMgr 2007
OpsMgr 2012
PowerShell
SCVMM 2012
Security
Security Advisory
Security Bulletin
System Center
TechNet Wiki
Troubleshooting
Archives
Archives
May 2013
(33)
April 2013
(86)
March 2013
(57)
February 2013
(47)
January 2013
(84)
December 2012
(57)
November 2012
(47)
October 2012
(59)
September 2012
(46)
August 2012
(35)
July 2012
(44)
June 2012
(73)
May 2012
(137)
April 2012
(94)
March 2012
(53)
February 2012
(68)
January 2012
(56)
December 2011
(40)
November 2011
(62)
October 2011
(62)
September 2011
(74)
August 2011
(73)
July 2011
(53)
June 2011
(94)
May 2011
(120)
April 2011
(91)
March 2011
(51)
February 2011
(25)
January 2011
(17)
December 2010
(13)
November 2010
(3)
October 2010
(3)
August 2010
(5)
July 2010
(3)
June 2010
(2)
May 2010
(3)
April 2010
(3)
March 2010
(10)
February 2010
(10)
January 2010
(2)
November 2009
(3)
October 2009
(2)
August 2009
(4)
July 2009
(1)
June 2009
(1)
May 2009
(1)
Browse by Tags
TechNet Blogs
>
System Center Unlimited
>
All Tags
>
orchestrator 2012
Tagged Content List
Blog Post:
Service Provider Foundation is Alive & Well in System Center 2012 SP1 Beta
J.C. Hornbeck
To answer a question I've been getting a lot lately: yes, Service Provider Foundation (SPF) is still a part of System Center 2012 SP1. The reason the question is coming up so much is that SPF moved in terms of packaging. Up to and including the CTP2 release ...read more
on
21 Sep 2012
Blog Post:
Download: System Center 2012 Service Pack 1 Beta Integration Pack for VMware vSphere
J.C. Hornbeck
The Integration Pack for VMware vSphere is an add-on for System Center 2012 SP1 Beta- Orchestrator that enables you to connect System Center Orchestrator to your VMware vSphere server to automate actions in VMware vSphere to enable full management of ...read more
on
19 Sep 2012
Blog Post:
KB: Orchestrator Integration Pack for Netcool/OMNIbus activities return error "java.lang.RuntimeException: Invalid ObjectServer data type"
J.C. Hornbeck
Here’s a new Knowledge Base article we published. This one explains how to fix an issue where Orchestrator Integration Pack for Netcool/OMNIbus activities return the error "java.lang.RuntimeException: Invalid ObjectServer data type". ===== Symptoms ...read more
on
6 Sep 2012
Blog Post:
KB: How to determine the version of System Center Orchestrator and its components
J.C. Hornbeck
Here’s a new Knowledge Base article we published today. This one tells you how to determine the version of System Center Orchestrator and its components that you’re running. ===== Summary This article describes how to determine your current System Center ...read more
on
4 Sep 2012
Blog Post:
KB: Orchestrator Run Program activity returns "Process creation failed" "The system cannot find the file specified" error
J.C. Hornbeck
Here’s a new Knowledge Base article we published. This one talks about an issue where the Orchestrator Run Program activity returns a "Process creation failed" "The system cannot find the file specified" error. ===== Symptoms Executing ...read more
on
30 Aug 2012
Blog Post:
KB: Running the Orchestrator "SCOExpressWriter.exe /register" command fails with "Failed to create and register Orchestrator Express Writer"
J.C. Hornbeck
Here’s a new Knowledge Base article we published. This one talks about an issue where running the Orchestrator "SCOExpressWriter.exe /register" command fails with "Failed to create and register Orchestrator Express Writer" and logs ...read more
on
24 Jul 2012
Blog Post:
Quick Tip: Using Encrypted Variables in Orchestrator
J.C. Hornbeck
Orchestrator 2012 introduced the capability to define a global Variable as encrypted. This now allowed admins to use variables to store passwords instead of typing them into lots of different places in runbooks. But if the variable is encrypted, how does ...read more
on
11 Jun 2012
Blog Post:
KB: Unable to deploy Integration Pack for .NET from Orchestrator Integration Toolkit to Orchestrator Runbook Server
J.C. Hornbeck
Here’s a new Knowledge Base article we published. This one talks about an issue where attempting to deploy the Integration Pack for .NET that comes with the Orchestrator Orchestration Integration Toolkit, it fails and logs an event ID 10005. ===== Symptoms ...read more
on
30 May 2012
Blog Post:
KB: "Unknown" activity type displayed in the System Center 2012 Orchestrator Runbook Designer
J.C. Hornbeck
Here’s a new Knowledge Base article we recently published. This one discusses an issue where one or more activities are displayed as "unknown" when viewing a Runbook in the System Center 2012 Orchestrator Runbook Designer. ===== Symptoms When ...read more
on
14 May 2012
Blog Post:
Community Spotlight: Configuration Manager 2007 IP on CodePlex
J.C. Hornbeck
One of our favorite community members, Ryan Andorfer, has updated his community IP for Configuration Manager 2007 to work with Orchestrator, and I thought I’d highlight this IP for everyone. You may know Ryan from his previous IP’s (available on CodePlex ...read more
on
7 May 2012
Blog Post:
OIT Quick Tip: Using PowerShell Switch Parameters in CLI Activities
J.C. Hornbeck
One of the common parameter types in PowerShell is the switch parameter. It’s basically a Boolean (true/false) type of parameter, and you either add it to the command line or not. Here’s an example: get-scoevents get-scoevents –formatXML The above command ...read more
on
4 May 2012
Blog Post:
Orchestrator Quick Tip: Setting Environment Variables in CLI Activities
J.C. Hornbeck
Using the Orchestrator Integration Toolkit’s Command-Line Activity Wizard, you can create your own custom activities really easily just by using a simple command line or one-line PowerShell script. When creating activities, you can specify parameters ...read more
on
3 May 2012
Blog Post:
Orchestrator Quick Tip: “Null” value conditions
J.C. Hornbeck
There are times when you want to validate that the value of a property isn’t blank. For example, you could be checking the output value (published data) of an activity to make sure it’s not blank before proceeding. However, in the list of available comparisons ...read more
on
2 May 2012
Blog Post:
Getting Deeper Information from Orchestrator via COM, part 3
J.C. Hornbeck
Before I start, here are links to the previous parts of this series: Getting Deeper Information from Orchestrator via COM Getting Deeper Information from orchestrator via COM, part 2 In the last two posts, I showed how to connect to the COM interface ...read more
on
1 May 2012
Blog Post:
Getting Deeper Information from orchestrator via COM, part 2
J.C. Hornbeck
In the last post , I showed you how to use PowerShell to connect to the Orchestrator COM interface for getting (and setting) various types of information. Now I’m going to run through a quick demo of how to get things like global resources (variables ...read more
on
1 May 2012
Blog Post:
Getting Deeper Information from Orchestrator via COM
J.C. Hornbeck
I see a lot of requests from people creating integrations with Orchestrator to get information about some of the inner workings of an installation, beyond what’s available via the web service. The web service allows you to retrieve information about: ...read more
on
30 Apr 2012
Blog Post:
Running the Runbook Tester as Another User
J.C. Hornbeck
One of the threads I’ve seen going around the Orchestrator discussion list recently is how to run the Runbook Tester as another user. The Runbook Tester is launched from the Runbook Designer and automatically loads the runbook currently being edited. ...read more
on
30 Apr 2012
Blog Post:
Creating Single-Instance Runbooks without Queuing
J.C. Hornbeck
One of the cool things about Orchestrator is that it can automatically handle multiple-instance threading of runbooks or queue them up depending on your need. For instance, you may have a runbook that processes new users to be added to Active Directory ...read more
on
27 Apr 2012
Blog Post:
Fun with PowerShell v3 “Robust Sessions” in Runbooks
J.C. Hornbeck
A couple of weeks ago, Karl Prosser posted an interesting article on using PowerShell v3 with Orchestrator .And, while at MMS last week, I had an opportunity to sit down and run through one of the PowerShell v3 hands-on labs that were available. In that ...read more
on
27 Apr 2012
Blog Post:
Implementing Your Own Runbook Input Parameter Validation Checking
J.C. Hornbeck
Using the “Initialize Data” activity at the beginning of a runbook allows you to provide input parameters to any runbook. This greatly enhances the flexibility of a runbook by allowing it to be called by another runbook or via the web service, and the ...read more
on
26 Apr 2012
Blog Post:
Finding Out “How Did I Get Here?” in a Runbook
J.C. Hornbeck
I recently saw a new feature suggestion in the Orchestrator feedback on Connect and I realized that we can actually accomplish the requested functionality today in Orchestrator, so I thought I’d share how. Here is the feedback from the customer: There ...read more
on
26 Apr 2012
Blog Post:
Creating and Using Local Variables in a Runbook
J.C. Hornbeck
One of the features in Orchestrator is “Variables”. These are globally-available, statically-defined values (hence the running joke that they’re not actually “variables”, they’re “constants”). They provide a good way to define values that you re-use over ...read more
on
26 Apr 2012
Blog Post:
Orchestrator and Service Manager–Better Together (but not required together)
J.C. Hornbeck
While at MMS last week, it was apparent that many people were still finding out about Orchestrator. One of the most common comments I heard was something like “I really think Orchestrator is cool, but I already have a Service Manager-like tool in place ...read more
on
25 Apr 2012
Blog Post:
Dynamically Modifying Design-Time Properties of an Activity
J.C. Hornbeck
In the last post , I showed how to create a configuration for an activity that shows up in the options menu. I also showed how you can use that configuration setting to modify the actions of the activity at runtime. In this post, I’ll show you how to ...read more
on
24 Apr 2012
Blog Post:
System Center 2012 Orchestrator – Link Conditions
J.C. Hornbeck
I was looking through the new articles over on our TechNet Wiki and came across this one that I thought you might find helpful. This one was written by Microsoft’s own Anil Erduran and in it he talks about Smart Links and link conditions in System Center ...read more
on
10 Apr 2012
Page 1 of 2 (29 items)
1
2