如何使用PowerShell读取Windows主机文件?
映射主机名和IP地址的Windows主机文件是纯文本文件。所以读取主机文件更简单。我们只需要使用Get-Content命令来检索文件内容。
通常,主机文件存储在位置c:\windows\System32\drivers\etc\。 如果操作系统安装在该位置。
或者你可以使用 $env:Windir来获取windows目录。
要获取文件内容,
示例
Get-Content $env:windir\system32\drivers\etc\hosts输出结果
# Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost
要从远程服务器获取主机文件,
Get-Content \\Computer1\c$\windows\system32\drivers\etc\hosts
热门推荐
10 读书祝福语女生短句简短
11 感谢同事新婚祝福语简短
12 感谢教官文案祝福语简短
13 员工聚会蛋糕祝福语简短
14 元宵发客户祝福语简短
15 给团队信心祝福语简短
16 医美的祝福语大全简短
17 异国姻缘的祝福语简短
18 兄妹拍照祝福语简短的话