PowerShell
All pages referring or tutorials for PowerShell.
How to Export Active Directory (AD) users fast and easy
Thursday, November 14, 2024 in PowerShell
Categories:
Sometimes we need to export all of our AD users. The one time for applying changes, sometimes for monitoring the inventory but often for licensing purposes. At this page I will show you how to export all your AD users fast and easy. The Export AD …
Set correct language and timezone on Azure VM
Thursday, October 10, 2024 in PowerShell
Categories:
By default, all Azure VMs are set to English language and UTC/Zulu timezone. This will work for a great portion of the Azure VM users but there are users in other parts of the world too. Like in the Netherlands, where I live we are 1 or 2 hours ahead …
Azure Stack HCI - Host your Virtual Desktops locally
Thursday, October 03, 2024 in PowerShell
Categories:
Introduction to Azure Stack HCI Azure Stack HCI is a solution for Microsoft Azure to host Azure resources on your own hardware and location. This sounds traditional but can help to boost your Azure resources for your customer and/or use case. For …
Get Windows Product Key with PowerShell
Sunday, July 28, 2024 in PowerShell
Categories:
Sometimes we need to have the original installed Windows Product Key just for documentation purposes. We simple can do this with one command in PowerShell: POWERSHELL (Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows …
Using PowerShell remote sessions
Wednesday, April 10, 2024 in PowerShell
Categories:
PowerShell Remote Sessions can be a great way to administer your virtual machines, cluster-nodes or physical Windows-based devices. With a Powershell remote session you can execute powershell commands on a remote device. It works the best with …
How to enable Remote Group Policy update
Wednesday, January 10, 2024 in PowerShell
Categories:
Group Policy update to multiple computers Sometimes you want to force a group policy update on multiple computers. Often when i am configuring Azure Virtual Desktop Session Hosts i need this option instead of logging into all hosts and executing the …
Bulk create Active Directory users with Powershell
Monday, March 20, 2023 in PowerShell
Categories:
When it comes to creating users for Active Directory, especially in new implementations, you want to minimize the time needed to create the accounts. This is possible by creating the AD users with Powershell. Requirements Minimal knowledge of …