如何列出传入的网络连接用户


1

假设我在我的台式PC上,并且在几台笔记本电脑上给出了以下命令:

Laptop1: NET USE X: \\DESKTOPPC\SHARENAME /USER:FRED

Laptop2: NET USE X: \\DESKTOPPC\SHARENAME /USER:BARNEY

我在桌面PC上使用什么命令行列出已连接到PC的远程用户的名字?即在上面的场景中列出FRED和BARNEY?

Answers:


2

您应该使用该命令获取所有已连接用户的列表 net session

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.