<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Remote Server Administration Tools on gal.vin</title>
    <link>https://gal.vin/tags/remote-server-administration-tools/</link>
    <description>Recent content in Remote Server Administration Tools on gal.vin</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Wed, 13 Oct 2021 17:56:52 +0100</lastBuildDate>
    <sy:updatePeriod>daily</sy:updatePeriod>
    
        <atom:link href="https://gal.vin/tags/remote-server-administration-tools/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Installing Remote Server Administration Tools (RSAT) for Windows 10/Windows 11</title>
        <link>https://gal.vin/posts/2021/rsat-win11-win10/</link>
        <pubDate>Wed, 13 Oct 2021 17:56:52 +0100</pubDate>
        
        <atom:modified>Wed, 13 Oct 2021 17:56:52 +0100</atom:modified>
        <guid>https://gal.vin/posts/2021/rsat-win11-win10/</guid>
        <description>In this guide we&amp;rsquo;ll go through how to quickly add all of them using PowerShell and where they are in the GUI.
Installing RSAT the quickest and easiest way using PowerShell Run the following command in an elevated PowerShell session.
1  Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online   When installation is completed, the icons will be available in the Start Menu under &amp;ldquo;Windows Tools&amp;rdquo; in Windows 11 and under &amp;ldquo;Windows Administrative Tools&amp;rdquo; in Windows 10.</description>
        <content:encoded>&lt;p&gt;In this guide we&amp;rsquo;ll go through how to quickly add all of them using PowerShell and where they are in the GUI.&lt;/p&gt;
&lt;h2 id=&#34;installing-rsat-the-quickest-and-easiest-way-using-powershell&#34;&gt;Installing RSAT the quickest and easiest way using PowerShell&lt;/h2&gt;
&lt;p&gt;Run the following command in an elevated PowerShell session.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-WindowsCapability&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Name&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;RSAT&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;*&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Online&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Add-WindowsCapability&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Online&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;When installation is completed, the icons will be available in the Start Menu under &amp;ldquo;Windows Tools&amp;rdquo; in Windows 11 and under &amp;ldquo;Windows Administrative Tools&amp;rdquo; in Windows 10.&lt;/p&gt;
&lt;h2 id=&#34;installing-rsat-using-the-gui-in-windows-11&#34;&gt;Installing RSAT using the GUI in Windows 11&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Go to the Windows 11 Settings using WIN + I or via the Start Menu.&lt;/li&gt;
&lt;li&gt;On the left side select &amp;ldquo;Apps&amp;rdquo;, then &amp;ldquo;Optional Features&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;On the &amp;ldquo;Add an optional feature&amp;rdquo; section, click &amp;ldquo;View features&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;In the new window, type &amp;ldquo;RSAT&amp;rdquo; in the text box select all the tools you want to install.&lt;/li&gt;
&lt;li&gt;In the new window click the &amp;ldquo;Install&amp;rdquo; button to install the tools you selected.&lt;/li&gt;
&lt;li&gt;When installation is completed, the icons will be available in the Start Menu under &amp;ldquo;Windows Tools&amp;rdquo;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;installing-rsat-using-the-gui-in-windows-10&#34;&gt;Installing RSAT using the GUI in Windows 10&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Go to the Windows 11 Settings using WIN + I or via the Start Menu.&lt;/li&gt;
&lt;li&gt;On the left side select &amp;ldquo;Apps&amp;rdquo;, then the text link &amp;ldquo;Optional Features&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;On the new page click &amp;ldquo;Add a feature&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;In the new window, type &amp;ldquo;RSAT&amp;rdquo; in the text box select all the tools you want to install.&lt;/li&gt;
&lt;li&gt;Click the &amp;ldquo;Install&amp;rdquo; button to install the tools you selected. You should see the tools you selected be installed under &amp;ldquo;Latest Actions&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;When installation is completed, the icons will be available in the Start Menu under &amp;ldquo;Windows Administrative Tools&amp;rdquo;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;offline-installation&#34;&gt;Offline Installation&lt;/h2&gt;
&lt;p&gt;The above methods require an internet connection for Windows to download the files needed. To install the tools offline you will need to download the Windows 10/11 Features On Demand ISO which is available via the Volume Licensing Portal. I haven&amp;rsquo;t found a link to these ISO&amp;rsquo;s direct from Microsoft anywhere else. Once you have downloaded the ISO, extract the files to a location and run the following PowerShell command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-WindowsCapability&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Name&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;RSAT&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;*&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Online&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Add-WindowsCapability&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Online&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-LimitAccess&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Source&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\FOD-ISO-Extracted\
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;When installation is completed, the icons will be available in the Start Menu under &amp;ldquo;Windows Tools&amp;rdquo; in Windows 11 and under &amp;ldquo;Windows Administrative Tools&amp;rdquo; in Windows 10.&lt;/p&gt;
&lt;h2 id=&#34;support-my-work&#34;&gt;Support My Work&lt;/h2&gt;
&lt;p&gt;If you would like to support me, please check out the link below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.paypal.me/digressive&#34;&gt;PayPal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 11 22H2</category>
            
          
            
              <category>Windows 11 21H2</category>
            
          
            
              <category>Windows 11</category>
            
          
            
              <category>Windows 10 22H2</category>
            
          
            
              <category>Windows 10 21H2 November 2021 Update</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Remote Server Administration Tools</category>
            
          
            
              <category>PowerShell</category>
            
          
        
        
        
      </item>
      

    
  </channel>
</rss>