Welcome to my Scripting page. This blog has ready to use VBScript and Powershell scripts either written or collected from various websites around the web
Thursday, September 27, 2007
VBscript Remove a Windows based printer
'Script Start
Set objNetwork = WScript.CreateObject("WScript.Network") objNetwork.RemovePrinterConnection "\\servername\printername"
No comments:
Post a Comment