Thursday, January 21, 2016

remote desktop - Manage redirected print queues from RD users on Server 2008 as Administrator



How can I view the all the print queues on a 2008 server, even redirected ones created by remote desktop users?



When I log into a Server 2008 Server as Administrator, and I view the Printers folder (or use the Print Management tool) I only see my printers, and printers created via a 3rd party tool, Screwdrivers. I don't see the redirected print queues created for remote desktop users. Is there any way to see or manage these print queues as an administrator?




I can shadow the users and see their print queues, but that's the only way right now.


Answer



Sure, this is included in the Print Management mmc.



If you don't already have the Print Server role though, you'll need it first.



Then add yourself to the Print Operators group. Log out of the administrative RDP session once and back in...then go into Print Management and "all printers".



(Oh and basically it is what joeqwerty linked to.)




Note: in case you didn't know already the (redirected 4) would correspond to the user with session ID 4 in Task Manager, since it isn't easily available within Print Management.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...