powershell 安装Windows 10的远程服务器管理工​​具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 安装Windows 10的远程服务器管理工​​具相关的知识,希望对你有一定的参考价值。

# Download the hotfix for RSAT install
$URL= "https://download.microsoft.com/download/1/D/8/1D8B5022-5477-4B9A-8104-6A71FF9D98AB/WindowsTH-RSAT_WS_1709-x64.msu"
$Destination= ($ENV:USERPROFILE) + "\Downloads\WindowsTH-RSAT_WS_1709-x64.msu"

$WebClient = New-Object System.Net.WebClient
$WebClient.DownloadFile($URL,$Destination)
$WebClient.Dispose()

$WusaArguments = $Destination + " /quiet"
Write-host "Installing RSAT for Windows 10 - please wait" -foregroundcolor yellow
Start-Process -FilePath "C:\Windows\System32\wusa.exe" -ArgumentList $WusaArguments -Wait

以上是关于powershell 安装Windows 10的远程服务器管理工​​具的主要内容,如果未能解决你的问题,请参考以下文章

powershell 在Windows 10 1809上安装RSAT

powershell 在Windows 10上安装/启用IIS

powershell 安装Windows 10的远程服务器管理工​​具

使用Windows Powershell卸载和安装Win10 原生应用的方法

为啥安装sql Server 2008时总是显示windows powershell错误?

如何在windows 2008上安装powershell