Bulk update EmployeeID in Active Directory with PowerShell

Here is a quick [easyazon_link identifier="B01NBI97UZ" locale="US" tag="wn0d5-20"] PowerShell [/easyazon_link] script to run users from csv file where you have 2 columns SamAccountName and EmployeeID. Place the csv file on…

Continue ReadingBulk update EmployeeID in Active Directory with PowerShell

Get Account list with Password Never Expire from Active Directory to CSV file

Quick [easyazon_link identifier="B01NBI97UZ" locale="US" tag="wn0d5-20"] PowerShell [/easyazon_link] snippet to pull all accounts from [easyazon_link identifier="1449361420" locale="US" tag="wn0d5-20"] Active Directory [/easyazon_link] with PASSWORD NEVER EXPIRE into CSV report file so you…

Continue ReadingGet Account list with Password Never Expire from Active Directory to CSV file

Export all users from Active Directory to CSV with PowerShell

Quick and dirty [easyazon_link identifier="1449320686" locale="US" tag="wn0d5-20"] PowerShell [/easyazon_link] snippet to export all [easyazon_link identifier="1787289354" locale="US" tag="wn0d5-20"] Active Directory [/easyazon_link] users with these selected attributes into CSV file where the…

Continue ReadingExport all users from Active Directory to CSV with PowerShell

Allow group of users to be able to add computer into domain on Windows Server 2012 R2

As per Microsoft users who have the Create Computer Objects permission on the Active Directory computers container can also create computer accounts in the domain. The difference is that users with permissions on the container are not restricted to the creation of only 10 computer accounts.

Continue ReadingAllow group of users to be able to add computer into domain on Windows Server 2012 R2