I'm trying to run export.exe on a NT 4.0 Server that is not part of a domain. It is a stand alone server and I am trying to export all the users and related information. The syntax is not clear to me if there is no domain.
Announcement
Collapse
No announcement yet.
Exporting via the Free Tool
Collapse
X
-
Re: Exporting via the Free Tool
The syntax is:
exporter.exe .\export.ini domain computer
If you are specifying a computer (which you will in this case) you still must put something in the spot for domain. It can simply be the word domain because it won't be used since you are specifying a computer in the last parameter.
Comment