Tuesday, August 18th, 2009 Posted in Windows Powershell | No Comments »
I created this script to create active directory user with Powershell. function Add-ADUser { param ($UserID, $HostID, $CustomerID, $FirstName, $LastName, $Password, $CustomerOU) $FQDN = (Get-ADInfo).FQDN $ADDomain = ... Read more..