Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Resume a Paused DNS ZoneContent of Resume a Paused DNS Zone.vbsMD5 Hash: BBD3D6FCACC09D462267BB3C9FB7BE12 |
||
' Description: Resumes the DNS zone accounting.fabrikam.com.
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 objItem.ResumeZone() Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |