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