![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Delete A Printer Port
|
||
|
' 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 :: | ||