Avatar of -Matthew-
-Matthew-
 asked on

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.

Thanks
Microsoft Legacy OSWindows Server 2012Powershell

Avatar of undefined
Last Comment
Raheman M. Abdul

8/22/2022 - Mon
Raheman M. Abdul

You can try:

subinacl.exe is utility

Subinacl /printer * /grant="DOMAIN\GroupName=M"

* represents all printers
-Matthew-

ASKER
I didn't find that program on the server, so I googled it and found this article, http://www.microsoft.com/en-us/download/details.aspx?id=23510

It appears that it is not supported on server 2012, do you know if that is true?
ASKER CERTIFIED SOLUTION
Raheman M. Abdul

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck