The following query returns the msExchRecipientDisplayType attribute of JDOE
dsquery * -filter "(&(objectCategory=Person)(objectClass=User)(sAMAccountName=JDOE))" -attr msExchRecipientDisplayType
How can I use the dsmod user command to change the attribute of msExchRecipientDisplayType for JDOE?