Share via

Remove Printer Users

MelissaBentley-5079 0 Reputation points
2026-06-15T18:08:30.29+00:00

I have a bunch of users on my HP printer that I do not recognize. How do I remove them?

Windows for home | Other | Security and privacy
0 comments No comments

2 answers

Sort by: Most helpful
  1. John Jefferson Doyon 73,800 Reputation points Independent Advisor
    2026-06-15T18:51:13.39+00:00

    Hi, I'm John! I will help you with this.

    Can you tell me where you are seeing these users? Is it on the printer's display screen, in the HP Smart app, in your HP account, or in the printer's web interface?

    If these are users that were added to the printer or HP account, they can usually be removed from the printer's user management settings or the HP account that manages the printer.

    Any additional info about the issue you can provide will be helpful in diagnosing and resolving the issue.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-15T18:08:45.8866667+00:00

    Removing users from an HP printer depends on how access is being granted. The provided context only covers:

    1. Removing printers and printer ports on Windows devices.
    2. Revoking user access to cloud-managed printer shares via Microsoft Graph.

    If the HP printer is managed as a Microsoft cloud printer (Universal Print / Microsoft Graph):

    Use the Microsoft Graph PowerShell cmdlets to revoke user access to the printer share:

    1. Identify the printerShare ID for the HP printer in the Microsoft 365/Entra environment.
    2. Use the Remove-MgPrintShareAllowedUserByRef cmdlet to revoke a specific user’s access to submit print jobs to that printerShare.

    Example (structure only):

    Remove-MgPrintShareAllowedUserByRef -PrinterShareId "<printerShareId>" -UserId "<userId>"
    

    This cmdlet “revokes the specified user's access to submit print jobs to the associated printerShare.”

    If the printer is not cloud-managed via Microsoft Graph, the context does not provide supported steps for removing users directly from the HP device itself.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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