{"id":3564,"date":"2025-04-24T15:50:59","date_gmt":"2025-04-24T19:50:59","guid":{"rendered":"https:\/\/increasec.com\/?p=3564"},"modified":"2026-05-06T15:05:36","modified_gmt":"2026-05-06T19:05:36","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 class=\"wp-block-paragraph\">Windows Remote Server Administration Tools needs to be installed using PowerShell in Windows 11<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/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 class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">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\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ignore the rest of this, just my process<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">i dunno if all these steps are needed, Your mileage may vary<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>Set-ExecutionPolicy Unrestricted -Scope CurrentUser<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">DISM installs tools one at a time<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>DISM.exe \/Online \/add-capability \/CapabilityName:Rsat.*<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">OR<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Set-ItemProperty -Path &#8220;HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU&#8221; -Name &#8220;UseWUServer&#8221; -Value 0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$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 class=\"wp-block-paragraph\">Restart-Service -Name wuauserv -Force<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Add-WindowsCapability \u2013online \u2013Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Set-ItemProperty -Path &#8220;HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU&#8221; -Name &#8220;UseWUServer&#8221; -Value $UseWUServer<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Restart-Service &#8220;Windows Update&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Windows Remote Server Administration Tools needs to be installed using PowerShell in Windows 11 source https:\/\/www.reddit.com\/r\/SCCM\/comments\/19ffhej\/is_installing_rsat_still_broken\/ ignore the rest of this, just my process i dunno if all these steps&#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":9,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3564\/revisions"}],"predecessor-version":[{"id":4297,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3564\/revisions\/4297"}],"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}]}}