To dump a listing of your organization’s Groupwise user FIDs, run the following from a Netware server’s SYS:\PUBLIC directory:
nlist user=* show “NGW: File ID” >fids.txt /R /S
where:
fids.txt is the name of the file to export to
/R = objects at [ROOT] context
/S = Objects throughout all subordinate contexts
[update November 21, 2008]
The above command only dumps Groupwise user FIDs. To dump Groupwise External Entity FIDs follow these instructions.
November 4, 2008 at 5:32 pm
I used the same command in a DOS box on a Windows workstation running the Novell client, and it worked great. Thanks!