List all Users, Email and Phone Number from Active Directory
In this post, will use Active Directory PowerShell or EMC to get a list of all users, emails and their mobile phone numbers. By using Get-ADUser Cmdlet If you want to export Get-ADUser can retrieves a number of attributes by default, if you don’t need those, use Select-Object to retrieves the ones you only need: For EMC, you can run this … Read more