Assign rights to all printers with powershell server 2012 print server
Is there a way to add rights to all printers on a print server using powershell? (Or any other for that matter) We want to add a domain group that we just created to all existing printers on a print server that has full rights.
subinacl.exe is utility
Subinacl /printer * /grant="DOMAIN\GroupName=M
* represents all printers