hashmat00
-
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 » -
SCCM
Upgrade SCCM 1810 to 1902
Microsoft release the new version of sccm current branch 1902. You can find all the new features listed here. LINK……
Read More » -
Featured
SCCM MBAM/BitLocker 2.5 – Part 4
7- Install MBAM Client In order the device could communicate with MBAM server, we need to install mbam client on each…
Read More »