0

Is there a way to do the actions done from the SCCM console through a command line interface or powershell interface?

I am talking mainly about the creation of task sequences and installation packages.

The idea is to incorporate this in a development team's build process.

CaptainNemo
  • 99
  • 1
  • 3

1 Answers1

1

Of course. You can achieve most of GUI operations through Powershell either in ConfigMgr. Just download the ConfigMgr Powershell module here.

After installing the powershell module, you can simply connect the ConfigMgr site server via Powershell and find out your desired cmdlet like below:

enter image description here

enter image description here

You can also find the online CmdLet reference here.

Jimmy Sun
  • 319
  • 1
  • 4