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.

410 questions
0
votes
0 answers

VS Build Tools 2022 Install Triggering Unwanted Restart in SCORCH Task Sequence

I've created a VS Build Tools 2022 layout which can be deployed through SCCM without issue. The package program is also flagged to be installed from the Install Package task sequence without being deployed. The command line for installation…
jshizzle
  • 341
  • 10
  • 25
0
votes
0 answers

Configuration Manager cmdlets fail to run as System account. "Value cannot be null. Parameter name: key"

I came up with a nice PowerShell script to manage our monthly maintenance windows in Configuration Manager based on MS Patch Tuesday + Offset. Create, Update and Clean up options. The script works beautifully when run interactively as an…
0
votes
0 answers

Windows Defender 2019 - Configuring

I've been tasked with getting Windows Defender configured to get it's updates via MECM. Some context, we have around 40 servers in our Azure tenant running Windows Server 2019, Defender is enabled, and it's currently getting its definition updates…
CLP
  • 1
0
votes
0 answers

Would SCCM require a second SubCA when using HTTPS with 2 domains?

I have a domain called one.local. It already has it's own Windows Root CA and SubCA. There is a second domain called two.local that is using SSCM. The team that is managing two.local wants to manage select machines located on one.local using SCCM.…
Prox
  • 111
  • 2
0
votes
0 answers

SCCM collection evaluates major version numbers in unexpected way

Why do SCCM collections based upon the logic Installed Applications (64).Version is less than "100.0" not evaluate to true for applications of version 99.* and below? The full WQL query statement is as follows, (linebreaks for legibility) select…
0
votes
1 answer

Installing O365 via powershell inside an ISO

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…
0
votes
0 answers

Allow only specific people use IP printer

In-office we have several printers, which are installed to users, now when we bought another one, there is a task from manager to restrict access for that printer to only 6 people. I have checked GPO, also tried to change security properties, but…
0
votes
0 answers

SCCM: Where can I find the ccmsetup.exe or .msi installer for download?

I'm trying to setup SCCM on a remote machine running Windows 10 and I need to know where to download the SCCM setup from, other than extracting it from a server ISO or something like that. Context: The machine in question is a regular PC that has…
0
votes
0 answers

SCCM Application Update Paradigm

I am a developing an application that is being utilized by sysadmins with SCCM. I am curious what the best way to release updates to my application would be. I am planning on having my application auto-update -- requiring no manual intervention from…
0
votes
0 answers

Best way to allow non-admin users to run MDT LiteTouch?

We are using Microsoft Deployment Toolkit + WDS for computer imaging in our organization. One problem we are trying to solve is how to allow users to install software, preapproved by the IT department, without granting users admin rights. We would…
InterLinked
  • 147
  • 1
  • 7
0
votes
1 answer

My downloads are at 0% need help interpreting error in logs

DataTansferService.log: Successfully queued event on HTTP/HTTPS failure for server 'ADB-ITS-02.ad.mydomain.com'. Error sending DAV request. HTTP code 0, status '' Download timeout has met. DTS job {95D7ABBA-59BD-46B1-BD33-6C1661A8FEDF} will…
0
votes
0 answers

SCCM - Feature Update 20H1 not visible in Software Center

Good morning fellow SCCM admins and enthusiasts! I have deployed the Windows 10 20H1 Feature Update via SCCM to a collections of computers running Windows 10 1903 and Windows 10 1909. It is a required deployment. The deployments are visible in SCCM…
0
votes
1 answer

SCEP Configuration Manager Client failing to install. Detailed troubleshooting below

We have a new SCEP 2002 installation on a new AD domain, and we're having no luck at all deploying clients. Whether we deploy them from the Configuration Console (right-click, Install Client) or manually (copy the files, then run ccmsetup.exe), the…
Michael Cornn
  • 269
  • 3
  • 13
0
votes
1 answer

Can SCCM or WSUS actively initiate a new TCP connection to the client?

I have computers connected to a corporate domain network with SCCM (+WSUS?) running on common TCP ports (8531, 443, 80 I guess). The computers are behing a hw firewall and new outbound connections to those ports are disabled, only a handful of…
Vojtěch Dohnal
  • 163
  • 1
  • 3
  • 17
0
votes
1 answer

Copy files from all computers in a domain using SCCM or GPO

We are trying to copy a file from a folder in all computers in the AD to a centralized location. Is there a way we can do this using SCCM or GPO?