
Remote Server Administration Tools (RSAT) enables IT administrators to remotely manage roles and features in versions of Windows Server since 2008 R2 from a computer that is running Windows 10, Windows 8.1, Windows 8, Windows 7, or Windows Vista.
RSAT will install only on Business, Ultimate, Professional, Education, or Enterprise (or LTSB/LTSC) editions of Windows. You cannot install RSAT on computers that are running Home or Standard editions of Windows.
For Windows Vista and Windows 7, the individual tools for the roles and features must be enabled after you install RSAT.
This package will install the latest version of RSAT for the running Windows OS unless it is Windows 10 AND the Server package parameter is used as follows:
choco install rsat -params '"/Server:2016"'
1803 and 1709 are available if needed.)2016 when managing Windows Server 2016 or previous versionsWith the September 2018 release of Windows, RSAT is no longer a single install nor is it associated with a specific server version. Each of the RSAT features are separately available through Features on Demand. This package should allow for download and installation of some or all of the RSAT features. The /server parameter (above) is ignored here, and all the (20+) available RSAT features will be installed you choose one or more of the most common features using the following parameters:
/AD - Install the Active Directory Management feature./GP - Install the Group Policy Management feature./SM - Install the Server Manager feature./CS - Install the Certificate Services feature./RD - Install the Remote Desktop Management feature./FS - Install the File Services Management feature./DNS - Install the Domain Name Services Management feature./DHCP - Install the DHCP Management feature.Example: choco install rsat -params '"/AD /GP /DHCP"'