{"id":3564,"date":"2025-04-24T15:50:59","date_gmt":"2025-04-24T19:50:59","guid":{"rendered":"https:\/\/increasec.com\/?p=3564"},"modified":"2026-03-06T10:22:56","modified_gmt":"2026-03-06T15:22:56","slug":"install-rsat-tools-on-win11","status":"publish","type":"post","link":"https:\/\/increasec.com\/?p=3564","title":{"rendered":"Install RSAT tools on Win11"},"content":{"rendered":"\n<p>Windows Remote Server Administration Tools in MMC<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>DISM installs tools one at a time<\/p>\n\n\n\n<p><code>DISM.exe \/Online \/add-capability \/CapabilityName:Rsat.*<\/code><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>OR<\/p>\n\n\n\n<p>Set-ItemProperty -Path &#8220;HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU&#8221; -Name &#8220;UseWUServer&#8221; -Value 0<\/p>\n\n\n\n<p>$UseWUServer = Get-ItemProperty -Path &#8220;HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU&#8221; -Name &#8220;UseWUServer&#8221; | Select-Object -ExpandProperty UseWUServer<\/p>\n\n\n\n<p>Restart-Service -Name wuauserv -Force<\/p>\n\n\n\n<p>Add-WindowsCapability \u2013online \u2013Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0<\/p>\n\n\n\n<p>Set-ItemProperty -Path &#8220;HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU&#8221; -Name &#8220;UseWUServer&#8221; -Value $UseWUServer<\/p>\n\n\n\n<p>Restart-Service &#8220;Windows Update&#8221;<\/p>\n\n\n\n<p>Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online<\/p>\n\n\n\n<p>OR<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-WindowsCapability -Name RSAT* -Online | Where-Object State -eq \"NotPresent\" | Add-WindowsCapability -Online<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>i dunno if all those steps are needed, Your mileage may vary<\/p>\n\n\n\n<p>source   <a href=\"https:\/\/www.reddit.com\/r\/SCCM\/comments\/19ffhej\/is_installing_rsat_still_broken\/\">https:\/\/www.reddit.com\/r\/SCCM\/comments\/19ffhej\/is_installing_rsat_still_broken\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Windows Remote Server Administration Tools in MMC DISM installs tools one at a time DISM.exe \/Online \/add-capability \/CapabilityName:Rsat.* OR Set-ItemProperty -Path &#8220;HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU&#8221; -Name &#8220;UseWUServer&#8221; -Value 0 $UseWUServer = Get-ItemProperty -Path&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3564","post","type-post","status-publish","format-standard","hentry","category-uncategorised"],"_links":{"self":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3564","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3564"}],"version-history":[{"count":7,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3564\/revisions"}],"predecessor-version":[{"id":4110,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3564\/revisions\/4110"}],"wp:attachment":[{"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3564"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3564"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}