Questions tagged [sccm]

SCCM stands for System Center Configuration Manager. SCCM, formerly known as Systems Management Server (SMS).

55 questions
3
votes
0 answers

Can you manage Visual Studio Code updates with SCCM?

We installed Visual Studio Code via SCCM deployment package. How do we manage updates without creating a new deployment package for each update?
Bobebaker
  • 31
  • 3
3
votes
1 answer

Office 365 deployment using SCCM

I am trying to deploy Office 365 to 700 users across the business, deploying this through SCCM is the most efficient way of doing this but I am unable to find an MSI or any information about how to do this. Microsoft supply something called a…
2
votes
1 answer

SCCM deployment of Office 2019 Standard (KMS activation)

I have been looking everywhere for an answer to this and so far all searches have come up short with irrelevant information for this scenario. I need to deploy Office 2019 Standard through SCCM into an environment with no internet access. I have…
Bisclavret
  • 123
  • 3
1
vote
0 answers

is SCCM a single windows service or multiple service that takes its jobs separately from the SCCM db

After installing SCCM I found six windows service installed namely SMS_EXECUTIVE SMS_NOTIFICATION_SERVER SMS_SITE_BACKUP SMS_SITE_COMPONENT_MANAGER SMS_SITE_SQL_BACKUP SMS_SITE_VSS_WRITER I really wonder the purpose of those services, which one is…
1
vote
0 answers

How to view package applicability rules through SCCM

I have created my own custom packages with different applicability rules for Installable and Installed conditions and published the packages to the SCCM server. Is there are any way to view these rules through the SCCM client? I'm using SCCM 2007…
1
vote
3 answers

Accessing files across a network using the SYSTEM account

I'm not sure if I am asking this in the right spot or not, sorry if I am wrong. I would like to know please, SCCM is currently operational in our school, and we use it to install software across our network. I have a piece of software that requires…
Random206
  • 21
  • 1
  • 1
  • 4
1
vote
0 answers

SCCM 2012 R2 Task Sequence fails with error 0x80070032

I'm trying to capture an image for using in SCCM 2012 R2 to deploy computers in my organization. I have a build and capture task sequence set up and deployed it to my unknown computers. When I try this task sequence with booting a virtual machine, I…
svdotbe
  • 21
  • 5
1
vote
0 answers

SCCM won't install

Recently started at a company and was asked to upgrade some devices to Win 10. When I got started I noticed that only one device did not run the SCCM Client. So I got started on reading and asking how to set it up. When I checked with my colleagues…
VarmintLP
  • 97
  • 3
  • 11
1
vote
1 answer

SCCM PowerShell Output

I've written a PS script to find the last time a machine was booted (actually powered on rather than just started up as we have fast boot enabled in Win10). Script seems to do it's job, it brings back boot date/time, last user, and hostname.…
AstinTeeb
  • 75
  • 1
  • 1
  • 6
1
vote
1 answer

How to try/catch an export-csv file

The code I am using is below. The code works fine and does what I want it to do except for the try/catch portion. I'm using SCCM 2016, Windows 10 Enterprise 1709 and PowerShell v5. The main problem is that when I run the script through "Run Script"…
Manning
  • 48
  • 5
1
vote
1 answer

How to disable various PDF printers using SCCM

I'm using SCCM Version 1802, console version 5.1, site version 5.0.8. I want to be able to disable Litera EPO PDF Printer, Microsoft print to pdf, Microsoft XPS Document Writer, and Fax. The reason I want to do this is that I want to prevent these…
webby68
  • 207
  • 2
  • 14
1
vote
0 answers

SCCM Task Sequence Conditional Registry setting check

I'm testing a conditional argument as part of my SCCM task sequence. I want to check to see if a REG_DWORD does not exist. I seem to be running into an issue where I cannot get the system to check for a REG_DWORD. It's always checking for REG_SZ and…
Sark
  • 11
  • 2
1
vote
1 answer

Why does SCCM report Windows IE v11 as v18?

Internet Explorer v11 is on all the machines. However, SCCM reports it as v18. I've performed various Google searches and can't seem to find anything on it. Has anyone ever seen this before? I would also like to know what is causing it and how to…
webby68
  • 207
  • 2
  • 14
1
vote
2 answers

SCCM Client Unable to Download from Software Centre

I am getting the error below on all client computers when trying to install SCCM apps published to the software centre. This was working before Christmas, but not now and I don't know what or if any changes were made. The software change returned…
RLBChrisBriant
  • 123
  • 1
  • 2
  • 8
1
vote
1 answer

SCCM Manual Client install. Reinstallation doesn't work

I'm deploying a SCCM server, and I'm trying to manually install the client on a Windows 10 1607 LTSB. After copying the client folder to the C drive of this PC, I install the client using the following command: .\ccmsetup…
marijnr
  • 324
  • 3
  • 6
  • 23
1
2 3 4