Featured

Featured posts

  • 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 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 »
  • 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 »
  • 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 »
  • 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 »
  • 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 »
  • 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 »
  • 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 »
  • Disk usage information

      #get disk usage information and export it to a CSV file for trend reporting Param( [string[]]$Computername = $env:COMPUTERNAME )…

    Read More »
  • 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 »
Back to top button