Windows Server 2012R2 Print Queue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • keithxxiii
    Just a tech

    250+ Posts
    • Nov 2014
    • 468

    Windows Server 2012R2 Print Queue

    Hi Folks,

    Just wanna ask if you have encountered a requirement to hide the document names in print queue while printing from a shared printer.
    From the end user's pc, select see whats printing and while keeping it opened, you'll notice the print documents comes and depending on the spool size, it disappears eventually.
    Is there a feature to disable this?

    Thanks
    Aye! Cut the crap
  • rthonpm
    Field Supervisor

    2,500+ Posts
    • Aug 2007
    • 2837

    #2
    Re: Windows Server 2012R2 Print Queue

    Only if the device has a secure print function. Many Ricoh devices offer a secure print option that won't allow the document to print until a code is entered at the machine. It will also obscure the file name and username of the job. I'm sure other manufacturers offer something similar.

    Comment

    • keithxxiii
      Just a tech

      250+ Posts
      • Nov 2014
      • 468

      #3
      Re: Windows Server 2012R2 Print Queue

      Originally posted by rthonpm
      Only if the device has a secure print function. Many Ricoh devices offer a secure print option that won't allow the document to print until a code is entered at the machine. It will also obscure the file name and username of the job. I'm sure other manufacturers offer something similar.
      Thanks for the info. Yes, most ricoh devices offer secure print. But the client's requirements is from the window's pc itself.
      Referring to the image below, for a shared print queue, the user will be able to see the spooled documents.
      Capturequeue.PNG

      Is there a way that a user can only see his/her document?

      BR
      Aye! Cut the crap

      Comment

      • rthonpm
        Field Supervisor

        2,500+ Posts
        • Aug 2007
        • 2837

        #4
        Re: Windows Server 2012R2 Print Queue

        There's no real way from Windows to accomplish this. By default, any authenticated user has permissions to print, which grants them the ability to see the print queue and other jobs in it. They can't edit or manage them in any way by default. The only possible ways to limit it would be either direct IP printing (bad), or to limit who has access to the print queue on the server, which can cause a bit of confusion.

        Comment

        • D_L_P
          Self Employed

          1,000+ Posts
          • Oct 2009
          • 1196

          #5
          Re: Windows Server 2012R2 Print Queue

          Originally posted by keithxxiii
          Hi Folks,

          Just wanna ask if you have encountered a requirement to hide the document names in print queue while printing from a shared printer.
          From the end user's pc, select see whats printing and while keeping it opened, you'll notice the print documents comes and depending on the spool size, it disappears eventually.
          Is there a feature to disable this?

          Thanks
          Is the render jobs on client computers selected?

          RenderJobs.jpg

          Comment

          • rthonpm
            Field Supervisor

            2,500+ Posts
            • Aug 2007
            • 2837

            #6
            Re: Windows Server 2012R2 Print Queue

            Originally posted by D_L_P
            Is the render jobs on client computers selected?

            [ATTACH=CONFIG]41505[/ATTACH]
            That will still send the information across with the job when it hits the shared queue. All that determines is where the translation from the file to PDL is performed.

            Comment

            • NeoMatrix
              Senior Tech.

              2,500+ Posts
              • Nov 2010
              • 3514

              #7
              Re: Windows Server 2012R2 Print Queue

              Windows hidden files:
              In a CMD window the command to hide files is Attrib.exe

              Example:
              attrib +h mytest.txt


              The above command will only work if the Explorer GUI is not set to "Show hidden files,folders and drives."
              Otherwise the above attrib command is redundant.

              You could try creating multiple print drivers or share names that point to the same printer.
              Allocate a different share name to each individual person...

              Not sure how this would work out though...

              A powershell or VB script might create another solution...
              Inauguration to the "AI cancel-culture" fraternity 1997...
              •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

              Comment

              • Kimi
                Trusted Tech

                100+ Posts
                • Feb 2018
                • 105

                #8
                Re: Windows Server 2012R2 Print Queue

                Looks like a sales lead for MPS..

                I am not aware of how to resolve this otherwise.

                Comment

                • tsbservice
                  Field tech

                  Site Contributor
                  5,000+ Posts
                  • May 2007
                  • 7635

                  #9
                  Re: Windows Server 2012R2 Print Queue

                  Quote from here:
                  PaperCut KB | Hide Document Names on Windows Printers
                  A tree is known by its fruit, a man by his deeds. A good deed is never lost, he who sows courtesy, reaps friendship, and he who plants kindness gathers love.
                  Blessed are they who can laugh at themselves, for they shall never cease to be amused.

                  Comment

                  • keithxxiii
                    Just a tech

                    250+ Posts
                    • Nov 2014
                    • 468

                    #10
                    Re: Windows Server 2012R2 Print Queue

                    Originally posted by Kimi
                    Looks like a sales lead for MPS..

                    I am not aware of how to resolve this otherwise.
                    It is indeed. The OEM visited the customer's site together with their "MPS Executive" and has told them that it is possible to hide the documents file names. I as a partner was left blank when we had a meeting with the customer as they were requesting for an expansion of the solution.

                    I'm almost to the point of letting it go and move on.
                    Aye! Cut the crap

                    Comment

                    • keithxxiii
                      Just a tech

                      250+ Posts
                      • Nov 2014
                      • 468

                      #11
                      Re: Windows Server 2012R2 Print Queue

                      Most likely a VB Script or a powershell command could fix this as what neo has said. Need to contact our MCSEs or Must Call Someone Else.
                      Aye! Cut the crap

                      Comment

                      Working...