Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Stop the DNS Server ServiceContent of Stop the DNS Server Service.vbsMD5 Hash: 0A3F7F505884A9BDC2F9B920D43BF72E |
||
' Description: Stops the DNS server service.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & _ "\root\MicrosoftDNS") Set colItems = objWMIService.ExecQuery("Select * From MicrosoftDNS_Server") For Each objItem in colItems objItem.StopService() Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |