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

How to set a *default* desktop image for new windows users?

When I "image" a computer using a Task Sequence, I want new users to have a default custom desktop image. They should have the option to change it, so I do not want to use Group Policy. I also can't use the user side of a GPO with Loopback, so…
Teknowledgist
  • 358
  • 5
  • 16
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

How to get the KB Article number from a cumulative rollup without having to search for it

This is very different from similar questions I have read on this site. The problem I have, screenshot provided, is the cumulative update only says "rollup". There is no KB number and I have to search them out by the date can only go by date when…
webby68
  • 227
  • 1
  • 3
  • 17
1
vote
0 answers

Installing O365 via powershell inside an ISO file

I created an Office 365 installer where it does the local installation and dynamically changes the SourcePath, and I need to run it from an ISO file (I normally use USB's, but in VM's I use ISO) Running locally in any directory or USB it works…
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
  • 164
  • 2
  • 4
  • 14
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
  • 7
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
  • 68
  • 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
  • 227
  • 1
  • 3
  • 17
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
2 3 4