Displays the attributes of an object. While /showobjmeta displays the number of times the attributes on an object have changed ...

Displays the attributes of an object.

     While /showobjmeta displays the number of times the attributes on an 
     object have changed and which DC made those changes, the /showattr
     command shows the actual values for an object

     Objects can be referenced by their DN path or by object guid

     SHOWATTR can also display the values for objects returned by a command
     line LDAP query.

     By default, showattr queries writable directory partitions using LDAP
     port 389 can optionally query the read-only partitions of global
     catalogs using LDAP port 3268


     [SYNTAX]
     
     /showattr   [OBJ_LIST OPTIONS]
          [/atts:,...] [/allvalues] [/long] [/dumpallblob]
 
     std text  Enter the single label, fully qualified, object GUID 
     or DCLIST parameters. See /VIEWLIST for more info.

      [OBJ_LIST OPTIONS] - the DN path or object GUID of the 
     object whose attributes should be enumerated. When performing a 
     command line LDAP query, this form the base DN path for the search.
     Wrap DN paths containing spaces (" ") in quotes.

     /atts: Return values for specified attributes only. Values for multiple
     attributes can be displayed when separated by a ","
          
     /allvalues displays all attribute values. By default
     only 20 attribute values are displayed for an attribute unless 
     
     /long - displays one line per attribute value 
     
     /dumpallblob Similar to /all values but for binary attribute values. 
     
 
     [EXAMPLES]

     Query a specific DC and show all attributes for an object using its 
     DN path.

     repadmin /showattr hq-dc-01 "cn=enterprise administrators,cn=users,dc=contoso,dc=com"

     Query a specific DC and show all attributes for an object using its 
     object guid

     repadmin /showattr hq-dc-01 ""

     query all DC's whose computer names start with HQ-DC and show the value
     for a specific attribute, msDS-Behavior-Version, which denotes the domain 
     functional level.

     Repadmin /showattr hq-dc* "DC=contoso,DC=com" /atts:msDS-Behavior-Version

     query a single domain controller and return two attributes, OS version and 
     service pack revision, for all domain controllers in the domain 
     (primary group ID = 516).
   
     repadmin /showattr hq-dc-01 ncobj:domain: /filter:"((objectCategory=computer)(primaryGroupID=516))" /subtree /atts:operatingSystem,operatingSystemVersion,operatingSystemServicePack

     Query the read-only partition ("/gc") of all global catalogs ("gc:") in 
     the forest to see if they contain a copy of a specific object referenced 
     by its object guid. Useful to determine which DC's have replicated an 
     important change or contain a lingering object.

     repadmin /showattr gc: "" /gc