Difference between revisions of "Create a new ad forest, Microsoft Article"

From MyWiki
Jump to: navigation, search
(Created page with "Reference - https://blogs.technet.microsoft.com/heyscriptingguy/2013/01/03/use-powershell-to-deploy-a-new-active-directory-forest/")
 
Line 1: Line 1:
Reference - https://blogs.technet.microsoft.com/heyscriptingguy/2013/01/03/use-powershell-to-deploy-a-new-active-directory-forest/
+
Reference - https://blogs.technet.microsoft.com/heyscriptingguy/2013/01/03/use-powershell-to-deploy-a-new-active-directory-forest/<br>
 +
'''Configure the dns server using Powershell:'''<br>
 +
Set-DNSClientServerAddress -interfaceIndex 12 -ServerAddresses ("192.168.0.1","8.8.8.8")<br>

Revision as of 15:41, 10 December 2017

Reference - https://blogs.technet.microsoft.com/heyscriptingguy/2013/01/03/use-powershell-to-deploy-a-new-active-directory-forest/
Configure the dns server using Powershell:
Set-DNSClientServerAddress -interfaceIndex 12 -ServerAddresses ("192.168.0.1","8.8.8.8")