Get members of group
dsget user „CN=UserName,OU=xxxxx,,DC=domain,DC=domain“ -memberof -expand
dsget group „CN=GroupName,DC=domain,DC=domain“ -members
Get inactive computers
dsquery computer -inactive 8 -limit 500 „OU=xxxxx,,DC=domain,DC=domain“
inactive = weeks
default limit is 100 objects