{"id":49017,"date":"2023-01-31T00:00:00","date_gmt":"2023-01-30T23:00:00","guid":{"rendered":"https:\/\/jotelulu.com\/blog\/how-to-deploy-a-dns-server-using-powershell-commands\/"},"modified":"2023-01-31T00:00:00","modified_gmt":"2023-01-30T23:00:00","slug":"deploy-dns-server-using-powershell-commands","status":"publish","type":"post","link":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/","title":{"rendered":"How to Deploy a DNS Server Using PowerShell Commands"},"content":{"rendered":"<p>In this short article, we&rsquo;ll take a look at how you can&nbsp;<strong>deploy a DNS Server using PowerShell commands<\/strong>. We&rsquo;ll take you through the entire process, step by step, and explain some of the syntax involved.<\/p>\n<p>As we&rsquo;ve already mentioned in the past, the DNS Server is an&nbsp;<strong>indispensable part of any business network<\/strong>, regardless of how large the company is, and it&rsquo;s just as vital for home networks too.<\/p>\n<p>Without DNS, the internet and networks we use would be unrecognisable. You would have to memorise hundreds of website names and their corresponding IP addresses, and we&rsquo;d more than likely end up with a kind of Yellow Pages, where you&rsquo;d have to look up the IP address for each website you wanted to visit. Sounds hellish, doesn&rsquo;t it?<\/p>\n<p>That&rsquo;s why every network should have&nbsp;<strong>at least one DNS server&nbsp;<\/strong>and, if possible, a cluster of at least two nodes to prevent network failures.<\/p>\n<p>When it comes to deploying a DNS Server, there are actually two ways to do it. One is by using the graphic interface, and the other is by using PowerShell commands. However, PowerShell commands are much quicker and easier.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>How to Deploy a DNS Server Using PowerShell Commands<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<h3><strong>Before you start<\/strong><\/h3>\n<p>Whenever you install a new service, there will always be some&nbsp;<strong>preparation tasks&nbsp;<\/strong>that you should do beforehand. Normally, these will&nbsp;<strong>relate to the design and optimisation of the service&nbsp;<\/strong>or will just help&nbsp;<strong>keep things organised&nbsp;<\/strong>so that the installation runs smoothly.<\/p>\n<p>Firstly, the device that you want to install the server on must&nbsp;<strong>have a static IP address <\/strong>on at least one network port. If you haven&rsquo;t set this up, you should do it now.<\/p>\n<p>Secondly, it&rsquo;s a really good idea to&nbsp;<strong>update the PowerShell help&nbsp;<\/strong>and download all the latest help packages. That way, you will have all the available information, support and examples.<\/p>\n<p>To do this, you need to have <strong>an internet connection&nbsp;<\/strong>from the server on which you&rsquo;re planning to install your DNS server. Launch PowerShell with&nbsp;<strong>administrator privileges&nbsp;<\/strong>and run the&nbsp;<strong>command &laquo;Update-help&raquo;<\/strong>. This will download all the packages you need.<\/p>\n<p>As always, we also recommend that you update your&nbsp;<strong>operating system, applications, etc.<\/strong>, but make sure that you don&rsquo;t install any updates that aren&rsquo;t relevant. Otherwise, you&rsquo;ll just end up adding junk to your installation.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Deploying a DNS Server Using PowerShell Commands<\/strong><\/h3>\n<p>Once you&rsquo;ve completed all the preparation steps explained above, you can get started installing the service. First, you need to check whether the <strong>DNS Server role and management tools are already installed on the server<\/strong>.<\/p>\n<p>To do this, run PowerShell with administrator permissions and <strong>run the command &laquo;Get-WindowsFeature &ndash; Name *DNS*&raquo;<\/strong>&nbsp;(1).<\/p>\n<p><figure id=\"attachment_17215\" aria-describedby=\"caption-attachment-17215\" style=\"width: 1930px\" class=\"wp-caption alignnone\"><img decoding=\"async\" data-recalc-dims=\"1\" loading=\"lazy\" class=\"wp-image-17215 size-full\" src=\"https:\/\/i0.wp.com\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Paso-2.-Comprobamos-que-funcionalidades-de-DNS-instaladas-en-el-servidor.jpg?resize=800%2C452&amp;ssl=1\" alt=\"Check whether DNS features are already installed on the server\" width=\"800\" height=\"452\"><figcaption id=\"caption-attachment-17215\" class=\"wp-caption-text\">Check whether DNS features are already installed on the server<\/figcaption><\/figure>\n<\/p>\n<p>This command will look for all the DNS features currently installed on the server. In principle, there shouldn&rsquo;t be anything already installed, but if there is, you will see an &laquo;X&raquo; next to each component that has already been deployed on the server.<\/p>\n<p>Once you have checked that nothing has been installed yet, it&rsquo;s time to&nbsp;<strong>install the DNS Server role and management tools<\/strong>. To do this, <strong>run the command &laquo;Install-WindowsFeature -Name DNS &ndash; includeManagementTools&raquo;<\/strong>&nbsp;(2).<\/p>\n<p><figure id=\"attachment_17219\" aria-describedby=\"caption-attachment-17219\" style=\"width: 1930px\" class=\"wp-caption alignnone\"><img decoding=\"async\" data-recalc-dims=\"1\" loading=\"lazy\" class=\"wp-image-17219 size-full\" src=\"https:\/\/i0.wp.com\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Paso-2.-Lanzamos-el-comando-de-PowerShell-para-instalar-el-servicio-y-las-herramientas-del-DNS.jpg?resize=800%2C452&amp;ssl=1\" alt=\"Run PowerShell to install the DNS service and management tools\" width=\"800\" height=\"452\"><figcaption id=\"caption-attachment-17219\" class=\"wp-caption-text\">Run PowerShell to install the DNS service and management tools<\/figcaption><\/figure>\n<\/p>\n<p>Next, you need to check that everything has <strong>been installed <\/strong>correctly. To do this, go <strong>run the command &laquo;Get-WindowsFeature -Name *DNS*&raquo; once again<\/strong>&nbsp;(3).<\/p>\n<p><figure id=\"attachment_17214\" aria-describedby=\"caption-attachment-17214\" style=\"width: 1930px\" class=\"wp-caption alignnone\"><img decoding=\"async\" data-recalc-dims=\"1\" loading=\"lazy\" class=\"wp-image-17214 size-full\" src=\"https:\/\/i0.wp.com\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Paso-2.-Comprobamos-que-el-DNS-se-ha-instalado-correctamente.jpg?resize=800%2C457&amp;ssl=1\" alt=\"Check that the DNS Role has been installed correctly\" width=\"800\" height=\"457\"><figcaption id=\"caption-attachment-17214\" class=\"wp-caption-text\">Check that the DNS Role has been installed correctly<\/figcaption><\/figure>\n<\/p>\n<p>Now that the DNS role has been installed, it&rsquo;s time to <strong>deploy the Primary Zone for the DNS<\/strong> <strong>Server<\/strong>. To do this, the following <strong>command:<\/strong><\/p>\n<p><strong>&laquo;Add-DNSServerPrimaryZone -name &lt;Domain&gt; -zoneFile &lt;Zone&gt; -dynamicupdate NonsecureAndSecure&raquo;<\/strong>&nbsp;(4).<\/p>\n<p>For this command:<\/p>\n<ul>\n<li><strong>-name &lt;Domain&gt; <\/strong>specifies&nbsp;the domain name.<\/li>\n<li><strong>-zoneFile &lt;Zona&gt; <\/strong>specifies the name of the zone.<\/li>\n<li><strong>-dynamicupdate NonsecureAndSecure <\/strong>enables all types of updates.<\/li>\n<\/ul>\n<p>For example, in the case of Jotelulu, this command would be as follows:<\/p>\n<p><em>Add-DNSServerPrimaryZone -name JOTELULU.COM -zoneFile JOTELULU.COM.DNS -dynamicupdate NonsecureAndSecure<\/em><\/p>\n<p>At this point, you should also be able to see this <strong>in the DNS Manager graphic interface<\/strong>&nbsp;(5).<\/p>\n<p><figure id=\"attachment_17218\" aria-describedby=\"caption-attachment-17218\" style=\"width: 1930px\" class=\"wp-caption alignnone\"><img decoding=\"async\" data-recalc-dims=\"1\" loading=\"lazy\" class=\"wp-image-17218 size-full\" src=\"https:\/\/i0.wp.com\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Paso-2.-Creamos-la-zona-primaria-para-nuestro-nuevo-DNS.jpg?resize=800%2C459&amp;ssl=1\" alt=\"Create the Primary Zone for your new DNS\" width=\"800\" height=\"459\"><figcaption id=\"caption-attachment-17218\" class=\"wp-caption-text\">Create the Primary Zone for your new DNS<\/figcaption><\/figure>\n<\/p>\n<p>Amongst other things, this command <strong>creates the file&nbsp;<\/strong>&laquo;JOTELULU.COM.DNS&raquo;&nbsp;<strong>within &laquo;C:WindowsSystem32dns&raquo;&nbsp;<\/strong>(6). So, another way to check that everything has been done correctly would be to navigate to this folder and check that the file has been created.<\/p>\n<p><figure id=\"attachment_17216\" aria-describedby=\"caption-attachment-17216\" style=\"width: 1930px\" class=\"wp-caption alignnone\"><img decoding=\"async\" data-recalc-dims=\"1\" loading=\"lazy\" class=\"wp-image-17216 size-full\" src=\"https:\/\/i0.wp.com\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Paso-2.-Comprobamos-que-se-ha-creado-la-entrada-con-la-nueva-zona-en-el-disco.jpg?resize=800%2C452&amp;ssl=1\" alt=\"Check that the entry with the new zone has been created on the disk\" width=\"800\" height=\"452\"><figcaption id=\"caption-attachment-17216\" class=\"wp-caption-text\">Check that the entry with the new zone has been created on the disk<\/figcaption><\/figure>\n<\/p>\n<p>Now that you&rsquo;ve set up your DNS Server, all that remains is to <strong>register your devices, servers, services, etc., <\/strong>so that the DNS Server has something to do.<\/p>\n<p>For example, if you wanted to register <strong>a new device (Record A)<\/strong>,&nbsp;the command would look like this:<\/p>\n<p><em>Add-DNSServerResourceRecordA -Name &lt;Name&gt; -ZoneName &lt;ZoneName&gt;&nbsp; -AllowUpdateAny -IPv4Address &lt;IPAddress&gt; <\/em><\/p>\n<p>For this command:<\/p>\n<ul>\n<li><strong>-Name &lt;Name&gt; <\/strong>specifies the name that the DNS will return when it is asked to translate the IP address.<\/li>\n<li><strong>-ZoneName &lt;ZoneName&gt; <\/strong>specifies the name of the zone where it is registered.<\/li>\n<li><strong>-AllowUpdateAny <\/strong>allows updates to the necessary entries.<\/li>\n<li><strong>-IPv4Address &lt;IPAddress&gt; <\/strong>specifies the IP address that the DNS will return when it is asked to translate the name.<\/li>\n<\/ul>\n<p>For example:<br \/>\n<em>Add-DNSServerResourceRecordA -Name PCNacho -ZoneName JOTELULU.COM&nbsp; -AllowUpdateAny -IPv4Address 192.168.1.200 <\/em><\/p>\n<p>Once you have done this, you have completed the basic deployment of your new DNS Server.<\/p>\n<h2><\/h2>\n<p>To learn more about how to manage a DNS Server, check out the next article, where we&rsquo;ll explain all the things you can do using PowerShell commands.<\/p>\n<h2><strong>&nbsp;<\/strong><\/h2>\n<h2><strong>Summary<\/strong><\/h2>\n<p>As you can see,&nbsp;<strong>deploying a DNS server using PowerShell is really<\/strong> <strong>easy<\/strong>. As long as you know the handful of commands you need, the process is practically effortless. Similarly, you can perform basic management tasks and many others using cmdlets as well.<\/p>\n<p>However, if you come up against an&nbsp;<strong>issue<\/strong>, don&rsquo;t hesitate to&nbsp;<strong>contact us&nbsp;<\/strong>so we can give you a hand. We&rsquo;ll be happy to help.<\/p>\n<p>If you&rsquo;d like to read a little more about DNS Server, you&rsquo;ll find a range of articles on our <a href=\"https:\/\/jotelulu.com\/en-gb?s=DNS\">blog<\/a>.<\/p>\n<p>Thanks for choosing Jotelulu!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this short article, we&rsquo;ll take a look at how you can&nbsp;deploy a DNS Server using PowerShell commands. We&rsquo;ll take you through the entire process, step by step, and explain some of the syntax involved. As we&rsquo;ve already mentioned in the past, the DNS Server is an&nbsp;indispensable part of any business network, regardless of how [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":17225,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[13],"tags":[],"class_list":["post-49017","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-y-sistemas"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Deploy a DNS Server Using PowerShell Commands<\/title>\n<meta name=\"description\" content=\"In this short article, we&#039;ll take a look at how you can\u00a0deploy a DNS Server using PowerShell commands and take through the entire process.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Deploy a DNS Server Using PowerShell Commands\" \/>\n<meta property=\"og:description\" content=\"In this short article, we&#039;ll take a look at how you can\u00a0deploy a DNS Server using PowerShell commands and take through the entire process.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/\" \/>\n<meta property=\"og:site_name\" content=\"Jotelulu\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-30T23:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1196\" \/>\n\t<meta property=\"og:image:height\" content=\"723\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Juan Ignacio Oller Aznar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Juan Ignacio Oller Aznar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/\"},\"author\":{\"name\":\"Juan Ignacio Oller Aznar\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#\\\/schema\\\/person\\\/2ae97818cae086c48f108cd74234aca9\"},\"headline\":\"How to Deploy a DNS Server Using PowerShell Commands\",\"datePublished\":\"2023-01-30T23:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/\"},\"wordCount\":1125,\"image\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jotelulu.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png\",\"articleSection\":[\"Cloud y sistemas\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/\",\"url\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/\",\"name\":\"How to Deploy a DNS Server Using PowerShell Commands\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jotelulu.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png\",\"datePublished\":\"2023-01-30T23:00:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#\\\/schema\\\/person\\\/2ae97818cae086c48f108cd74234aca9\"},\"description\":\"In this short article, we'll take a look at how you can\u00a0deploy a DNS Server using PowerShell commands and take through the entire process.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jotelulu.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png\",\"contentUrl\":\"https:\\\/\\\/jotelulu.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png\",\"width\":1196,\"height\":723,\"caption\":\"Comandos de PowerShell para desplegar DNS Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/deploy-dns-server-using-powershell-commands\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Deploy a DNS Server Using PowerShell Commands\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#website\",\"url\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/\",\"name\":\"Jotelulu\",\"description\":\"Cloud Paradise for Tech Companies\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#\\\/schema\\\/person\\\/2ae97818cae086c48f108cd74234aca9\",\"name\":\"Juan Ignacio Oller Aznar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g\",\"caption\":\"Juan Ignacio Oller Aznar\"},\"url\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/author\\\/juanignaciooller\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Deploy a DNS Server Using PowerShell Commands","description":"In this short article, we'll take a look at how you can\u00a0deploy a DNS Server using PowerShell commands and take through the entire process.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/","og_locale":"en_GB","og_type":"article","og_title":"How to Deploy a DNS Server Using PowerShell Commands","og_description":"In this short article, we'll take a look at how you can\u00a0deploy a DNS Server using PowerShell commands and take through the entire process.","og_url":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/","og_site_name":"Jotelulu","article_published_time":"2023-01-30T23:00:00+00:00","og_image":[{"width":1196,"height":723,"url":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png","type":"image\/png"}],"author":"Juan Ignacio Oller Aznar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Juan Ignacio Oller Aznar","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/#article","isPartOf":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/"},"author":{"name":"Juan Ignacio Oller Aznar","@id":"https:\/\/jotelulu.com\/en-gb\/#\/schema\/person\/2ae97818cae086c48f108cd74234aca9"},"headline":"How to Deploy a DNS Server Using PowerShell Commands","datePublished":"2023-01-30T23:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/"},"wordCount":1125,"image":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/#primaryimage"},"thumbnailUrl":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png","articleSection":["Cloud y sistemas"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/","url":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/","name":"How to Deploy a DNS Server Using PowerShell Commands","isPartOf":{"@id":"https:\/\/jotelulu.com\/en-gb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/#primaryimage"},"image":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/#primaryimage"},"thumbnailUrl":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png","datePublished":"2023-01-30T23:00:00+00:00","author":{"@id":"https:\/\/jotelulu.com\/en-gb\/#\/schema\/person\/2ae97818cae086c48f108cd74234aca9"},"description":"In this short article, we'll take a look at how you can\u00a0deploy a DNS Server using PowerShell commands and take through the entire process.","breadcrumb":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/#primaryimage","url":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png","contentUrl":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Comandos-de-PowerShell-para-desplegar-DNS-Server-1.png","width":1196,"height":723,"caption":"Comandos de PowerShell para desplegar DNS Server"},{"@type":"BreadcrumbList","@id":"https:\/\/jotelulu.com\/en-gb\/blog\/deploy-dns-server-using-powershell-commands\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/jotelulu.com\/en-gb\/"},{"@type":"ListItem","position":2,"name":"How to Deploy a DNS Server Using PowerShell Commands"}]},{"@type":"WebSite","@id":"https:\/\/jotelulu.com\/en-gb\/#website","url":"https:\/\/jotelulu.com\/en-gb\/","name":"Jotelulu","description":"Cloud Paradise for Tech Companies","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jotelulu.com\/en-gb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/jotelulu.com\/en-gb\/#\/schema\/person\/2ae97818cae086c48f108cd74234aca9","name":"Juan Ignacio Oller Aznar","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g","caption":"Juan Ignacio Oller Aznar"},"url":"https:\/\/jotelulu.com\/en-gb\/author\/juanignaciooller\/"}]}},"_links":{"self":[{"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/posts\/49017","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/comments?post=49017"}],"version-history":[{"count":0,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/posts\/49017\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/media\/17225"}],"wp:attachment":[{"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/media?parent=49017"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/categories?post=49017"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/tags?post=49017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}