{"id":53926,"date":"2019-12-13T00:00:00","date_gmt":"2019-12-12T21:00:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/blog_prohoster\/ustanavlivaem-exchange-2019-na-windows-server-core-2019"},"modified":"2020-02-18T14:01:52","modified_gmt":"2020-02-18T11:01:52","slug":"ustanavlivaem-exchange-2019-na-windows-server-core-2019","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/ustanavlivaem-exchange-2019-na-windows-server-core-2019","title":{"rendered":"Installing Exchange 2019 on Windows Server Core 2019","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Microsoft Exchange is a large suite that includes email reception and processing, as well as a web interface for your mail server, access to corporate calendars, and tasks. Exchange is integrated with Active Directory, so imagine that it has already been deployed.<\/p>\n<p>Windows Server 2019 Core is the version of Windows Server without a graphical interface. <\/p>\n<p>In this version of Windows, there is no traditional Windows interface, nothing to click on, no Start menu. Just a black window and a black command prompt. However, this reduces the attack surface and increases the entry threshold, since we don\u2019t want random users tampering with critical systems, right?\u00a0<\/p>\n<p>This guide is also valid for servers with a GUI.<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/ultravds\/blog\/479850\/\"><img decoding=\"async\" alt=\"Installing Exchange 2019 on Windows Server Core 2019\" src=\"\/wp-content\/uploads\/2019\/12\/78a99ee6b0aa34350a44db51edbc92d6.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/a><\/noindex><noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h2>1. Connect to the server<\/h2>\n<p>\nOpen PowerShell and enter the command:<\/p>\n<pre><code class=\"plaintext\">Enter-PSSession 172.18.105.6 -Credential Administrator<\/code><\/pre>\n<p>\nOptionally: Enable RDP. This simplifies installation but is not mandatory.<\/p>\n<pre><code class=\"plaintext\">cscript C:\\Windows\\System32\\Scregedit.wsf \/ar 0<\/code><\/pre>\n<p>\nIn the Ultravds image, RDP was already enabled.<\/p>\n<h2>2. Connect the server to AD<\/h2>\n<p>\nThis can be done through Windows Admin Center or via Sconfig in RDP.<\/p>\n<h3>2.1 Specify DNS servers or domain controllers\u00a0<\/h3>\n<p>\n<img decoding=\"async\" alt=\"Installing Exchange 2019 on Windows Server Core 2019\" src=\"\/wp-content\/uploads\/2019\/12\/db4c8180a0ba8f483978c27ffa3bcffc.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nIn Windows Admin Center, connect to the server, go to the networking section, and specify the IP addresses of the domain controllers or DNS servers.<\/p>\n<p><img decoding=\"async\" alt=\"Installing Exchange 2019 on Windows Server Core 2019\" src=\"\/wp-content\/uploads\/2019\/12\/9bfdb16568b2710fe4dafc674cf988f9.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nVia RDP, in the command prompt, enter 'Sconfig' to access the blue server configuration window. There, select item 8) Network Settings, and do the same by specifying the DNS server of the domain.<\/p>\n<h3>2.2 Join the server to the domain<\/h3>\n<p>\n<img decoding=\"async\" alt=\"Installing Exchange 2019 on Windows Server Core 2019\" src=\"\/wp-content\/uploads\/2019\/12\/315b94b4ca274ced28cb36c2412d7053.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nIn WAC, click 'Change Computer ID' and the familiar window for selecting a workgroup or domain opens. As usual, select the domain and join.<\/p>\n<p><img decoding=\"async\" alt=\"Installing Exchange 2019 on Windows Server Core 2019\" src=\"\/wp-content\/uploads\/2019\/12\/e55bdf297695c7b3d62c802ee0d9d99b.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nUsing Sconfig, you first need to select option 1, choose whether we are joining a workgroup or a domain, specify the domain if we are joining a domain. Only after completing the procedure will we be allowed to change the server name, but for that, you will need to enter the password again.<\/p>\n<p>Through PowerShell, it's even simpler:<\/p>\n<pre><code class=\"plaintext\">Add-Computer -DomainName test.domain -NewName exchange -DomainCredential Administrator<\/code><\/pre>\n<p><\/p>\n<h2>3. Install<\/h2>\n<p>\n<img decoding=\"async\" alt=\"Installing Exchange 2019 on Windows Server Core 2019\" src=\"\/wp-content\/uploads\/2019\/12\/9e7abae3b3938ae1580257c21e9d1bae.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>If you are using RDP, you must install the required components before installing Exchange.<\/p>\n<pre><code class=\"plaintext\">Install-WindowsFeature Server-Media-Foundation, RSAT-ADDS<\/code><\/pre>\n<p>\nNext, we need to download the disk image with the Exchange installer.<\/p>\n<pre><code class=\"plaintext\">Invoke-WebRequest -UseBasicParsing -Uri 'https:\/\/website.com\/ExchangeServer2019-x64.iso' -OutFile C:\\Users\\Administrator\\Downloads\\ExchangeServer2019-x64.iso<\/code><\/pre>\n<p>\nMount the ISO:<\/p>\n<pre><code class=\"plaintext\">Mount-DiskImage C:UsersAdministratorDownloadsExchangeServer2019-x64.iso<\/code><\/pre>\n<p>\nIf you are doing this all through the command line, you just need to mount the downloaded disk and enter the command:<\/p>\n<pre><code class=\"plaintext\">D:Setup.exe \/m:install \/roles:m \/IAcceptExchangeServerLicenseTerms \/InstallWindowsComponents<\/code><\/pre>\n<p><\/p>\n<h2>Output<\/h2>\n<p>\nAs we can see, installing Exchange on Windows Server Core, like joining a domain, is not a painful process, and considering how we benefited in security, it was worth it.<\/p>\n<p>What was especially pleasing was that adding the server to AD using PowerShell is easier than through GUI or Windows Admin Center.<\/p>\n<p>It's a shame that the installation option for Exchange was only added for Exchange 2019; it was long overdue.<\/p>\n<p>In our previous posts, you can read <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/ultravds\/blog\/469549\/\">the story<\/a><\/noindex> of how we prepare client virtual machines using our plan <noindex><a rel=\"nofollow\" href=\"https:\/\/ultravds.com\/#order\">VDS Ultralight<\/a><\/noindex> with Server Core for 99 rubles, <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/ultravds\/blog\/474312\/\">watch<\/a><\/noindex> how to work with Windows Server 2019 Core and how to install a GUI on it, as well as how to <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/ultravds\/blog\/476416\/\">manage<\/a><\/noindex> the server using Windows Admin Center.<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/ultravds.com\/\"><img decoding=\"async\" alt=\"Installing Exchange 2019 on Windows Server Core 2019\" src=\"\/wp-content\/uploads\/2019\/12\/13674afcad09d22e109faf822c15e0d8.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/a><\/noindex><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/ultravds\/blog\/479850\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>Microsoft Exchange \u2014 \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043a\u043e\u043c\u0431\u0430\u0439\u043d, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0432 \u0441\u0435\u0431\u044f \u043f\u0440\u0438\u0435\u043c \u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043f\u0438\u0441\u0435\u043c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u0435\u0431 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f\u043c \u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u043c. Exchange \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0432 Active Directory, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c \u0441\u0435\u0431\u0435, \u0447\u0442\u043e \u043e\u043d\u0430 \u0443\u0436\u0435 \u0431\u044b\u043b\u0430 \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u0430. \u041d\u0443 \u0430 Windows Server 2019 Core \u2014 \u044d\u0442\u043e \u0432\u0435\u0440\u0441\u0438\u044f Windows Server \u0431\u0435\u0437 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430. \u0412 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-53926","post","type-post","status-publish","format-standard","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Microsoft Exchange \u2014 \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043a\u043e\u043c\u0431\u0430\u0439\u043d, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0432 \u0441\u0435\u0431\u044f \u043f\u0440\u0438\u0435\u043c \u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043f\u0438\u0441\u0435\u043c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u0435\u0431 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f\u043c \u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u043c.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/ustanavlivaem-exchange-2019-na-windows-server-core-2019\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u043c Exchange 2019 \u043d\u0430 Windows Server Core 2019 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"Microsoft Exchange \u2014 \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043a\u043e\u043c\u0431\u0430\u0439\u043d, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0432 \u0441\u0435\u0431\u044f \u043f\u0440\u0438\u0435\u043c \u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043f\u0438\u0441\u0435\u043c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u0435\u0431 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f\u043c \u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u043c.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/ustanavlivaem-exchange-2019-na-windows-server-core-2019\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-12-12T21:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-02-18T11:01:52+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Installing Exchange 2019 on Windows Server Core 2019 | ProHoster","description":"Microsoft Exchange is a large platform that includes receiving and processing emails, as well as a web interface for your mail server, access to corporate calendars and tasks.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/ustanavlivaem-exchange-2019-na-windows-server-core-2019","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u043c Exchange 2019 \u043d\u0430 Windows Server Core 2019 | ProHoster","og:description":"Microsoft Exchange \u2014 \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043a\u043e\u043c\u0431\u0430\u0439\u043d, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0432 \u0441\u0435\u0431\u044f \u043f\u0440\u0438\u0435\u043c \u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043f\u0438\u0441\u0435\u043c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u0435\u0431 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f\u043c \u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u043c.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/ustanavlivaem-exchange-2019-na-windows-server-core-2019","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-12-12T21:00:00+00:00","article:modified_time":"2020-02-18T11:01:52+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"53926","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-24 09:21:21","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 20:15:55","updated":"2026-01-24 09:21:21","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/53926","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=53926"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/53926\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=53926"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=53926"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=53926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}