If you need a list of users and their respective proxy addresses then the command below will do this 🙂
Â
Get-ADUser –Filter * –Properties proxyaddresses | Select-Object Name, @{L = “ProxyAddresses”; E = { $_.ProxyAddresses -join “;”}} | Export-Csv –Path c:\temp\proxyaddresses.csv –NoTypeInformation
Got a project that needs expert IT support?
From Linux and Microsoft Server to VMware, networking, and more, our team at CR Tech is here to help.
Get personalized support today and ensure your systems are running at peak performance or make sure that your project turns out to be a successful one!
CONTACT US NOW