Tech Support > Operating Systems > Windows 2000 > List Users within a Share
List Users within a Share
Posted by DJ on November 24th, 2003


Is there a print or display command, which will list all
the users in any given share.
Thx,
DJ

Posted by Walter Schulz on November 24th, 2003


local:
net share <sharename>

remote:
psexec \\<servername> net share sharename

Ciao, Walter


Similar Posts