Questions tagged [sccm]

Systems Center Configuration Manager is a product by Microsoft that is used to manage the Configuration of multiple Windows-based systems.

SCCM is a Microsoft product that allows the management and deployment of system configuration for Windows-based systems. The most recent version, SCCM 2012 forms part of Microsoft's System Center 2012 software, which aims to help enterprises manage their ITIL practices more effectively.

Functionally, SCCM supports the deployment and configuration of software, update/patch management, AV management and reporting across an estate of Windows-based servers and workstations. It also tightly integrates with other Microsoft server technologies, such as Active Directory.

406 questions
1
vote
1 answer

SCCM+ MS Office 2013 deployment

This is a 2 part question. Issue: I've created a script that executes the following scripts (in order) Officescrub10.vbs(created by microsoft), LyncRemove2010.vbs(i created), and Office2013Install.vbs script(silent install of 2013 via Microsoft).…
1
vote
1 answer

Clearing Out SCCM Cache On Client Machine Automatically

I would like to run a script that clears out the SCCM cache on a client computer automatically. To do this, I have written a simple batch file: if exist %Windir%\ccmcache ( RMDIR %Windir%\ccmcache /S /Q ) I have deployed this as an…
yhussain
  • 317
  • 2
  • 7
  • 15
1
vote
0 answers

SCCM2012 Detection of same version package, if yes stop deploy, if no go on deployment

We have massive error on SCCM 2012 client when deploying flash 19x, since its last version has auto update ability, many of our clients has already update it before SCCM 2012 deployment. I realize there is a option to detect it while deploy.…
Colaman
  • 19
  • 1
1
vote
2 answers

How to silently deploy Adobe Reader DC update through SCCM

I'm trying to deploy an Adobe Reader DC update through SCCM and am having trouble installing it silently. I'm attempting to run it through the command line to make sure it works and here is what I am using that works: msiexec /update…
yhussain
  • 317
  • 2
  • 7
  • 15
1
vote
1 answer

RHEL patch management via SCCM

I'm looking for advice with RHEL patch management in a Windows environment. We run an Intranet that is completely disconnected from the Internet. Currently the network spans a half dozen sites with ~80 servers (most virtual using Hyper-V) and a…
murisonc
  • 2,968
  • 2
  • 21
  • 31
1
vote
2 answers

WMI query to check for IP default gateway for OSD

I'm trying to add a condition for a command line, which should only be run if the condition is met. I'm doing this by using a WMI Query; Select * From Win32_NetworkAdapterConfiguration Where DefaultIPGateway="192.168.1.1" So, if the gateway for…
Saeed
  • 366
  • 3
  • 11
1
vote
2 answers

Incomplete collection member when migrating to SCCM 2012 (from SCCM 2007)

I am new in learning about SCCM. I want to ask why my collection member didn't migrated completely from SCCM 2007 to SCCM 2012? It happens on random member. I am sure have specified the source hierarchy correctly and no permission issue. I run…
randms26
  • 21
  • 1
  • 4
1
vote
2 answers

Create SCCM device collection based on last logged on users who are members of an AD security group

I'm trying to create a device collection in SCCM 2012 which contains only the devices who are used by the users who are members of a certain User AD Security Group. I tried to accomplish this by first making a query for all the users in the group,…
Chobom
  • 33
  • 1
  • 6
1
vote
1 answer

How do Application revisions propagate from an SCCM site server to a client?

When I make a change to an Application in the management console, I see that this revision number is incremented: If I click on "Content Status", I can see a "Source Version" but no "Revision" for the Application. On a client to which the…
alx9r
  • 1,643
  • 3
  • 17
  • 38
1
vote
1 answer

powershell sccm import-module error

Have downloaded the sccm powershell module from https://www.microsoft.com/en-us/download/details.aspx?id=46681 Installed via the .msi no issues. On import, like so: > Import-Module 'C:\Program Files (x86)\Microsoft Configuration…
sdjuan
  • 221
  • 2
  • 16
1
vote
1 answer

What does WindowsFeatures do in the Unattend.xml file?

According to Technet: WindowsFeatures specifies whether to show entry points for Internet Explorer, Media Center, Windows Media Player, and Windows Mail. What is an "entry point"? Is this the same effect as using the "Turn Windows features on or…
Jason
  • 718
  • 5
  • 15
1
vote
1 answer

SCCM2012 app install reports success but content doesn't arrive

I'm trying to deploy a custom background into %windir%\system32\oobe\info\background\backgroundDefault.jpg and have created bat, ps1 files in both Applications and Packages to try and deliver the file, however when run through CM the file and…
Ben Bowman
  • 113
  • 2
  • 3
  • 13
1
vote
0 answers

Separating what is migrated and restored with USMT

I am currently running System Center Config Manager at my workplace. We have integrated MDT and are running a UDI on all of our PXE deployments. I have a ton of MDT Task Sequences that use the UDI and I have started looking into USMT. Currently we…
Matt Biggs
  • 11
  • 2
1
vote
1 answer

Deploy Windows To Go on external drive using Network boot, WDS or SCCM and WinPE

We are doing a project for a IT school, each student have an external drive (WD My Passport enterprise) and we are trying to deploy Windows To Go on these drives. Each student should be able to flash his drive just by connecting it to a school…
1
vote
1 answer

How can I determine the last user who logged on to each PC on our domain?

We have a network of primarily Windows 7 (and Windows 8.1) PCs, and we'd like to be able to report on who is the most recent person to have logged on to the various hosts. We've got SCCM in place; however, that seems to give reasonable "last logged…
Rowland Shaw
  • 494
  • 1
  • 9
  • 19