Script to dump pcs to txt:
Const ADS_SCOPE_SUBTREE = 2
Const ForAppending = 8
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
Dim outFile
Set outFile = fso.OpenTextFile("Computers_dump.txt", ForAppending, True)
Set objADSysInfo = CreateObject("ADSystemInfo")
Dim...
Hi
I have a bit of a problem. I need to move all the computers in the default computers container in AD to an OU according to witch subnet they are located in in AD sites and services or according to IP address.
At the moment I run a script to extract the computer names out of the default...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.