Installing RSAT On Windows 10 (October 2018 Update & Later)
If you ‘re rocking the latest and greatest versions of Windows 10, then you ‘re in luck ! The newest versions of Windows 10 come with RSAT baked right into the OS. however, flush though RSAT is included with the OS, they are not enabled by default. here ‘s how to enable your favorite RSAT features.
- Click the Start icon to open the Start menu
- Click the Settings icon to open the Settings menu
- Click on Apps
- Click Optional features
- Click Add a feature
- Scroll down the list of optional features until you find the RSAT features. Select whichever RSAT features you want to add, then click Install
- After clicking Install, you will see the status of each RSAT feature being installed
- once the tools have finished install, you ‘ll be able to access them through the Start menu in the Windows Administrative Tools booklet
How To Install RSAT Using PowerShell
If you consider yourself more of a baron drug user and love all things ability, like power tools and office guidance, and you drink nothing but Powerade, then here ‘s how to install RSAT features using PowerShell.
List All RSAT Features And The Installed State
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
As you can see from this screenshot, this machine already has a few RSAT features installed.
Installing RSAT Feature By Name
Add-WindowsCapability -Online -Name "Tool.Name"
Read more: Apollo for Reddit
Replace Tool.Name with the list of the RSAT feature you want to install. hera is a list of all of the RSAT Tools with their proper PowerShell name .
Display Name | Name |
---|---|
Active Directory Domain Services and Lightweight Directory Services Tools | Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 |
BitLocker Drive Encryption Administration Utilities | Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0 |
Active Directory Certificate Services | Rsat.CertificateServices.Tools~~~~0.0.1.0 |
DHCP Server Tools | Rsat.DHCP.Tools~~~~0.0.1.0 |
DNS Server Tools | Rsat.Dns.Tools~~~~0.0.1.0 |
Failover Clustering Tools | Rsat.FailoverCluster.Management.Tools~~~~0.0.1.0 |
File Services Tools | Rsat.FileServices.Tools~~~~0.0.1.0 |
Group Policy Management Tools | Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0 |
IP Address Management (IPAM) Client | Rsat.IPAM.Client.Tools~~~~0.0.1.0 |
Data Center Bridging LLDP Tools | Rsat.LLDP.Tools~~~~0.0.1.0 |
Network Controller Management Tools | Rsat.NetworkController.Tools~~~~0.0.1.0 |
Network Load Balancing Tools | Rsat.NetworkLoadBalancing.Tools~~~~0.0.1.0 |
Remote Access Management Tools | Rsat.RemoteAccess.Management.Tools~~~~0.0.1.0 |
Remote Desktop Services Tools | Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0 |
Server Manager | Rsat.ServerManager.Tools~~~~0.0.1.0 |
Shielded VM Tools | Rsat.Shielded.VM.Tools~~~~0.0.1.0 |
Storage Migration Service Management Tools | Rsat.StorageMigrationService.Management.Tools~~~~0.0.1.0 |
Storage Replica Module for Windows PowerShell | Rsat.StorageReplica.Tools~~~~0.0.1.0 |
System Insights Module for Windows PowerShell | Rsat.SystemInsights.Management.Tools~~~~0.0.1.0 |
Volume Activation Tools | Rsat.VolumeActivation.Tools~~~~0.0.1.0 |
Windows Server Update Services Tools | Rsat.WSUS.Tools~~~~0.0.1.0 |
For exemplar, if you wanted to install Remote Desktop Service Tools, you would run this command :
Add-WindowsCapability -Online -Name "Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0"
Installing All RSAT Features At Once
If you do n’t got no time to be installing features one at a clock, then this is the command for you :
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
If you have the Optional features window open after running the command, you ‘ll see each feature as it ‘s installed .
Installing RSAT On Older Systems
If you have a severe sheath of Metathesiophobia and you fight change with every ounce of lastingness you can muster, then this segment is for you. While systems running Windows 10 Oct. 2018 update and newer include RSAT features by default, older systems require you to download and install the feature pack. Microsoft has already axed the RSAT download pages for Windows Vista, 7, and 8. however, Windows 8.1 and older versions of Windows 10 are still available for download .
- Windows 8.1 RSAT Download Page : hypertext transfer protocol : //www.microsoft.com/en-us/download/details.aspx ? id=39296
- Windows 10 RSAT Download Page : hypertext transfer protocol : //www.microsoft.com/en-us/download/details.aspx ? id=45520
To install these RSAT packages, download the appropriate version for your OS, run the installer, and that ‘s it. All features are enabled by nonpayment. If you want to disable certain features, you can select individual tools to disable by going into Control Panel > Programs > Turn Windows features on or off. In the Windows Features dialogue box, elaborate Remote Server Administration Tools, and then expand either Role Administration Tools or Feature Administration Tools. authorize the bridle boxes for any tools that you want to turn off.
Wrapping Up
Remote Server Administration Tools are a capital room to alleviate server custom congestion. If you ‘ve got a colleague that never fails to log into the waiter just earlier taking a 3-hour lunch break, frankincense locking you out of the server, RSAT may be the solution you ‘re looking for. That, or try switching their keyboard to the DVORAK layout when they are n’t looking. That should keep them busy for a fiddling while so you can get logged in before they do.
Read more: How to Install RSAT in Windows 10
If you ‘re looking for early tools to enhance your sour life, then download our exempt trial of PDQ Deploy and PDQ Inventory. Sit back and relax while this power jazz band keeps your network environment up to date with the latest applications and patches. Got an audit coming up ? We can help with that ! Need to create a baseline package for your images ? We can help with that ! Anything else you need help with ? Just let us know ! Brock Bingham Born in the ’80s and raised by his NES, Brock promptly fell in love with everything technical school. With over 15 years of IT experience, Brock now enjoys the life of luxury as a celebrated technical school blogger and receiver of many Dundie Awards. In his dislodge clock, Brock enjoys adventuring with his wife, kids, and dogs, while dreaming of retirement .