{"id":191,"date":"2018-02-11T17:37:18","date_gmt":"2018-02-11T23:37:18","guid":{"rendered":"http:\/\/zewwy.ca\/?p=191"},"modified":"2020-10-02T22:34:32","modified_gmt":"2020-10-03T03:34:32","slug":"manage-iis-on-server-core-remotely","status":"publish","type":"post","link":"https:\/\/zewwy.ca\/index.php\/2018\/02\/11\/manage-iis-on-server-core-remotely\/","title":{"rendered":"Manage IIS on Server Core remotely"},"content":{"rendered":"<p>I&#8217;ve started to mange server core installations more and more. I recently required to manage on that was utilize IIS. While I&#8217;m fairly used to IIS manager, I wasn&#8217;t exactly quite sure how remote management worked.<\/p>\n<p>At first I thought it was a part of RSAT, nope, but fret not it is a feature of Windows, just not enabled by default.<\/p>\n<p>As I expected there to be a bunch of configuration BS required figured I&#8217;d google how to do it instead of googling errors. \ud83d\ude00 I found <a href=\"https:\/\/www.youtube.com\/watch?v=6hgAvnu-srs\">this really nice right tot the point YouTube video<\/a>. Luckily this made my life easy.<\/p>\n<p>So on the Core server:<\/p>\n<p>#Install the required service<br \/>\nInstall-WindowsFeature -Name Web-Mgmt-Service<\/p>\n<p>#enable IIS remote management<br \/>\nreg add HKLM\\SOFTWARE\\Microsoft\\WebManagement\\Server \/v EnableRemoteManagement \/t REG_DWORD \/d 1<\/p>\n<p>#Enable service at boot<br \/>\nSet-Service WMSVC -StartupType Automatic<\/p>\n<p>#Enable Service<br \/>\nStart-Service WMSVC<\/p>\n<p>On the Client Machine (Windows 7-10)<\/p>\n<p>#Enable IIS management tools<br \/>\nPrograms and Features -&gt; Turn Windows Features on or off -&gt; IIS -&gt; (check off all items under Web Management Tools, you may not need them all but to be safe doesn&#8217;t hurt to add them)<\/p>\n<p>#Open IIS Manager<br \/>\nEither through Server Manager -&gt; manage -&gt; IIS<br \/>\nOr Under the Star menu -&gt; Admin Tools -&gt; IIS Manager<\/p>\n<p>*NOTE* Don&#8217;t bother adding the IIS manager Snap-in to an existing MMC session, I found it&#8217;s missing the top menu bar.<\/p>\n<p>*NOTE 2* You also need to install <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=41177\">IIS Manager for Remote Administration 1.2<\/a> (Cause you know this isn&#8217;t bundled with RSAT, cause&#8230; reasons)<br \/>\nElse you&#8217;ll be missing the connect to server option under the file menu.<\/p>\n<p>*UPDATE* <a href=\"https:\/\/drive.google.com\/file\/d\/1dHIDVfUT75J6vUfHe9aG4q4K3uI8lfiP\/view?usp=sharing\">Grab it from here (good drive share)<\/a> as MS for some reason has removed the source link in place of a 404.<\/p>\n<p>*NOTE 3* You have to prepend the admin user name with the domain name, else the connection will failed stating unauthorized.<\/p>\n<p>Thanks SSmith!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve started to mange server core installations more and more. I recently required to manage on that was utilize IIS. While I&#8217;m fairly used to IIS manager, I wasn&#8217;t exactly quite sure how remote management worked. At first I thought it was a part of RSAT, nope, but fret not it is a feature of &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/zewwy.ca\/index.php\/2018\/02\/11\/manage-iis-on-server-core-remotely\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Manage IIS on Server Core remotely&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"sfsi_plus_gutenberg_text_before_share":"","sfsi_plus_gutenberg_show_text_before_share":"","sfsi_plus_gutenberg_icon_type":"","sfsi_plus_gutenberg_icon_alignemt":"","sfsi_plus_gutenburg_max_per_row":"","footnotes":""},"categories":[8],"tags":[22,23,21],"class_list":["post-191","post","type-post","status-publish","format-standard","hentry","category-server-administration","tag-iis","tag-remote-management","tag-server-core"],"_links":{"self":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/comments?post=191"}],"version-history":[{"count":3,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/191\/revisions"}],"predecessor-version":[{"id":988,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/191\/revisions\/988"}],"wp:attachment":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/media?parent=191"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/categories?post=191"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/tags?post=191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}