我有一个Powershell利用功能Get-DnsServerResourceRecord。我让它在几个不同的服务器上进行测试,但是在我希望它从其运行的服务器上出现此错误:
Get-DnsServerResourceRecord:术语“ Get-DnsServerResourceRecord” 无法识别为cmdlet,函数,脚本文件或 可操作的程序。检查名称的拼写,或者路径是否为 (包括),确认路径正确,然后重试。第2行 字符数:3 + Get-DnsServerResourceRecord -ComputerName $ DNSServer -ZoneNam ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo:ObjectNotFound:(Get-DnsServerResourceRecord:String)[],CommandNotF oundException + FullyQualifiedErrorId:CommandNotFoundException
我所有的Google搜索都告诉我,由于我是在Windows Server 2016(DataCenter)上运行此程序的,因此它应该可以正常工作。我想让它运行什么?
我实际上是如何运行的:
for i in len(manu_list)
答案 0 :(得分:0)
您需要安装DNS服务器工具模块。 在powershell命令下运行 安装WindowsFeature rsat-dns-server