Forum Discussion
How to Install or Uninstall RSAT in Windows 11
C:\Windows\System32>Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
'Get-WindowsCapability' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\System32>
Hi dudexy , With "cmd" it's not working, it's working with an admin "powershell" :
PS C:\> Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
DisplayName State
----------- -----
RSAT : outils Services de domaine Active Directory et Lightweight Directory Services Installed
RSAT : Module PowerShell pour Azure Stack HCI Installed
RSAT : utilitaires d'administration de chiffrement de lecteur BitLocker Installed
RSAT : Outils des services de certificats Active Directory Installed
RSAT : outils du serveur DHCP Installed
RSAT : outils du serveur DNS Installed
RSAT : outils de mise en grappe de basculement Installed
RSAT : outils de services de fichiers Installed
RSAT : Outils de gestion des stratégies de groupe Installed
RSAT : client Gestion des adresses IP (IPAM) Installed
RSAT : outils LLDP Data Center Bridging Installed
RSAT : outils de gestion du contrôleur de réseau Installed
RSAT : outils d'équilibrage de charge réseau Installed
RSAT : outils de gestion de l'accès à distance Installed
RSAT : Outils des services Bureau à distance Installed
RSAT : gestionnaire de serveur Installed
RSAT : Outils de gestion des services de migration du stockage Installed
Outils d'administration de serveur distant : module de réplica de stockage pour Windows PowerShell Installed
RSAT : Module Informations système pour Windows PowerShell Installed
RSAT : Outils d'activation en volume Installed
RSAT : outils Windows Server Update Services Installed
PS C:\>
- SoCR24Apr 05, 2024Copper ContributorDial-in tab is not available in the Active Directory Users and Computers MMC snap-in after you install Remote Server Administration Tools.
Does anyone know to install / register the relative dll or any other way to enable it?
Thank you in advance