Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Windows >> Command Line >> How to use subinacl to show/set printer permissions


## subinacl.exe from Microsoft Windows Resource Kit

subinacl /noverbose /printer PrinterName
 
- for printers with multi-word names enclose within quotes "

More info here



## SetACL.exe from sourceforge.net

example 1: to set printer \fileserver\printer1 permission granting domain\usergroup
           with Print permission

setacl -on "\fileserver\printer1" -ot prn -actn ace -ace "n:domain\usergroup;p:print"


example 2: grant multiple permissions (Print & Manage Documents) to particular user/group

setacl -on "\fileserver\printer1" -ot prn -actn ace
 -ace "n:domain\usergroup;p:print"  
 -ace "n:domain\usergroup;p:man_docs"




[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]