Questions tagged [sccm]

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

58 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
  • 4
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…
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…
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…
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
1
vote
0 answers

GNS3 Custom Installation with Powershell

I'm using SCCM to deploy GNS3 to a lab and am running the installation silently. I need to modify some of the options that are available in the interactive GUI setup but cant seem to track down how to do this. I was able to accomplish a custom…
1
vote
0 answers

SCCM: Deploy software in a deployment collection only during specific hours

Ok, new to SCCM, and struggling to find the answer to this one - likely because I don't know what I am looking for. Any help to set me on the right path would be most appreciated. Question How do I ensure that a specific deployment collection of…
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
  • 250
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
  • 364
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.…
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
1
2 3 4