Forum Discussion
ammarjaved
Apr 01, 2022Iron Contributor
How to Install or Uninstall RSAT in Windows 11
Remote Server Administration Tools (RSAT) is an essential tool for Windows administrators. This tool is designed to help administrators manage and maintain the servers from a remote locati...
Jasonmodd
Jun 11, 2024Copper Contributor
Any negative impact after install RSAT on Windows 11?
- ProvDJun 11, 2024Copper Contributor
Jasonmodd "Any negative impact after install RSAT on Windows 11?"
We updated from Windows 10 to Windows 11.
I used a package downloaded from Microsoft to install the RSAT that was intended for use on Windows 10.
That caused some obscure app to crash repeatedly. I removed RSAT.RSAT wasn't listed under my Optional Packages.
The Powershell
Add-WindowsCapability -Online -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0"
worked for me, but like all of these Add-WindowsCapability commands, it took way too long, around twenty minutes.
I use it at least a few times each week and I have noticed no ill effects.