I need to export a list of all users who have ever logged into a
particular workstation to a text file. Nlist is presumably the way to go
and I can find the workstations easily enough, but I'm not sure how to
export their properties.
Any help would be great.
Thanks,
Alex.
what you really seem to be looking for is auditing. what NW version
are you using?
--
Cheers!
Richard Beels
http://www.dsi-consulting.com
Collaboration without complication
a.p...@camb.linst.ac.uk wrote:
> Hi,
>
> I need to export a list of all users who have ever logged into a
> particular workstation to a text file. Nlist is presumably the way to go
> and I can find the workstations easily enough, but I'm not sure how to
> export their properties.
Try something like:
nlist workstation show "wm:user history"
John