Top "Sccm" questions

System Center Configuration Manager (also known as SCCM) is a systems management software product by Microsoft for managing large groups of Windows-based computer systems.

Joining two tables in WQL/SCCM

I think I'm being really stupid here. I'm using vbscript. I've connected to an SCCM server Set locator = CreateObject("WbemScripting.…

join vbscript wmi wql sccm
Powershell script not running properly from SCCM

I'm trying to deploy Lego MindStorms through SCCM. I have a PowerShell script that I'm using to start the EXE …

powershell ps1 sccm
Batch file doesnt run after deploying from SCCM

I have a batch file which uses gpresult /v and saves the output in a text file and copy that …

batch-file sccm sccm-2007
Powershell: Get-service check running or not running

I have the following problem: When I use: Get-Service -Name CcmExec -ErrorAction silentlycontinue I get the follow list: Status Name …

powershell service sccm
How to Kill Running Process from a specific folder via Batch File

I am writing an uninstaller batch file and it occasionally fails to delete folders because of running process. Is there …

batch-file process sccm
Powershell script to update Java to latest version

We have an application that is Java dependent that we are working on a SCCM installer to push out to …

java powershell scripting sccm
Querying for software using SQL query in SCCM

I am looking for specific pieces of software across our network by querying the SCCM Database. My problem is that, …

sql sccm sccm-2007
SQL Query with Dynamic Columns Using Pivot

I know this topic is everywhere but I couldn't get it to work properly. It's probably something very simple. Here …

sql sql-server pivot sccm
Find the SCCM Distribution point where the software packages reside

We're trying to find the hostname of the SCCM server that contains the packages/software that can be installed on …

powershell wmi wmi-query sccm