我想用PowerShell编写一台机器的脚本,我不知道如何找到模块的名称。我想构建与脚本相同的脚本,但对于asp.net mvc 3,URL Rewrite 2.0,URL授权......
我试图在google,web plateform安装程序中搜索...我错过了什么吗?
前:
Import-Module ServerManager
$features = @(
"Web-WebServer",
"Web-Static-Content",
"Web-Http-Errors",
"Web-Http-Redirect",
"Web-Stat-Compression",
"Web-Filtering",
"Web-Asp-Net45",
"Web-Net-Ext45",
"Web-ISAPI-Ext",
"Web-ISAPI-Filter",
"Web-Mgmt-Console",
"Web-Mgmt-Tools",
"NET-Framework-45-ASPNET"
)
Add-WindowsFeature $features -Verbose
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y webdeploy
答案 0 :(得分:2)
打开PowerShell提示并使用_
cmdlet。
我相信这个PS模块默认安装在服务器上。例如,对于运行Windows 7的客户端计算机,您可以安装远程服务器管理工具 - https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=7887