{"id":1780,"date":"2020-02-06T12:37:03","date_gmt":"2020-02-06T19:37:03","guid":{"rendered":"http:\/\/jim-zimmerman.com\/?p=1780"},"modified":"2020-02-10T17:59:17","modified_gmt":"2020-02-11T00:59:17","slug":"windows-10-post-october-2018-update-rsat","status":"publish","type":"post","link":"https:\/\/jim-zimmerman.com\/?p=1780","title":{"rendered":"Windows 10 (post October 2018 Update) RSAT"},"content":{"rendered":"<p>As usual with Microsoft, it seems that have come up with a &#8220;better&#8221; idea for how to install the Remote Server Administration Tools for Windows 10 versions later than the October 2018 Update.  <\/p>\n<p>In the search, enter &#8220;Manage optional features&#8221; and click &#8220;Add a feature.&#8221;<\/p>\n<p>And then the brilliant engineers at Microsoft, thought it would be so much better if we had install each component one at a time.  So, pick and chose at your will.  Click an RSAT option and then click Install.  At least, they will queue.  To get a status, just go back to the previous screen.<\/p>\n<p>You need to reboot once you have all the features installed.<\/p>\n<p>To install (or reinstall) the ActiveDirectory module, I think the only feature required it the &#8220;RSAT: Active Directory Domain Services and Lightweight Directory Services Tools&#8221;.  It was not in &#8220;RSAT: Server Manager.&#8221;<\/p>\n<p>Then, from a administrator Powershell windows, install the module:<br \/>\nPS> Install-Module ActiveDirectory<\/p>\n<p>I had to re-install RSAT and the ActiveDirectory module after update to version 1909.<\/p>\n<p>I have yet to come across the powershell equivalent to just install the tools.  I will update this if I find it.  <\/p>\n<p>This is the best way to install the powershell ActiveDirectory module, because it actually works:<\/p>\n<blockquote><p>$<em>JGZSession <\/em>= New-PSSession -ComputerName <em>domaincontroller<\/em><br \/>\nExport-PSsession -Session $<em>JGZSession <\/em>-Module ActiveDirectory -OutputModule <em>RSATADModule<\/em><br \/>\nRemove-PSSession -Session $<em>JGZSession<\/em><br \/>\nImport-Module <em>RSATADModule<\/em>\n<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>As usual with Microsoft, it seems that have come up with a &#8220;better&#8221; idea for how to install the Remote Server Administration Tools for Windows 10 versions later than the October 2018 Update. In the search, enter &#8220;Manage optional features&#8221; and click &#8220;Add a feature.&#8221; And then the brilliant engineers at Microsoft, thought it would [&#038;hellip<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[492,293,491,490],"class_list":["post-1780","post","type-post","status-publish","format-standard","hentry","category-documentation","tag-module","tag-powershell","tag-rsat","tag-windows-10"],"share_on_mastodon":{"url":"","error":""},"_links":{"self":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/1780","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1780"}],"version-history":[{"count":4,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/1780\/revisions"}],"predecessor-version":[{"id":1784,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/1780\/revisions\/1784"}],"wp:attachment":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1780"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1780"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}