How To Unregister/Remove the Universal Print connector

Wajahat Baig 1 Reputation point
2021-06-08T15:22:20.227+00:00

I have been trying to remove the unused Universal Print Connectors with no success. Any suggestions.

103486-image.png

Please note: not that familiar with PowerShell

Windows for business Windows Server User experience Print jobs
Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-06-09T02:27:47.79+00:00

    Hello @Wajahat Baig

    Did you follow all the steps mentioned in this article :How to remove a Universal Print connector.

    Removing a Connector:
    1.Unshare all the printers that use the connector from the Portal
    2.Unregister all the printers that use the connector, either from the Portal or from the server itself
    3.In an elevated PowerShell window, run:

    Install-Module UniversalPrintManagement  
    Connect-UPService  
    Get-UPConnector  
    Remove-UPConnector -ConnectorId   
    

    4.copying the output of Get-UPConnector to find out your connector ID to feed into Remove-UPConnector. Make sure the account you use to sign in has Printer Administrator or Global Administrator rights, and a license for Universal Print assigned to it.
    5.Restart the Print Connector Service to clear up any local data, and then uninstall the connector.

    Best Regards
    Karlie


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. Anonymous
    2021-06-09T03:00:26.947+00:00

    Found similar error from github , you may post there and see.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.