How I get my UPN from Active Directory? I need to test an app which uses Upn Claim type...

link|improve this question

75% accept rate
feedback

1 Answer

up vote 4 down vote accepted

This command should work.

C:> whoami /upn

The whoami.exe command comes with Windows Vista and later, but for those on XP you can download it as part of the XP Support Tools here.

link|improve this answer
It Does not work! – chugh97 Aug 6 '09 at 12:16
1  
What version of Windows are you using? I believe whoami.exe comes with Vista and later, but if you are on Windows XP, you can download the Windows XP Support Tools (microsoft.com/downloads/…) – Jeremy Wiebe Aug 6 '09 at 13:20
Thanks Jeremey, that worked – chugh97 Aug 6 '09 at 15:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.