# Run as Administrator Set-Printer -Name "PrinterName" -Shared $true -ShareName "OfficePrinter"
For a permanent setup, use a dedicated low-power Windows 11 Pro machine with a static IP, enable IPP, and document the printer URLs for users. Appendix A: Quick Command to Share Printer via PowerShell how to setup a print server on windows 11
Get-Printer | Format-List Name, Shared, ShareName how to setup a print server on windows 11