Windows命令
showljj
这个作者很懒,什么都没留下…
展开
-
已知IP查主机名称
ip hostname 互查 nbtstat [ [-a RemoteName] [-A IP address] nbtstat -a host1 nbtstat -A 192.168.1.55 今天的网络中的一个考勤设备发现无法与软件联接。 用ping后有响应,再断开设备ping仍有响应,才想到设备IP有冲突。使用nbtstat查看IP无法发现主机名。 在使用L转载 2013-01-08 16:27:47 · 256 阅读 · 0 评论 -
如何通过mac地址查询ip
局域网管理中经常遇到已知某个MAC地址,要查询其IP地址的情况,我总结一下有如下几种方法: 通过mac查ip 方法一:用ARP -A 查询 这种方法只能查到与本机通讯过(20分钟内)的主机MAC地址和IP地址。可在远程主机所属网段中的任一台主机上运行此命令,这样可查出IP欺骗类病毒的主机。 方法二:用专用软件查,如nbtscan 命令方式是:nbtscan -r 网络号/掩码位,这转载 2013-01-08 16:30:38 · 1474 阅读 · 0 评论 -
Calling a 32-bit System Command from a Script in x64 Windows
Let’s say you’ve written a little 32-bit script that calls a Windows command such asnbtstat. When you try to run the script in x64 Windows, you get an annoying “File not found” error – even though you转载 2013-01-08 19:22:04 · 293 阅读 · 0 评论