Install RSAT on Windows.
This use to be a separate download. Since Windows 10 it can be done via PowerShell
Starting with Windows 10 October 2018 Update
Check Availability
#requires -RunAsAdmin
Get-WindowsCapability -Online -Name "Rsat.*"
Name : Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 State : Installed DisplayName : RSAT: Active Directory Domain Services and Lightweight Directory Services Tools Description : Active Directory Domain Services (AD DS) and Active Directory Lightweight Directory Services (AD LDS) Tools include snap-ins and command-line tools for remotely managing AD DS and AD LDS on Windows Server. DownloadSize : 5230239 InstallSize : 34189702 Name : Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: BitLocker Drive Encryption Administration Utilities Description : BitLocker Drive Encryption Administration Utilities include tools for managing BitLocker Drive Encryption features. BitLocker Active Directory Recovery Password Viewer helps to locate BitLocker drive encryption recovery passwords in Active Directory Domain Services (AD DS). DownloadSize : 42179 InstallSize : 121076 Name : Rsat.CertificateServices.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Active Directory Certificate Services Tools Description : Active Directory Certificate Services Tools include the Certification Authority, Certificate Templates, Enterprise PKI and Online Responder Management snap-ins for remotely managing AD CS on Windows Server DownloadSize : 1564108 InstallSize : 10863852 Name : Rsat.DHCP.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: DHCP Server Tools Description : DHCP Server Tools include the DHCP MMC snap-in, DHCP server netsh context and Windows PowerShell module for DHCP Server. DownloadSize : 1649868 InstallSize : 14192898 Name : Rsat.Dns.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: DNS Server Tools Description : DNS Server Tools include the DNS Manager snap-in, dnscmd.exe command-line tool and Windows PowerShell module for DNS Server. DownloadSize : 1339472 InstallSize : 12332224 Name : Rsat.FailoverCluster.Management.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Failover Clustering Tools Description : Failover Clustering Tools include the Failover Cluster Manager snap-in, the Cluster-Aware Updating interface and the Failover Cluster module for Windows PowerShell DownloadSize : 9839817 InstallSize : 65164798 Name : Rsat.FileServices.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: File Services Tools Description : File Services Tools include snap-ins and command-line tools for remotely managing the File Services role on Windows Server. DownloadSize : 5322452 InstallSize : 34394264 Name : Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Group Policy Management Tools Description : Group Policy Management Tools include Group Policy Management Console, Group Policy Management Editor and Group Policy Starter GPO Editor. DownloadSize : 4265567 InstallSize : 37123432 Name : Rsat.IPAM.Client.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: IP Address Management (IPAM) Client Description : IP Address Management (IPAM) Client is used to connect to and manage a remote IPAM server. IPAM provides a central framework for managing IP address space and corresponding infrastructure servers such as DHCP and DNS in an Active Directory forest. DownloadSize : 231257 InstallSize : 1753230 Name : Rsat.LLDP.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Data Centre Bridging LLDP Tools Description : Data Centre Bridging LLDP Tools include PowerShell tools for remotely managing LLDP agents on Windows Server. DownloadSize : 23027 InstallSize : 46576 Name : Rsat.NetworkController.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Network Controller Management Tools Description : Network Controller Management Tools include PowerShell tools for managing the Network Controller role on Windows Server. DownloadSize : 167320 InstallSize : 1566836 Name : Rsat.NetworkLoadBalancing.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Network Load Balancing Tools Description : Network Load Balancing Tools include the Network Load Balancing Manager snap-in, the Network Load Balancing module for Windows PowerShell and the nlb.exe and wlbs.exe command-line tools. DownloadSize : 273601 InstallSize : 1728852 Name : Rsat.RemoteAccess.Management.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Remote Access Management Tools Description : Remote Access Management Tools include graphical and PowerShell tools for managing the Remote Access role on Windows Server. DownloadSize : 7035095 InstallSize : 55486364 Name : Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Remote Desktop Services Tools Description : Remote Desktop Services Tools include snap-ins for Remote Desktop Licensing Manager, Remote Desktop Licensing Diagnostics and Remote Desktop Gateway Manager. Use Server Manager to administer all other RDS role services. DownloadSize : 970410 InstallSize : 7340370 Name : Rsat.ServerManager.Tools~~~~0.0.1.0 State : Installed DisplayName : RSAT: Server Manager Description : Server Manager includes the Server Manager console and PowerShell tools for remotely managing Windows Server, and includes tools to remotely configure NIC teaming on Windows Server and Best Practices Analyser. DownloadSize : 6664223 InstallSize : 62426360 Name : Rsat.Shielded.VM.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Shielded VM Tools Description : Shielded VM Tools include the Provisioning Data File Wizard and the Template Disk Wizard. DownloadSize : 18204190 InstallSize : 41624092 Name : Rsat.StorageMigrationService.Management.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Storage Migration Service Management Tools Description : Provides management tools for storage migration jobs. DownloadSize : 119162 InstallSize : 781852 Name : Rsat.StorageReplica.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Storage Replica Module for Windows PowerShell Description : Includes PowerShell module to remotely manage the Storage Replica feature on Windows Server 2016. DownloadSize : 461257 InstallSize : 3101682 Name : Rsat.SystemInsights.Management.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: System Insights Module for Windows PowerShell Description : System Insights module for Windows PowerShell provides the ability to manage System Insights feature. DownloadSize : 56489 InstallSize : 296278 Name : Rsat.VolumeActivation.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Volume Activation Tools Description : Volume activation tools can be used to manage volume activation licence keys on a Key Management Service (KMS) host or in Microsoft Active Directory Domain Services. These tools can be used to install, activate and manage one or more volume activation licence keys, and to configure KMS settings on Windows Server. DownloadSize : 216775 InstallSize : 1121962 Name : Rsat.WSUS.Tools~~~~0.0.1.0 State : NotPresent DisplayName : RSAT: Windows Server Update Services Tools Description : Windows Server Update Services Tools include graphical and PowerShell tools for managing WSUS. DownloadSize : 1680250 InstallSize : 16578400
Install RSAT
#requires -RunAsAdmin
Get-WindowsCapability -Online -Name "Rsat.*" | Add-WindowsCapability -Online -Verbose
Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : False Path : Online : True RestartNeeded : True Path : Online : True RestartNeeded : True Path : Online : True RestartNeeded : True Path : Online : True RestartNeeded : True Path : Online : True RestartNeeded : True Path : Online : True RestartNeeded : True Path : Online : True RestartNeeded : True Path : Online : True RestartNeeded : True
Related
- Hashing in Windows
- Enable Telnet on Windows
- Moving Application Windows to Another Monitor
- Changing Windows Network Profile
- How to check for Suspicious root CA certificates in Windows
- How to Start an Application as Another User from the Command Line in Windows
- How to turn the Windows Firewall On or Off Via the Command Line
- PowerShell Accepting Pipeline Input
- Specify an SSH key for git push for a given Domain
- Create OpenSSL CA (Certificate Authority) for Dev/Test Purposes
Links
- https://www.microsoft.com/en-au/download/details.aspx?id=45520