Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the DNS Zone TypeContent of Modify the DNS Zone Type.vbsMD5 Hash: 61589E91B17C686BCE94DA6513AA6021 |
||
' Description: Changes the DNS zone type of the zone accounting.fabrikam.com to a primary DNS zone.
intPrimaryZone = 1 strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & _ "\root\MicrosoftDNS") Set colItems = objWMIService.ExecQuery _ ("Select * from MicrosoftDNS_Zone Where Name = 'accounting.fabrikam.com'") For Each objItem in colItems errResult = objItem.ChangeZoneType(intPrimaryZone, true) Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |