About
Pricing
Community
Teams
Start Free Trial
Log in
neil4933
asked on
3/11/2012
Finding AD username of AD GUIDS
Hello
I have a list of about twenty Active Directory GUIDs that I need to convert to something more user friendly, (e.g. AD username UPN, DisplayName).
I have the list of GUID's in a csv file named GUID.csv
Does anyone know of a Powershell (we have Quest) or similar that we can run to get this info?
Active Directory
Windows Server 2008
Powershell
4
1
Last Comment
neil4933
8/22/2022 - Mon
Joe Klimis
3/11/2012
Hi
I think this will do the trick
http://unlockpowershell.wo
rdpress.co
m/2010/07/
01/powersh
ell-search
-ad-for-a-
Mike Kline
3/11/2012
There is a shortcut in adfind that can help
http://www.joeware.net/freetools/tools/adfind/index.htm
adfind -sc adguid:57572....
Would need to wrap around a batch to read from the csv
Thanks
Mike
ASKER CERTIFIED SOLUTION
fundacionrts
3/11/2012
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
neil4933
3/11/2012
ASKER
Thanks all
We actually do have Quest Powershell which should help.
If I look at an account, the objectGUID value is what we have in GUID.txt
How can I convert this to DisplayName?
So, I have:
i. objectGUID for a list of users and I want to know DisplayName
I guess the PS query is saying:
get-QADuser where objectGUID=*first value in csv* and return me the DisplayName value
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
I think this will do the trick
http://unlockpowershell.wo