View Printer Permissions

View printer permissions


for /f %i in ('net view \\hostname ^| find ^"Print^"') do (@echo %i & subinacl /nostatistic /outputlog=temp.txt /printer \\hostname\%i & type temp.txt | find "/pace")

Comments