I'm trying to add a printer from a printer server using the following PowerShell script. The problem is that the printer is only showing up for one user not anyone who logs onto the computer. So, my question is, how can I deploy the printer to the machine instead of individual users?
Add-Printer -ConnectionName "$serverPath"