ASKER
Get-ADUser -Filter {mail -like '<email address>'} -Properties * | fl
import-module activeDirectory
ASKER
import-module activeDirectory -erroraction stop
ASKER
ASKER
Get-ADUser -Filter {EmailAddress -like "abc@def.com"} -Properties * | Select Name, SamAccountName, EmailAddress
|
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Active Directory (AD) is a Microsoft brand for identity-related capabilities. In the on-premises world, Windows Server AD provides a set of identity capabilities and services, and is hugely popular (88% of Fortune 1000 and 95% of enterprises use AD). This topic includes all things Active Directory including DNS, Group Policy, DFS, troubleshooting, ADFS, and all other topics under the Microsoft AD and identity umbrella.
TRUSTED BY
i run the same and get (keep in mind that "workID" doesnt exist in my AD - i assume thats a custom property in yours.)