I need to remove a number of "Copy" printers (courtesy of Windows 7 and Microsoft's infinite helpfulness) that pop up on several remote Windows 7 PCs. I have written a script that grabs any "Copy" printers on a system, but I have not been able to find a way to Delete/Remove the printers via Powershell. I can only find "Remove-Printer" which is not available in Powershell 1.0. I could probably resort to using prnmngr.vbs, but I was wondering if there was a way to do it with Powershell commands?
Thank you