hashmat00
-
SCCM
Get SCCM Software Update Status
function Get-SCCMSoftwareUpdateStatus { <# .Synopsis This will output the device status for the Software Update Deployments within SCCM. For updated…
Read More » -
Featured
Find Specific Software – PS Script
Sometime you want to find a specific software installed on Remote or local machine by PS Script. Below Powershell Command…
Read More » -
Featured
SCCM Client Repair – PS Script
To Repair SCCM Client and Repair WMI, please use this script. First download the WMI Repair tool and save it…
Read More » -
Featured
Copy Logs
This is my new script which wrote to copy logs to a shared location. We recently started to upgrade user…
Read More » -
Power Shell
PowerShell Pop-Up – SCCM App
i was looking to add Pop-Up message to users to close any running SQL Mgmt when deploying “SQL Server Management…
Read More » -
Featured
SCCM Email Notification Setup
I was been asked to fix the sccm email notification since no one getting any email from sccm for Defender…
Read More » -
Power Shell
Disable Dual Scan
I recently was working on an issue where device gets its software updates from Microsoft (windows update) which i didn’t…
Read More » -
Featured
Uninstall Java Older Versions
I have been struggling to remove all older version of Java JDK/JRE from bulk machines, i tried using uninstall string…
Read More » -
SCCM
PowerShell Registry Tools
I found these two powrshell tools very useful all the time and wanted to share with everyone. Reg2CI : visit…
Read More » -
Featured
Install Java JDK/JRE 212
In this post i am going show how to create a SCCM Application for Java JDK/JRe. When you install java…
Read More »