{"id":69,"date":"2012-09-11T07:10:59","date_gmt":"2012-09-11T13:10:59","guid":{"rendered":"http:\/\/blog.escarra.org\/?p=69"},"modified":"2012-09-18T10:07:31","modified_gmt":"2012-09-18T16:07:31","slug":"getting-started-with-windows-server-2012-core","status":"publish","type":"post","link":"https:\/\/blog.escarra.org\/?p=69","title":{"rendered":"Getting started with Windows Server 2012 Core"},"content":{"rendered":"<p>If you&#8217;re reading this, chances are that you just installed Windows Server 2012 in the recommended instance of Server Core, and upon boot, you get the nice little cmd.exe window but nothing else. Here&#8217;s how you get started using PowerShell cmdlets to configure it:<\/p>\n<p>Rename: <strong>Rename-Computer computername<\/strong><\/p>\n<p>Reboot: <strong>Restart-Computer<\/strong><\/p>\n<p>Configure an IP: <strong>New-NetIPAddress -IPAddress x.x.x.x -InterfaceAlias &#8220;Ethernet&#8221; -DefaultGateway x.x.x.x -AddressFamily IPv4 -PrefixLength 24<\/strong> (or whatever your subnet mask is)<\/p>\n<p>Configure a DNS server: <strong>Set-DnsClientServerAddress -InterfaceAlias &#8220;Ethernet&#8221; -ServerAddresses x.x.x.x<\/strong><\/p>\n<p>Join a domain: <strong>Add-Computer -DomainName domain.com<\/strong><\/p>\n<p>You can start using Server Manager after that to install roles and features, and configure them. If you can&#8217;t use Server Manager remotely, you might want to run <strong>Configure-SMRemoting.exe -enable<\/strong> and maybe disable\/modify the Windows Firewall rules using MMC from another system<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;re reading this, chances are that you just installed Windows Server 2012 in the recommended instance of Server Core, and upon boot, you get the nice little cmd.exe window but nothing else. Here&#8217;s how you get started using PowerShell cmdlets to configure it: Rename: Rename-Computer computername Reboot: Restart-Computer Configure an IP: New-NetIPAddress -IPAddress x.x.x.x [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"footnotes":"","_jetpack_memberships_contains_paid_content":false,"jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[19,12],"tags":[],"jetpack_publicize_connections":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/blog.escarra.org\/index.php?rest_route=\/wp\/v2\/posts\/69"}],"collection":[{"href":"https:\/\/blog.escarra.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.escarra.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.escarra.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.escarra.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=69"}],"version-history":[{"count":6,"href":"https:\/\/blog.escarra.org\/index.php?rest_route=\/wp\/v2\/posts\/69\/revisions"}],"predecessor-version":[{"id":94,"href":"https:\/\/blog.escarra.org\/index.php?rest_route=\/wp\/v2\/posts\/69\/revisions\/94"}],"wp:attachment":[{"href":"https:\/\/blog.escarra.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=69"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.escarra.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=69"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.escarra.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}