WinInfo Short Takes: Week of November 24, 2008
An often irreverent look at some of the week's other news, including a Vista Capable dismissal request, Zune price reductions, Morrow musings, Novell and Microsoft sitting in a tree ... two years later, Yahoo!, IE 6 on Windows Mobile, and so much more ...
Command Prompt Tricks
One reader shares his tip for setting up the command prompt to reflect a remote path. ...
PsExec
This freeware utility lets you execute processes on a remote system and redirect output to the local system. ...
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\moveuser.xls")
intRow = 2
Do Until objExcel.Cells(intRow,1).Value = ""
Set objUser = GetObject("LDAP://us0-dc01/" & objExcel.Cells(intRow, 1).Value)
objOU.MoveHere("LDAP://us0-dc01/", & objExcel.Cells(intRow, 2).Value) , ("cn=", & objExcel.Cells(intRow, 3).Value)
intRow = intRow + 1
Loop
objExcel.Quit
Connollyr12 September 01, 2004 (Article Rating: