ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. printers
    Log in to post
    • All categories
    • WrCombsW

      Remote Printer reverses report

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wrcombs printers remote printers remoteapp remote desktop
      7
      0 Votes
      7 Posts
      713 Views
      syko24S

      @wrcombs - Or drag and drop the PDF file to the local computer and print it locally.

    • DustinB3403D

      Scanning Domain for Shared Printers

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion printnightmare windows domain scanning printers vulnerability discovery
      9
      1 Votes
      9 Posts
      882 Views
      notverypunnyN

      @dustinb3403

      Oh, yeah that changes things... advanced ip scanner as others have suggested might be the safest thing.

      We've pushed the config to "Disable the β€œAllow Print Spooler to accept client connections:” policy to block remote attacks."

      Option 2 at the link below:

      https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527

    • DustinB3403D

      lpadmin and Apple printer creation help

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion osx apple printers printer packages
      3
      0 Votes
      3 Posts
      561 Views
      DustinB3403D

      Got it with this.

      lpadmin -p Printer-Name -E -v ipp://printer-address -o printer-is-shared=false -o printer-make-and-model="Canon iPR Svr G250 V1.0 US" -P "/Library/Printers/PPDs/Contents/en.lproj/Canon iPR Svr G250 V1.0 US"

    • DustinB3403D

      lpadmin Printer drivers are deprecated and will stop working in a future version of CUPS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion printers cups ipp drivers apple osx conversation
      15
      0 Votes
      15 Posts
      9k Views
      DustinB3403D

      @Dashrender said in lpadmin Printer drivers are deprecated and will stop working in a future version of CUPS:

      @DustinB3403 said in lpadmin Printer drivers are deprecated and will stop working in a future version of CUPS:

      Keeping a system out of date on purpose for this though. . . ugh kill me now.

      Better get used to it - it's exactly what those shops running old XP machines on million dollar printing presses had to do.

      😧

    • DustinB3403D

      lpoptions - cups - OSX

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion osx cups printers administration remote terminal
      1
      0 Votes
      1 Posts
      526 Views
      No one has replied
    • wrx7mW

      Printer Leasing/Maintenance - Installing Software on the Network for Monitoring Print Devices

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion printer lease printers print management print server
      13
      2 Votes
      13 Posts
      1k Views
      dbeatoD

      @wrx7m said in Printer Leasing/Maintenance - Installing Software on the Network for Monitoring Print Devices:

      @dbeato said in Printer Leasing/Maintenance - Installing Software on the Network for Monitoring Print Devices:

      It is common, however just make sure when they configure only the Static IP of the printers to be picking them up. Also make sure the SNMP community is not public (also none of your devices should have that).

      I should ask them about this. I am guessing that all the printers are going to have to be networked now.

      Yes, otherwise it will not work.

    • DustinB3403D

      CUPS Administration Job Info 1 Destination Mailbox

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion printers cups lpadmin destination mailbox defaults cli mac os osx users workstation printer programming
      5
      1 Votes
      5 Posts
      944 Views
      DustinB3403D

      @black3dynamite said in CUPS Administration Job Info 1 Destination Mailbox:

      @DustinB3403 said in CUPS Administration Job Info 1 Destination Mailbox:

      While I found where OSX stores the user printer preferences, but copying a "working version of preferences" to the user workstation and directory doesn't set the preferences.

      Still investigating. May require a restart when doing this remotely. . .

      Full system restart or just the cups service?

      Just did a full system restart and no change. While the plist file is there, and the user has owner access to it, the changes don't appear to take effect.

      Not sure why.

    • WrCombsW

      Epson Thermal Receipt printer issues

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion printers epson thermal printers pos
      22
      1 Votes
      22 Posts
      1k Views
      WrCombsW

      We have a lab set up, I will be using that serial capture that @scotth gave me based on @Pete-S suggestion.
      We'll see what we can find and try to fix.
      thanks for the input.

    • WrCombsW

      Epson Printer Issues - Receipt.

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet printers pos windows 10
      4
      0 Votes
      4 Posts
      428 Views
      S

      @WrCombs If you're using serial / RS232, I'm guessing that your driver might be outputting in ASCII and might need to be set to ANSI or from 8 bit to 7 bit. Check these against other sites and see what you come up with. The repeated characters are representations of solid lines or simple graphics via the various protocols.

      At least I've run into this before with a telnet app that we use here.

    • DustinB3403D

      lpadmin - remove printer with a space in the name

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion unix osx apple lpadmin printers administration ard
      4
      0 Votes
      4 Posts
      1k Views
      DustinB3403D

      @dbeato said in lpadmin - remove printer with a space in the name:

      @DustinB3403 said in lpadmin - remove printer with a space in the name:

      Nevermind!

      lpadmin adds spaces as underscores!

      So with lpadmin -p I was able to find the list of printers.

      lpadmin -p
      Accounting_Printer

      And with lpadmin -x Accounting_Printer was able to remove the printer!
      Removed Accounting_Printer

      Good to know for central administration of Apple devices. What are you using right now?

      ARD and Unix cli

    • NerdyDadN

      Installing printers in Fedora 29 Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 29 fedora29 fedora workstation fedora printer printers
      9
      1 Votes
      9 Posts
      3k Views
      NerdyDadN

      @dbeato said in Installing printers in Fedora 29 Linux:

      @NerdyDad said in Installing printers in Fedora 29 Linux:

      @dbeato said in Installing printers in Fedora 29 Linux:

      You can use CUPS Command Line
      https://www.cups.org/doc/admin.html

      lpadmin -p PrinterName -E -v socket://ip.address.of.printer -m printerdriver.ppd

      Aren't printers and configs saved in a file somewhere? If so, could I copy that file to other minions, similar to remmina connection files as discussed in the other thread?

      I did not see your other thread but let me check.

      https://mangolassi.it/topic/18748/chromebox-for-clerks-and-data-entry/54

    • CCWTechC

      Print to CSV

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion csv printers
      21
      0 Votes
      21 Posts
      3k Views
      scottalanmillerS

      @Dashrender said in Print to CSV:

      @scottalanmiller said in Print to CSV:

      @Dashrender said in Print to CSV:

      @scottalanmiller said in Print to CSV:

      @Dashrender said in Print to CSV:

      @scottalanmiller said in Print to CSV:

      @CCWTech said in Print to CSV:

      From what I can tell the program we are using has a built in integration for Excel but you have to have Excel and not something like Libre Office.

      Likely using the Excel automation API that is unique.

      I spaced this one.

      I was thinking the application could be lame and trying to call the excel.exe executable directly. That could be solved with a link to LibreOffice executable - assuming the LibreOffice executable accepts the same arguments.

      In theory, yes. But I think it is using an API to make it output to CSV. Otherwise, we'd just expect it to open the file and sit there.

      I assume then that using the API is easier than the application simply outputing to CSV on it's own?

      I doubt it.

      sooooo... they did it why? bad programmers?

      Always, or they just hate the users. But the latter would be crazy.

    • 1

      Patch policy for network devices, appliances, printers etc?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion patching printers switches firmware
      4
      1 Votes
      4 Posts
      530 Views
      scottalanmillerS

      Short of getting advisories from vendors, just putting something on the calendar is probably best.

    • DashrenderD

      Am I being to over bearing? Printers

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion printers business case
      18
      1 Votes
      18 Posts
      1k Views
      DashrenderD

      @Pete-S said in Am I being to over bearing? Printers:

      @Dashrender said in Am I being to over bearing? Printers:

      @travisdh1 said in Am I being to over bearing? Printers:

      @Dashrender That's what a dedicated label printer is for. They suck even harder than standard printers, but are so nice once they're working.

      OK - So we looked into that option. The departments need 10+ labels at a time. The EHR is unable to send 10 label print requests to the label printer in one click. Instead, the user has to click print 10 times. Management has said - that is unacceptable.

      Therefore label printers are out.

      Whooah, hold your horses here. There are plenty of label printers that could do that. You may not want to pay the price of a real label printer and you might not know that such a thing exists, but that doesn't change reality.

      This is not a hardware issue. This is a EHR software issue. The vendor would need to change their software to do this - could they? likely very easily, but will they? unlikely. They only seem to care about advancing new things, not fixing, improving existing things.

    • CCWTechC

      Default printer Webex on Remote Desktop Session

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion remote desktop services printers
      3
      1 Votes
      3 Posts
      742 Views
      CCWTechC

      @phlipelder said in Default printer Webex on Remote Desktop Session:

      I gather that the terminal client MSTSC has local resources unchecked?

      Are the printers set up on the Session Host(s) that the users would be using? Are they allowed to choose the default printer via Devices & Printers (Control Panel) or are they not able to get into any Control Panel applets?

      Yes local resources unchecked.

      Yes, each session has printers setup on them. They are allowed to choose the printer they want.

      Everything works except the default printer keeps changing to WebEx.

    • wrx7mW

      Shared HP Printers - Apply Preferences/Settings to Clients

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion hpe printers shared printers server 2012 r2
      3
      0 Votes
      3 Posts
      783 Views
      dbeatoD

      @wrx7m said in Shared HP Printers - Apply Preferences/Settings to Clients:

      I figured it out. You have to use the Printer defaults button on the advanced tab. It opens the same window as shown in the OP, but it will apply it to the clients.
      0_1530920108014_751c2e82-b84e-4108-ba2c-63f37353bf8d-image.png

      Yes, that is where you always do it. Remember that when you change printer drivers you need to change it all over.

    • wrx7mW

      GPP - Deploying Printers To AD Group

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion gpo gpp server 2012 r2 printers
      30
      0 Votes
      30 Posts
      3k Views
      wrx7mW

      @obsolesce Right, I am having to add a group of computers to the printers' security permissions with allow printing enabled to get the GPP to actually deploy the printer to the user.

      UNC pathing to the printer by a member of the PrintersChecksUsers (while the user is logged in) allows them to install and print to the printer.

      The GPO shows as applied in the RSOP, but with item level targeting, I don't see any info on why it wasn't actually installed/applied. Maybe it shows it somewhere else.

      The key is the shared printer's security tab on the print server, itself. That is where I have to allow the specific group of computers, as well as the specific group of users. I need both, the computers and users groups to have at least printing allowed.

    • DustinB3403D

      Network Printer Removal - GPO Configured

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion gpo windows windows 7 windows 8.1 windows 10 printers
      1
      1 Votes
      1 Posts
      915 Views
      No one has replied
    • gjacobseG

      Deleting a GPO

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion gpo group policy printer printers printer deployment
      15
      0 Votes
      15 Posts
      2k Views
      DustinB3403D

      @scottalanmiller said in Deleting a GPO:

      @rojoloco said in Deleting a GPO:

      @dave247 I have a few ideas about who they are specifically... but after they decided to be a bunch of dicks about anyone here posting links to their site that shall not be named, they created an account here to spy, presumably. Lot of former 🌢 folks here... Lots of πŸ–• πŸ–• πŸ–• πŸ–• πŸ–• for their informers.

      It's a public site, doesn't take much for someone to inform, lol. It's a bit like tattling on a billboard.

      That sounds a lot like calling out your Husband by doing this to his ride.

      cheating2_small.jpg

    • wrx7mW

      Color Laser Printer - Recommendations, Please

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion printers
      14
      1 Votes
      14 Posts
      2k Views
      dbeatoD

      @wrx7m Laniers and RIcoh are the same for the hardware.

    • 1
    • 2
    • 1 / 2