hashmat00
-
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 » -
SCCM
Microsoft Teams being installed by default Starting Version 1902
Recently Microsoft added Ms Team to be installed as default starting version 1902 when you start installing new office 365…
Read More » -
SCCM
1809 RSAT installation Error:0x8024500C
Microsoft added RSAT tools as optional feature on windows 1809. you can install it RSAT tools each separate. But recently…
Read More »