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

Calling InstallStatusMIF from Powershell during MECM/SCCM package deployment

I am creating a package that will be deployed via MECM (SCCM). The Program inside the package is a Powershell script. When the program fails, I want an error message or execption to be displayed in the Console in MECM. Right now, it can only show 0…
Rugbrød
  • 101
  • 3
0
votes
0 answers

Virus and threat protection not auto updating through SCCM

Our business is managing about a hundred PCs with an undocumented installation and exploitation of SCCM 2111, and I recently noticed a problem with the virus and threat protection on some of the computers. The little symbol of "Virus and threat…
LeRouteur
  • 388
  • 2
  • 16
0
votes
1 answer

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
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

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

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
  • 146
  • 1
  • 8
0
votes
2 answers

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
  • 16
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
  • 18
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?
0
votes
0 answers

trouble passing variable arguments list in powerhsell

Looking to build a small package for deploying Project 64 bit click to run version. I want to use MECM Install files get copied to somewhere in c:\windows\ccmcache\* $fire_off_location = Get-Location #I use this to get current location of where…
lark2056
  • 1
  • 3
0
votes
0 answers

SCCM Software Center WMI query missing applications

I am using the below query to check the Software center available and installed applications. But some of the apps are missing in the query but available in Software Center. Is there any other query required to get missing…
Enigma
  • 1
  • 1
0
votes
1 answer

SCCM deadlined deployment stuck at "In Progress" and "Content Downloaded"

We're using SCCM current branch to deploy updates to a line of business app fairly regularly. For a long while, we had it down to a pretty predictable rhythm with a success rate above 95%. And new update deployments are created by copying the…
DarkMoon
  • 1,039
  • 15
  • 30
0
votes
1 answer

How to run a powershell script with logged in user using SCCM 2002

I have a PowerShell script (package) which need to run with the logged in domain user account in order to get a file from intranet site. It should be silent installation without any user intervention By default, SCCM launching the script in system…
Rhonelaan 30
  • 1
  • 1
  • 2