Featured
Featured posts
-
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 » -
Copy Logs
This is my new script which wrote to copy logs to a shared location. We recently started to upgrade user…
Read More » -
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 » -
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 » -
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 » -
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 » -
SQL Query for MBAM
This SQL query is aimed to retrieve devices from MBAM Database. /* Query to find machine name and their recovery…
Read More » -
PKI Certificate Requirement for SCCM
PKI Certificate Requirement for SCCM The following lists are the types of PKI certificates that are required for ConfigurationĀ Manager. SCCM…
Read More » -
PS – daily disk report
#run the daily disk report Param ( [string]$Path = "C:\Work\DiskHistory.csv", [string]$ReportPath = "C:\work" ) #import CSV data #verify the file…
Read More » -
Get SCCM COllection Members
I got a task to create a script so other team could use it to retrieve the list of machines…
Read More »