For finding the 90 days old computers in the AD

    For finding the 90 days old computers in the AD
DSQUERY COMPUTER “DC=MydomainName,DC=COM” -STALEPWD 90 -LIMIT 5000 >> C:output.csv for finding the 90 days old computers in the AD & action to delete with the output DSQUERY COMPUTER “OU=COMPUTERS,DC=LANDESK,DC=COM” -STALEPWD 90 -LIMIT 5000 | DSRM -NOPROMPT >C:Output.csv

Leave a Comment