Ah, nice. This worked perfectly. I tweaked a little and tested and it worked great. Here's the end result:
________________________________
rem ** Disable SNMP on list of TCP/IP printer ports
set objFSO = CreateObject("Scripting.FileSystemObject")
set objFile =...
I have a simple script I am using to disable SNMP on TCP/IP printer ports. Problem is that I have about 400 ports to config so scripting one port at a time is hardly faster than changing the property in the printer port dialog box. Here's the script:
Set objWMIService = GetObject("winmgmts:")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.