When I activate the Advanced features
(View
-> Advanced Features
) and open a user's properties by navigating to their OU and right clicking the user object, I see the Attribute Editor
tab.
However, if I search for a user (right click the domain -> Find
-> search for the user), and double click on the user, I do not see the tab.
I cannot normally navigate to users because some OUs have too many users. Can someone suggest an alternative that allows me to view the Attribute Editor
tab?
I'd say set up a query for the user search instead of using the Find feature. It's a few extra clicks, but gives you the Attribute Editor tab properly.
Make sure you set the query definition to the "Users..." type instead of the "Common Queries" type, so you get the right search behavior..
..and the Attribute Editor tab works on the object when opened from this view.
This seems to be a solution!
http://activedirectoryfaq.com/2014/10/ad-attribute-editor-missing-make-search-visible
Open de object after using "Find". Click the "Member of" tab. Open a group of which the object is a member. Close the object window. Locate the object in the group and double-click it. The object window should open with the "Attribute Editor" available.
Should work.
Tried it myself but I don't have an Attribute Editor available (Attribute Editor does not exist in a 2000/2003 forest).
https://social.technet.microsoft.com/Forums/windowsserver/en-US/6e6ef6bd-b5c9-4f16-b346-097832e3b93c/rsat-and-the-missing-attribute-editor-tab-solution?forum=winserverManagement
You have several options.
You can use Softera LDAP Browser for free.
You can use Apache Directory Studio for free.
You can use ADExplorer for free.
You can setup filter directly in ADUC on OU's view so it will filter out users as you need
You can write in C++ your own property sheet host application for user object (I did before, I have source code) which can be invoked from comand line based on some parameter (sAMAccountName for example)
UPDATE:
You can use dsac.exe instead of dsa.msc. It does not have that limitation. If you don't have to use a smart card, AD Explorer like Jim suggested is probably the way to go, otherwise it would be adsiedit.
I think your best bet is to use ADExplorer
I know this is an old thread but I found it searching for a fix to this.
My best solution here is to use two ADUC windows. One does the search with the Distinguished Name shown in the results window. Then browse to the user in the other window. All day long I do this two step process to modify something in AD.
Literally the best answer: Install Active Directory Administrative Center and un-fustercluck your day....
A two-click solution. Type the user name in Global Search, double click the user name.
The attributes info is in the Extensions section at the bottom.
See the pics.