
Manage Battery Health Manager (BHM) Settings with HP CMSL
Remote work / Hybrid work is a new normal since pandemic and therefore notebooks being utilized as dedicated desktops requires a focus on...


Get AAD Group Members Details Using PowerShell SDK for Microsoft Intune Graph API
We will use PowerShell module for Microsoft Intune Graph API to get Azure AD group members details. If you have not already installed...


Powershell - Merge CSV files & Insert file name as a column
Scenario: The details of application installed on different machines need to be collected through PowerShell script in CSV file, named as...


Powershell - Compare hardware and software details on two computers
This tool can be used to quickly compare hardware configuration and installed software / software updates from two remote computers. The...


Windows 10 - Remote administration through PowerShell - Part 1
This post is collection of useful PowerShell commands which will simplify your day to day desktop support administration tasks. The tasks ca


Powershell Script : List AD Organizational Unit and GPOs linked to them
The below script will search Active Directory for all Organizational Unit which contain specific name and list them along with all Group Pol


Powershell Script to Retrieve AD Computers Properties
# Retrieve Active Directory computer properties such as LastLogonDate. # The list of machine need to be added in hosts.txt file in script...


Powershell Script: Validate if Computer account exists in Active Directory
The below script will let you quickly validate if given computers are exists in Active Directory. You have to keep both script and Computer.

Windows Administrator Basics: Managing Windows Services from Powershell
This is the third post for Windows services. You can access previous posts using below link. Windows Services Basics Managing Windows...