I have a single printer inside our Self Service that work across all our printers via a badge printing system. In order for PrintJobs to be associated to their correct owner, the printer must be added as the current user.
The Problem. When I run the printer policy, it maps the printer using the service account I created to mount the DP share.
I understand that enrolling a user-account and then login in as that user in self service would work but most our workstations were not user-enrolled. I'd like to make it as seamless as possible.
I also created a lpadmin script to try and add the printer using self service but it still runs as the service account. If I run the script locally, it will add the printer and only wants me to authenticate locally. Which I could be ok with.
or is there a way for me to import all of our users from AD without the need to manually enroll each one?
thanks for the help.