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
0
votes
1 answer

How do you create a multiboot SCCM task sequence USB Stick?

I need to dual boot 2 different task sequences (Win7 images) for different Pc types which require different drivers, we have 2 images one for staff and student which can be added to a particular task sequence. I need to create a portable solution…
user2054388
  • 105
  • 2
  • 13
0
votes
1 answer

c:\programme and c:\program files in SCCM environment

When installing a specific software (cheops) via SCCM to german PC's we are facing an issue with the language of the operating system. It seems that the installpackage is searching for a map which is named "Program Files". On German staged pc's…
0
votes
0 answers

SCCM 2007 SDK Powershell Access Denied Error

I have been working with the SCCM 2007 SDK for a week or so now, and using the C# examples haven't had an issue connecting and running the commands I want. Unfortunately, I am trying to run my .Net DLL from within Powershell, and as soon as it gets…
0
votes
1 answer

Powershell SCCM 2012 Moving Driver Package

so i have this lovely script that will make folders and driver packs in SCCM 2012, it created the folder and driver packages, but i can't work out how to put them in the correct folders. I thought that PkgFlags would do it but that seems to do…
Saars
  • 29
  • 1
  • 8
0
votes
1 answer

Reg query does not work with the system account in Windows 7

I am trying run a batch file for a installation and I have used reg query to determine the presence of the pre-requisites and continue the installation. When I run the batch file manually it works as expected but then when I use SCCM to execute this…
0
votes
1 answer

Is there a way to make the Start Time closer than Schedule Time in an SCOM Task?

I realize that when I execute a SCOM Task on demand from a Powershell script, there are 2 columns in Task Status view called Schedule Time and Start Time. It seems that there is an interval these two fields of around 15 seconds. I'm wondering if…
fer san
  • 3
  • 3
0
votes
2 answers

Automated Software deployment through SCCM 2012 using wmi

I was been looking for an option to automated deployment(Installation) of software in the client machines using SCCM 2012 by making calls to WMI classes through code. I have found the following URL …
Tiklu Ganguly
  • 337
  • 2
  • 10
0
votes
2 answers

SCCM 2012 Install / SQL Server 2008 R2 Connect

We are working to install SCCM 2012 using SQL Server 2008 R2 as our Database Target. About our environment. SCCM server is part of of "Domain A" and SQL Server is Part of "Domain B". A two trust is between the two. SQL Server is running CU 6…
Bryan Smith
  • 113
  • 1
  • 4
0
votes
1 answer

Checking whether an object exists in SCCM using vbScript

I have a list of computer names stored in an vbscript array and need check whether these have an object in SCCM or not. I have tried using a query similar to: set accounts = sQbemServices.ExecQuery("select * FROM SMS_R_System WHERE name = '" &…
user1384247
  • 1
  • 1
  • 1
0
votes
1 answer

Powershell script to Install SW on VM or host using Application from SCCM 2012..?

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…
-1
votes
0 answers

SMS_MP_CONTROL_MANAGER in Critical Status

I am getting the below warning in my SMS_MP_CONTROL_MANAGER in my SCCM environment. MP has discarded a report when processing Relay. Possible cause: Corruption or invalid user definition. Solution: Check the logs to identify the cause. If the…
-1
votes
1 answer

Deploying Virtualbox via SCCM

Im going to deploy Virtualbox via SCCM and Im curious if there is still necessity to push oracle certificate with certuil (separate from instalation)? If so, how did u get and manage certificate? I found it in main VirtualBox exe file after…
Lucie
  • 185
  • 10
-1
votes
1 answer

SCCM / SQL Multiple values to one column

I have the SCCM Following SQL query that returns 1 IP address for each column, I wanted to collect all IPs for a single column (separated by semicolon ) so I don't have machine name duplicates. Any suggestions? the goal is to return ServerName …
J_PT
  • 479
  • 4
  • 22
-1
votes
1 answer

Report that compares AD users by department attribute and their ResourceName in SCCM

I am trying to develop a report for me and my team. The report looks at Active Directory and filters users based on department. I got that to work just fine. I then want those users to be cross referenced in SCCM to find their Resource Name devices.…
jknotts
  • 15
  • 5
-1
votes
1 answer

remotely launch client application with admin privledges

We have an application installed on a client machine which needs to be updated every 14-21 days. I'm looking for a way to run C:\Program Files (x86)\ProgamName\Update\UpdateClient.exe on the client computer without having to give the user admin…
n1ch0las
  • 1
  • 2