PowerShell

All pages referring or tutorials for PowerShell.

Posts in 2025
Posts in 2024
  • Create AD users with on demand script

    Friday, December 27, 2024 in PowerShell

    Today I have a PowerShell script that creates users by asking the user what to fill in. This works by having a fully prepared “New-ADUser” command with all the properties filled in to have all users using the same attributes. I will …

    Read more