Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows Server 2003Windows 2000Windows NTSmall Business ServerVirtual ServerExchange ServerIISHost Integration ServerISA ServerSMSWSUSMOMWindows Media ServerSecurityCertification
Related Topics
SQL ServerMS WindowsMS OfficePC HardwareMore Topics ...

Windows Server Forum / Windows 2000 / Networking / July 2008

Tip: Looking for answers? Try searching our database.

Reset Password

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
MO0O0O0ODY - 12 Jul 2008 20:39 GMT
Hello Friends,

From a time to time , I \recieved an excel sheet from the call center
manager containing the user name of 200-250 agents needed to reset
thier password\ to a default password.

Is there is any way that can facilate this process or can i convert
the excel sheet to .csv file and then import it ..if this is right so
please tell me how????
Pegasus (MVP) - 12 Jul 2008 22:08 GMT
> Hello Friends,
>
[quoted text clipped - 5 lines]
> the excel sheet to .csv file and then import it ..if this is right so
> please tell me how????

You could run this two-line batch file:
@echo off
for /F "tokens=1-2 delims=," %%a in (d:\test.csv) do echo net user "%%a"
"%%b /domain

Remove the word "echo" in Line #2 in order to activate the batch file.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.