Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete A Printer PortContent of Delete A Printer Port.vbsMD5 Hash: B06CEB5E4540EAD5D86D7412125EFE36 |
||
' Description: Deletes a TCP/IP printer port from a computer.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colInstalledPorts = objWMIService.ExecQuery _ ("Select * from Win32_TCPIPPrinterPort Where Name = 'IP_169.254.110.14'") For Each objPort in colInstalledPorts objPort.Delete Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |