You are on page 1of 3

RSAT (Remote Server Administration Tools) in Windows 10 v1809, v1903 and v1909 are no longer

a downloadable add-on to Windows. Instead its included as a set of "Features on Demand"


directly in Windows.

The script will only run on Windows 10 v1809 or v1903 or v1909.

The script requires administrative rights as well as access to the Internet (RSAT is installed through
Microsoft Update).

The script is built around Get-WindowsCapability, Add-WindowsCapability and Remove-


WindowsCapability.

The script comes with 4 options:

.\Install-RSATv1809v1903v1909.ps1 -All (-All is installing ALL the features within the RSAT bundle)

.\Install-RSATv1809v1903v1909.ps1 -Basic (-Basic is only installing AD DS, DHCP, DNS, Group Policy
Management and Server Manager)

.\Install-RSATv1809v1903v1909.ps1 -ServerManager (-ServerManager is only installing the Server


Manager)

.\Install-RSATv1809v1903v1909.ps1 -Uninstall (-Uninstall removes all RSAT features again)


Posibles errores:

Error #1

¶¶¶error code of 0x800f0954 powershell ¶¶¶

Run "gpedit.msc" to edit your local computer policy The setting in question is: Computer
Configuration\Administrative Templates\System\Specify settings for optional component
installation and component repair

My local policy seems to have defaulted to "Disabled" - after changing it to "Enabled" and
selecting the checkbox labeled "Download repair content and optional features directly from
Windows Update instead of Windows Server Update Services (WSUS)" the RSAT tools
installed for me.
Error # 2

Utilizar algunas de las siguientes opciones en powershell

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force;

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force;

YORDAN HERRERA

AMDS

You might also like