Net_DeletePrinter

Description

Removes a network printer from the local computer


Syntax

Net_DeletePrinter(sPrinterShare) As Boolean


Parameters

sPrinterShare (String)

UNC path to the network printer that must be removed


Example

VBScript
If bStatus Then bStatus = Net_DeletePrinter("\\CAPAINSTALLER\PRINTERSHARE")

Scripting Guidelines


Related functions

Net_AddPrinter Net_SetDefaultPrinter Net_EnumPrinters Net_EnumPrinterPaths