A few weeks ago at work, I was tasked with the project of decommissioning one of our older Windows Server 2008 machines and upgrading it to Windows 2012. I was initially a little worried, seeing as this server ran a lot of key roles, such as DHCP, DNS, was a […]
Yearly archives: 2017
2 posts
You can also view and set these values with PowerShell, provided you have the ActiveDirectory module installed. View: Get-ADUser <username> -Properties extensionattribute1 Set: Set-ADUser <username> -Add @{“extensionattribute1″=”Your Value Here”} Clear: Set-ADUser <username> -Clear extensionattribute1