Schmidtw
10505 pts. | Jul 23 2008 12:50PM GMT
You could probably do it with a batch file and have it run as a start-up script. If done as Administrator it would run no matter what user, you could put the files on a server, and implement them on all workstations.
START “C:\Program Files\the dir it’s in\WRKUSRPRF.exe” should suffice.
Mcl
2500 pts. | Jul 24 2008 4:18PM GMT
WRKUSRPRF is an IBM command, executable from an iSeries command line. It is not a PC program with a “.exe” suffix.
Martin is right, you’ll need a CL program with a call to WRKUSRPRF USRPRF(*ALL) if you want a list of all the user accounts.
The “Support” account will also need *SECADM authority to be able to make any changes to the user accounts.
Regards
Mike






