hashmat00
-
Featured
MBAM/BitLocker 2.5 – Part 3
6- GROUP POLICY CONFIGURATION First we need to download and add the latest MBAM/Bitlocker Group Policy ADMX template and install it…
Read More » -
Featured
MBAM/BitLocker 2.5 – Part 2
5- Installing MBAM After you downloaded the MDOP optimization pack, browse into the MBAM\MBAM 2.5 SP1\Installers\x64 directory and click on the MbamServerSetup.exe file on…
Read More » -
Featured
MBAM/BitLocker 2.5 – Part 1
I have been working on MBAM deployment server 2016 recently and doing some tests in my lab. After one week…
Read More » -
Featured
SCCM-PowerBI Dashboard
Download Template link: Download Microsoft Recently moved the template download from their website to Github Repository, i am sure most…
Read More » -
Power Shell
Invoke bitlocker key to Mbam Server Script
First run the Initiate TPM step in Ts using this powershell command Initialize-tpm Then restart the TS and add the…
Read More » -
Featured
TS Driver wmi Query
The following WMI queries can be used as inspiration when working with driveres and other OS Deployment stuff… IMPORTANT: If…
Read More » -
Featured
Get-WinEvent Logs Reports include Remote Machine
In order to run this first script function, you need to save the second script along with this script with…
Read More » -
Featured
Disk usage information
#get disk usage information and export it to a CSV file for trend reporting Param( [string[]]$Computername = $env:COMPUTERNAME )…
Read More » -
Power Shell
HelpDesk Support Script 2
#IP Address Resolve-DnsName hashmat-pc | select Name,IPaddress #DNS Server (Get-DNSClientServerAddress ` -cimsession (New-CimSession -computername Client02) ` -InterfaceAlias "ethernet0" -AddressFamily IPv4).ServerAddresses…
Read More » -
Featured
Add/Edit User in AD
function New-EmployeeOnboardUser { <# .SYNOPSIS This function is part of the Active Directory Account Management Automator tool. It is…
Read More »