Questions tagged [sccm]

System Center Configuration Manager (also known as SCCM) is a systems management software product by Microsoft for managing large groups of Windows-based computer systems. Configuration Manager provides remote control, patch management, software distribution, operating system deployment, network access protection, and hardware and software inventory.

System Center Configuration Manager (also known as SCCM) is a systems management software product by Microsoft for managing large groups of Windows-based computer systems. Configuration Manager provides remote control, patch management, software distribution, operating system deployment, network access protection, and hardware and software inventory.

Before You Post

As SCCM is a product mainly aimed at systems administrators you might also consider searching questions tagged with SCCM on ServerFault for an answer to your question:

https://serverfault.com/tags/SCCM

You should also consider if your question is suitable for StackOverflow. Since StackOverflow mainly caters to developers, good candidates for questions include:

  • Questions regarding the development of extensions to the SCCM console
  • Questions involving programmatic/scripted access to data within SCCM

More general questions regarding SCCM (e.g. managing applications through the SCCM console) may be answered more easily on ServerFault.

Useful Resources

Information regarding the SCCM object model can be found on MSDN:

SCCM 2012: https://msdn.microsoft.com/en-us/library/hh948960
SCCM 2007: https://msdn.microsoft.com/en-us/library/cc145334.aspx

SDKs may also be downloaded from Microsoft:

SCCM 2012: https://www.microsoft.com/en-us/download/details.aspx?id=29559
SCCM 2007: https://www.microsoft.com/en-us/download/details.aspx?id=22552

712 questions
-1
votes
2 answers

Batch Script Variables - Pull from a single line of a text file with multiple lines of variable options

I'm trying to create a batch file that the user can use to connect with SCCM and RDP to PCs that are constantly connected to. I can do this easily with writing out the script for each PC but I would like to do this in a way that I have a text file…
-1
votes
1 answer

Modifying SCCM reports

Supplied within SCCM reports is an SQL statement that grabs the list of computers with given network card. SELECT SYS.Name0, Netcard.Description0,Netcard.MACAddress0, Netcard.Manufacturer0 FROM fn_rbac_R_System(@UserSIDs) SYS,…
Matthieu
  • 45
  • 1
  • 12
-1
votes
1 answer

How to import a device in SCCM

I am new to SCCM. I am trying to import a device in SCCM and how we can assign an IP and Hostname to that device. Is there any possibility to add an IP to a device through CSV file while importing device?
-1
votes
1 answer

Start software updates in several SCCM client, from one remote location

To be honest, I really do not know how I should to start to do this. I tried to search on it, but I did not find what I am looking for. So what I want is an application, which loops through on several server with SCCM client, and start the software…
AME
  • 302
  • 2
  • 17
-1
votes
1 answer

Push licence file on computer who need it

Environment: System Center Configuration Manager 1810 Workstations = Windows 10 1709 / Windows 7 SP1 Application spécific with add-on script to accomplish the tasks Way to accomplish it: Deploy package without licence Push licence file Stop…
Yann F.
  • 91
  • 3
  • 14
-1
votes
1 answer

Importing Active Directory OU's to SCCM with thru PowerShell Code

I need to move my OU's in my Active Directory to SCCM Device Collections using Power Shell. Basically replication AD OU's in SCCM. I have tried to create device collections based off of active directory OU structures but I have hundreds of…
-1
votes
1 answer

SCCM client error after Windows 10 upgrade

I've upgraded the Windows 10 to 1809 for test purposes and now the SCCM client has the problem that it needs a very long time until it starts and then aborts with the error: Loading Software Center returned error code 0x80041001…
ManDal
  • 1
  • 1
-1
votes
1 answer

Why are Wake On Lan scheduled deployments not working SCCM 1802?

Wake On Lan is enabled, subnet directed broadcast method, port = 9 (I've tried several other ports). I've worked with my network team to allow subnet directed broadcasts, and it does work using Right Click Tools (run from server) using same subnet…
-1
votes
3 answers

How to push MSI with parameter using SCCM server

I want to push MSI installer with parameter using SCCM server. i.e. msiexec.exe /i "setup.msi" INSTALLFOLDER="SpecifiedInstallationLocation" CONFIGFILE="FileName" Can I use parameter name defined by me or I have to use specific parameter name in…
Maulik
  • 25
  • 1
  • 6
-1
votes
2 answers

Powershell Script to write to registry based on WMI information

I am looking to use a powershell script to WMI query the computer during post-install of the imaging sequence via MDT/SCCM. Actively there are multiple VB scripts to accomplish parts of the System Properties area (Manufacturer, Model, InstallDate,…
-1
votes
1 answer

SCCM - The software change returned error code +0x80070710(-2147023088) - The account used is a Computer Account

There's not a lot of discussion of this error online so I included the entire error code in the title to help others if we can figure this out here. The problem is that I'm trying to install software that runs completely from a folder without…
not_a_generic_user
  • 1,906
  • 2
  • 19
  • 34
-1
votes
1 answer

Powershell/SCCM - Get an SCCM deployment "Scheduled time" via powershell (or other)?

I have used PowerShell scripts which list deployments name and/or state for a given machine, however they do not list the deployment's "Scheduled Time" which I am after (see screenshot). I basically want to program a script that asks for deployment…
Rakha
  • 1,874
  • 3
  • 26
  • 60
-1
votes
1 answer

Trying to combine or simplify two scripts into one that will give me MSFT Office on our factory machines

First query: select distinct s.Name0 as [Computer Name], s.User_Name0 as [Last Logon user], os.Caption0 as [Operating System], u.Full_User_Name0 as [Full User Name], s.AD_Site_Name0 as [Site] from v_R_System s full outer join v_R_User u on…
Drew
  • 9
  • 2
-1
votes
2 answers

How to execute multiple powershell command from single session

I have tried to execute below commands from Jenkins consecutively: Import-Module -Name "C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\ConfigurationManager.psd1" cd IPL: But it seems like Jenkins is releasing the session…
-1
votes
1 answer

Difference between WSUS and SCCM

What is the difference between WSUS and SCCM ? What is the cost involved for licensing ? Planning to deploy for around 300 clients in 3 different countries.