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

SCCM remove previous Versions of Java

I am trying to use a task sequence to remove previous versions of Java. I am using the command line feature in the Task sequence as so: Inside the script its pretty basic. It is : msiexec /x {26a24ae4-039d-4ca4-87b4-2f86418001f0} /q…
Tyler S
  • 827
  • 1
  • 14
  • 23
-2
votes
1 answer

What are the various options to distribute a Windows 10 (Metro) application?

What are the various options to distribute a Windows 10 application? The application will be built using the Metro UI. Are there advantages or restrictions involved with the various options? I'm new to Windows development and haven't been able to…
-2
votes
2 answers

SCCM 2007 Java Query

I would like to generate a query that lists all PCs with any version of Java except for 6. They query I have created shows PCs with any version of Java including 6, I want to list ONLY PCs that have Java BUT not 6. Here is what I got... SELECT …
Rico
  • 7
  • 7
-3
votes
2 answers

how to append output to a CSV file

foreach ( $newfile in $file ) { $b = Get-CMDeploymentStatus -PackageId $newfile -StatusType Any | select PackageID Write-Output $b | Export-Csv -Path "C:\Users\PSM-6A1A000000000000\Documents\list.csv" } I am giving input to this with an…
-3
votes
1 answer

VBScript Issue - Cannot find correct syntax for Detection Clause

Excuse me for this - there's an issue with this code - it's from https://www.alexandreviot.net/2014/10/03/configmgr-2012-application-detection-method-for-software-update/#comment-40712 I don't normally use VB i use PS and have tried various things…
Royston
  • 433
  • 2
  • 9
  • 25
-3
votes
1 answer

Is there a way to remove devices from a collection after a certain number of time (45 days)?

I have an install collection that devices get added to manually. Is there a way from within SCCM to remove those devices from the collection automatically after it detects the software has been installed for more than a certain number of days? I…
King Nada
  • 1
  • 2
-4
votes
1 answer

I am not importing drivers for dell E7450 in sccm 2012

I am not import drivers for dell E7450 in sccm 2012. I have downloaded the .cb file from dell website.
1 2 3
47
48