|
Post by ZF on Jun 10, 2017 9:52:14 GMT -5
Flatten directory echo Y|for /r C:\<FOLDER> %f in (*) do @move "%f" C:\<DEST>
|
|
j
CircleOfTrust
Don't think, don't blink, get it done, and walk away.
Posts: 6
|
Post by j on Jun 22, 2017 1:10:20 GMT -5
Active Directory based[CMD] NETDOM QUERY /D:<domain name> DC >> AD_list.txt [CMD] NETDOM QUERY /D:<domain name> PDC >> pAD.txt [PS] Get-ADDomain >> Get-ADDomain.txt [PS] (Get-ADDomain).ReplicaDirectoryServers >> rAD_list.txt Get Users from AD[PS] Get-ADUser -SearchBase "DC=<check your own account's and reference>" -Filter * >> user_list.txt Sauces
|
|