小编big*_*osh的帖子

如何让 DNS 服务器 cmdlet 在 Windows 10 中的 PowerShell 上工作?

当我尝试使用 DNS cmdlet 时,出现“无法识别”错误...

PS C:\Users\josh\Documents\GitHub\GoDaddy> get-dnsserverresourcerecord
get-dnsserverresourcerecord : The term 'get-dnsserverresourcerecord' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that 
the path is correct and try again.
At line:1 char:1
+ get-dnsserverresourcerecord
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (get-dnsserverresourcerecord:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
Run Code Online (Sandbox Code Playgroud)

如何将这些功能导入 Windows 10?

powershell

2
推荐指数
2
解决办法
9753
查看次数

标签 统计

powershell ×1