hashmat00
-
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 » -
Featured
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 » -
Featured
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 » -
Power Shell
PS -Disk-Usage History
#get disk usage information and export it to a CSV file for trend reporting Param( [string[]]$Computername = $env:COMPUTERNAME ) #path…
Read More » -
Featured
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 » -
Featured
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 » -
Featured
BitLocker Status | Recovery Key
I had to run create a script to get the BitLocker status and the recovery key of bulk machines, and…
Read More »