Export user accounts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, is it possible to export local user accounts to a text file then change
only the description field and after import the file again in a server that
is not a DC like i do with ldifde.exe with active directory envoirement , but
not like adduers that only exports and cannot change only a field .

thanks
 
Hi, is it possible to export local user accounts to a text file then change
only the description field and after import the file again in a server that
is not a DC like i do with ldifde.exe with active directory envoirement , but
not like adduers that only exports and cannot change only a field .

thanks


AddUsers CAN do what you want???????

You can also also Parse 'net user username' in a FOR command and write the results to a file in 'net user' /add
syntax.
 
Back
Top