Asked by:
DNS... how to create a dns namespace and how configure it

Question
-
hello fellas,
Hi can someone please help me out in the process of creating a DNS zone and DNS domains.... i have been searching for the these commands and unfortunately with out any luck yet..
thanks in advance
Fritz
- Edited by Fritz Micallef Saturday, September 16, 2017 7:28 AM
Monday, September 11, 2017 7:09 PM
All replies
-
Add-DnsServerPrimaryZone
Google search
Add-DnsServerResourceRecordA
Google search
https://www.google.com/search?rlz=1C1GGRV_enUS749US749&q=powershell+create+dns+domains&oq=powershell+create+dns+domains&gs_l=psy-ab.3..33i22i29i30k1l4.65131.68099.0.68297.18.11.0.0.0.0.607.1560.2-1j2j0j1.4.0....0...1.1.64.psy-ab..14.4.1558...0j0i22i30k1.o5lKaEDqKow
If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful. (99,108,97,121,109,97,110,50,64,110,121,99,97,112,46,114,114,46,99,111,109|%{[char]$_})-join''
- Proposed as answer by Albert LingMicrosoft contingent staff Friday, September 29, 2017 9:51 AM
Monday, September 11, 2017 7:12 PM -
Dear Mr Clay
i didn't solve the problem yet however i will try to get the best out of the help you have given me. or maybe i didn't understand the whole concept of the script maybe....
Kindly regards,
Fritz
Thursday, September 14, 2017 7:37 AM -
In DNS we call it a "Zone". The script creates a zone. Use PowerShell help to get examples of how to use the CmdLets.
\_(ツ)_/
Thursday, September 14, 2017 7:39 AM -
To understand the PowerShell commands for DNS you can execute the below:
get-command -module DNSServer
To see the details for each command:
get-help add-DNSServerPrimaryZone -full
Kind Regards Don
- Proposed as answer by Albert LingMicrosoft contingent staff Friday, September 29, 2017 9:51 AM
Thursday, September 14, 2017 9:22 AM