Friday, November 4, 2011

List of objects dsget can extract attributes from


List of objects dsget can extract attributes from

DSGET COMPUTER
DSGET CONTACT
DSGET SUBNET
DSGET GROUP
DSGET OU
DSGET SERVER
DSGET SITE
DSGET USER
DSGET QUOTA
DSGET PARTITION



List of attributes dsget can return for the USER object
-dn
Displays the distinguished names of the users.

-samid
Displays the SAM account names of the users.

-sid
Displays the user security IDs (SIDs).

-upn
Displays the user principal names of the users.

-fn
Displays the first names of the users.

-mi
Displays the middle initials of the users.

-ln
Displays the last names of the users.

-display
Displays the display names of the users.

-empid
Displays the employee IDs of the users.

-desc
Displays the descriptions of the users.

-full
Displays the full names of the users.

-office
Displays the office locations of the users.

-tel
Displays the telephone numbers of the users.

-email
Displays the e-mail addresses of the users.

-hometel
Displays the home telephone numbers of the users.

-pager
Displays the pager numbers of the users.

-mobile
Displays the mobile phone numbers of the users.

-fax
Displays the fax numbers of the users.

-iptel
Displays the user IP phone numbers.

-webpg
Displays the user Web page URLs.

-title
Displays the titles of the users.

-dept
Displays the departments of the users.

-company
Displays the company information for the users.

-mgr
Displays the user managers of the users.

-hmdir
Displays the drive letter to which the home directory of the user is mapped to if the home directory path is a UNC path.

-hmdrv
Displays the user's home drive letter if home directory is a UNC path.

-profile
Displays the user profile paths.

-loscr
Displays the user logon script paths.

-mustchpwd
Displays information about whether users must change their passwords at the time of next logon (yes) or not (no).

-canchpwd
Displays information about whether users can change their password (yes) or not (no).

-pwdneverexpires
Displays information about whether the user passwords never expires (yes) or not (no).

-disabled
Displays information about whether user accounts are disabled for logon (yes) or not (no).

-acctexpires
Displays dates indicating when user accounts expire. If the accounts never expire, never is displayed.

-reversiblepwd
Displays information about whether the user passwords are allowed to be stored using reversible encryption (yes) or not (no).

UserDN
Required. Specifies the distinguished name of the user you want to view.

-memberof
Displays the immediate list of groups of which the user is a member.

-expand
Displays the recursively expanded list of groups of which the user is a member. This option takes the immediate group membership list of the user, and then recursively expands each group in this list to determine its group memberships as well to arrive at a complete closure set of the groups.
{-uc | -uco | -uci}
Specifies that output or input data is formatted in Unicode. The following table lists and describes each format.

-part PartitionDN
Connect to the directory partition with the distinguished name of PartitionDN.

-qlimit
Displays the effective quota of the user within the specified directory partition.

-qused
Displays how much of the quota the user has used within the specified directory partition. Value Description
-uc Specifies a Unicode format for input from or output to a pipe (|).
-uco Specifies a Unicode format for output to a pipe (|) or a file.
-uci Specifies a Unicode format for input from a pipe (|) or a file.

No comments:

Post a Comment