How To - Setup A Print Server On Windows 11 |top|
Get-Printer | Format-List Name, Shared, ShareName
Example: http://192.168.1.50:631/printers/HP_LaserJet_Office how to setup a print server on windows 11
# Run as Administrator Set-Printer -Name "PrinterName" -Shared $true -ShareName "OfficePrinter" Get-Printer | Format-List Name