Display subnet(s) from active directory.
Syntax
DSGET Subnet SubnetDN [-dn] [-desc] [-loc] [-site]
[{-s Server | -d Domain}] [-u UserName] [-p {Password | *}]
[-c] [-q] [-l] [{-uc | -uco | -uci}]
Key
SubnetDN Distinguished Name of the subnet to view.
-dn Display the Distinguished Names of the subnets.
-desc Display the descriptions of the subnets.
-loc Display the subnet locations.
-site Display the site names associated with the subnets.
-s Server to connect to (Default=the domain controller in the logon domain.)
-d Domain to connect to
-u Username with which the user logs on to a remote server.
-p Password (UserName or Domain\UserName or Username@domain.com)
-c Report errors, but continue with the next object after any error (when you specify multiple objects)
by default dsget will exit when the first error occurs.
-q Quiet, suppress all output
-l Display entries in a list format. By default, dsget outputs a table format.
-uc Unicode format
-uco Unicode format for output only
-uci Unicode format for input only
DS* commands are available on networked machines with the server role A.D. Domain Services installed, Domain Controllers (or for XP users: XP Professional).
Dsget can accept stdin from the keyboard, from a redirected file, or as piped output from another command e.g. DSQuery
Examples
Display all properties for the subnets 208.77.188.0/24 and 207.88.68.0/24:
C:\> dsget subnet "208.77.188.0/24" "207.88.68.0/24"
“All day long the door of the sub-conscious remains just ajar; we slip through to the other side, and return again, as easily and secretly as a cat” ~ Walter de La Mare
Related:
DSAdd - Add object
DSGet - Display object
DSMod - Modify object
DSMove - Move object
DSQuery - Search for objects
DSRM - Delete object