I'm not sure if this will help you out, but we use the csvde utility that is on Win2k server, I would think it would be on 2003 server too. We output our entire domain, about 6000 users, and it does it very quickly, alot quicker than what I was trying to do in VB.
What i've used before is the chr(34) code to put in the quotes and it seems to work. Here is a sample of one of my lines to see how to implement chr(34).
oShell.Run chr(34) & "%logonserver%\NETLOGON\sc\reg.exe" & chr(34) & " delete " & chr(34) & "HKLM\" & strKeyPathHist & chr(34) & " /f", 0...
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.