Answers:
net view
Windows上的Windows用于Active Directory。您可以使用Samba来模拟。
采用:
$ sudo apt-get install samba
这将安装net
可用于加入Windows域的命令,例如:
$ net help join
Usage:
net rpc join -U <username>[%%password] <type>
Join a domain
username Name of the admin user password Password of the admin user, will prompt if not specified
type Can be one of the following:
MEMBER Join as member server (default)
BDC Join as BDC
PDC Join as PDC
你也可以使用arp-scan
,在这里找到,如果你只是希望发现网络上的主机。