
How to "export" all data from UserManager in txt or xls file?
or NTreskit, Addusers.exe.. (granted this is the WSH NG!)..
------------------------------>8----------------------------
H:\ntreskit>addusers /?
Command-line account manipulation utility version 3.0.0.1
Copyright Microsoft Corporation 1997. All rights reserved.
Adds, Writes, or Erases accounts as specified by a delimited file.
ADDUSERS {/c|/d{:u}|/e} filename [/s:x] [/?] [\\computername|domainname]
[/p:{l|
c|e|d}]
/? Display this help screen.
/c Create accounts specified in the file.
/d: Write current accounts to the specified file, opt. followed by {:u}.
u Write current accounts to the specified file in Unicode text format.
/p: Set's account creation options, followed by an comb. of {lced}
l Users do not have to change passwords at next logon.
c Users cannot change passwords.
e Passwords never expire. (implies l option)
d Accounts disabled.
/e Erase user accounts specified in the file.
/s:x Sets the separator character for the input/output file. Replace the
x with the character to be used for separating fields. (e.g. /s:~)
Note: The separator character is a comma ',' by default.
For detailed information please refer to the Resource Kit Help file.
Quote:
> Could you give an example or some I-Net links?
> Thank you