USER SETTINGS
--------------
CN=Lastname\, Firstname,OU=Users,OU=Toronto,DC=site,DC=com
Last time Group Policy was applied: 1/24/2019 at 4:04:04 PM
Group Policy was applied from: dc.site.com
Group Policy slow link threshold: 500 kbps
Domain Name: SITE
Domain Type: Windows 2008 or later
It also lists the user groups you are a member of:
The user is a part of the following security groups
---------------------------------------------------
Domain Users
Everyone
BUILTIN\Administrators
BUILTIN\Users
Performance Log Users
NT AUTHORITY\INTERACTIVE
CONSOLE LOGON
NT AUTHORITY\Authenticated Users
This Organization
LOCAL
custom_security_linux_group
gpresult /r | find "OU"
will do it.
In Command Prompt,
UPDATE
You should now use this answer on any kind of modern version of Windows
Here's a quick VBS script you can use to display your account's DistinguishedName attribute which contains the OU that your account is in:
EDIT: I should say that it will display the DN of the account in which context the script is run...
I've found that
also works for this.
I am able to run the following in a cmd window
Example output:
It also lists the user groups you are a member of:
User: adfind -sc u:%username% dn
Computer: adfind -sc c:%computername% dn
Adfind available at http://www.joeware.net/freetools/tools/adfind/index.htm
At a command / powershell prompt: