0

I am using Orchestrator runbook in which there is a ".net run script" which even runs Powershell script, i have to write a Powershellscript which Query the SCCM 2012 for the SW(given as parameter) and install it on the VM (given as parameter). i have already list of Softwares as an application in the Software Library of SCCM 2012.

pnuts
  • 58,317
  • 11
  • 87
  • 139

1 Answers1

2

If you're using Orchestrator a much simpler solution (more in keeping with Orchestrator) would be to install the "System Center Integration Pack for System Center 2012 Configuration Manager" and use the activities defined there:

http://technet.microsoft.com/en-us/library/hh967537.aspx
http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=28725

You can either:

Gareth Oakley
  • 1,020
  • 1
  • 12
  • 34