can you list shared folder sessions from command line?

2

if you right-click my computer and go to Computer Management -> System Tools -> SHared Folders -> Sessions you can see the list of network users currently connected to your shares.

can this list be displayed inside a cmd box?

Stafford Williams

Posted 2010-12-01T22:06:52.167

Reputation: 287

Answers

4

net session will list that

Sathyajith Bhat

Posted 2010-12-01T22:06:52.167

Reputation: 58 436

-2

You can use

wmic share get caption,name,path

or

Net share

MoH

Posted 2010-12-01T22:06:52.167

Reputation: 1