Tag

#Computer list

List all computer accounts in an OU

2013-11-08

Open a commande window, and type this: DSQUERY COMPUTER "OU=YUL-User+Computers,OU=YUL,DC=NA,DC=manwin,DC=local" -o rdn -limit 1000 > c:\machines.txt   This will create a text file on your C:\ drive, with…