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
June 2013
(27)
May 2013
(57)
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
>
powershell
Tagged Content List
Blog Post:
PowerShell – Connecting to Configuration Manager
J.C. Hornbeck
Welcome to installment #2. In case you missed installment #1 - Getting Started – here’s the link . With the Getting Started blog, you tried a few basic Windows PowerShell cmdlets. I hope you took a bit of time to explore what other cmdlets ...read more
on
27 Mar 2013
Blog Post:
Powershell Basics
J.C. Hornbeck
Hello Configuration Manager administrators. It’s time to get acquainted with Windows PowerShell! We’ve finally introduced native Windows PowerShell support with System Center 2012 Configuration Manager SP1. Many of you know that Windows ...read more
on
13 Mar 2013
Blog Post:
Extending the Application Catalog in System Center 2012 Configuration Manager
J.C. Hornbeck
The Application Catalog in System Center 2012 Configuration Manager allows users to browse, request, and install software that you make available to them. You might be wondering if you can tailor the Application Catalog capabilities to better suit your ...read more
on
19 Sep 2012
Blog Post:
Quick Tip: New Implicit ForEach in PSv3
J.C. Hornbeck
I saw this today in an email from PowerShell.com and had to pass it on… seems like PSv3 is going to have lots of little handy additions: Implicit Foreach in PSv3 PowerShell v3 Beta is available for quite some time now, so every now and then we start tossing ...read more
on
12 Jun 2012
Blog Post:
More Fun with COM: Importing Integration Packs via PowerShell
J.C. Hornbeck
Around the office, we have more and more internal teams that are latching on to Orchestrator and wanting to use it for building all sorts of integrations and automations, but one of the things that comes up from time to time is how to get the ability ...read more
on
24 May 2012
Blog Post:
Make Your PowerShell Script Activities Go “Splat”!
J.C. Hornbeck
There are always interesting shortcuts and magical techniques to discover in PowerShell, and “splatting” is one of them. Splatting allows you to bundle a set of parameters into a hashtable and then simply using it as single parameter to a PowerShell function ...read more
on
21 May 2012
Blog Post:
Quick Tip: Checking PowerShell Scripting Abilities on a Computer
J.C. Hornbeck
I do lots of PowerShell scripting, both inside runbooks and in stand-alone scripts. I have my own little virtual lab with a bunch of VMs and a domain controller that has a group policy assigned to enable the right PowerShell scripting settings on all ...read more
on
14 May 2012
Blog Post:
A Quick Look at the New PowerShell Activities in the DPM and VMM IPs
J.C. Hornbeck
When we on the product team create an integration pack for a product, whether it’s for System Center or another Microsoft products, or even a 3rd-party product, our goal is not to try and replicate everything that product does in the form of runbook activities ...read more
on
9 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:
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:
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:
End to End Application Packaging, Deployment and State Management using Server App-V
J.C. Hornbeck
This blog post will cover a portion of my MMS session (AM-B316) and will be useful if you're looking to familiarize yourself with some of the key value propositions of Server App-V. This post will allow you to: Grasp how packaging using the Server ...read more
on
24 Apr 2012
Blog Post:
PowerShell Script to Backup OpsMgr Overrides and Unsealed Management Packs
J.C. Hornbeck
Attached is a PowerShell script that can be used to backup overrides and unsealed Management Packs from Operations Manager 2012, as well as OpsMgr 2007 R2 . This script is an update to the PS script that my friend Boris Y had written a while ago. The ...read more
on
15 Apr 2012
Blog Post:
WSUS on Windows Server “8” Administrative Tasks using PowerShell – Part 1
J.C. Hornbeck
Author: Yuri Diogenes - Senior Technical Writer Technical Reviewers: Cecilia Cole - Program Manager, Travis Plunk - Software Developer Engineer In our previous post , we demonstrated how to install the WSUS Role on Windows Server “8” using PowerShell ...read more
on
12 Apr 2012
Blog Post:
VMM Technical Documentation and PowerShell Cheat Sheet
J.C. Hornbeck
Microsoft’s own Jonathan Jordan recently posted a couple good articles over on his VMM blog, one regarding Technical Docs for VMM and the other his own personal PowerShell Cheat Sheet. If you haven’t seen these yet then you’ll definitely want to ...read more
on
10 Apr 2012
Blog Post:
KB: How to add a product key to an eval version of System Center 2012 Operations Manager
J.C. Hornbeck
Here’s a new Knowledge Base article we published today. This one tells you how to update or add the product key in System Center 2012 Operations Manager: ===== Symptoms After you installing System Center 2012 Operations Manager, you may look at Help ...read more
on
10 Apr 2012
Blog Post:
A script to allow easy testing of your App-V package on any OS
J.C. Hornbeck
Time and patience are required when creating App-V packages and testing them on various operating systems. You should always target your packages for the right operating system (OS), but testing shows that a package made for one Windows OS may run on ...read more
on
3 Apr 2012
Blog Post:
Installing WSUS on Windows Server “8” Beta using PowerShell
J.C. Hornbeck
Authors: Travis Plunk , Software Developer Engineer Yuri Diogenes , Senior Technical Writer Technical Reviewers: Cecilia Cole, Program Manager In our previous post , we demonstrated how to install the WSUS Role on the Windows Server “8” Beta using the ...read more
on
20 Mar 2012
Blog Post:
Useful PowerShell Commands for Operations Manager 2007
J.C. Hornbeck
I was looking through all of the new articles over on our TechNet Wiki and came across this one that I thought you might find useful. It was written by Microsoft Premier Field Engineer Mazen Ahmed and it contains a few PowerShell commands that will ...read more
on
1 Mar 2012
Page 1 of 2 (31 items)
1
2