Author Archives
-
Intune :- Block Windows Portable Devices (WPD) in Intune Managed Devices
What is WPD ? Windows Portable Devices (WPD) enables computers to communicate with attached media and storage devices. WPD provides a flexible, robust way for computers to communicate with music players, storage devices, mobile phones, cameras, and many other types… Read More ›
-
Powershell: Save Bitlocker key Information to Active Directory for existing devices
Bitlocker Keys should be saved to Active Directory automatically. However, in some cases, we would need to save bitlocker keys manually to Active Director. PowerShell can help in saving current bitlocker information in AD. The Get-BitlockerVolume is the main command… Read More ›
-
Microsoft AutoPilot
Windows Autopilot is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. … Using cloud-based services, Windows Autopilot: reduces the time IT spends on deploying, managing, and retiring devices. It consists of creating a… Read More ›
-
PowerShell Script to Get Password Expiry Of a user or All users
As an administrator, we get query that how to find password expiry date for a single user or get details of all the users. You can run the below command either on a domain controller or a member server. Log… Read More ›
-
PowerShell Script to Get User Created in last 30 Days
As an administrator, we get query that how to find users which is created in last “X” no of days. Below scripts will give output for number of users created in last 30 days You can run the below command… Read More ›