Unable to delete and reinstall Universal Print Connector

JuhHal 6 Reputation points
2023-01-04T10:36:39.95+00:00

Hello,

For some reason deleting existing UPC is not supported in Azure Portal neither it allows you to add new UPC until the old one has been deleted.

We had Universal Print Connector working properly in out organization. Unfortunately the PC that it was installed on failed on Windows update and recovery media wouldn't fix and recover the system. Now that we can't access the original install, we're unable to delete UPC via powershell and therefore reinstall UPC.

Windows Server Printing
Windows Server Printing
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Printing: Printer centralized deployment and management, scan and fax resources management, and document services
646 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Aaron Warwick 0 Reputation points
    2024-05-01T13:55:57.7633333+00:00

    Did you ever get this resolved? I installed the Universal Print Connector(UPS) on Windows Server 2022. It was working perfectly. I accidentally restored the snapshot of that VM from before UPC was installed. I installed UPC, and it says the connection already exists when I try and register it. All the articles on the internet state to delete the connection from the Universal Print Cloud page, but there is no option to do that.

    0 comments No comments

  2. Aaron Warwick 0 Reputation points
    2024-05-01T14:00:51.92+00:00
    1. Launch an elevated PowerShell window.
    2. Run Install-Module UniversalPrintManagement.
    3. Run Connect-UPService and sign in to Universal Print. Note The account used to sign in must be a Global Administrator or Printer Administrator and must be assigned a Universal Print license.
    4. Remove the connector by using the Remove-UPConnector cmdlet and passing it the ID of the connector you wish to remove.
    5. Restart the "Print Connector service" (PrintConnectorSvc.exe) on the connector PC to clean up locally-stored data about the connector.
    0 comments No comments