Automate Installing Printers with Powershell

Поділитися
Вставка
  • Опубліковано 23 жов 2024

КОМЕНТАРІ • 21

  • @MrPowerScripts
    @MrPowerScripts  5 років тому

    Website: mrpowerscripts.com
    Discord: discord.gg/uEBWZKq
    Patreon: patreon.com/mrpowerscripts
    SIGN UP: mrpowerscripts.com/mailing-list

  • @Chris-hi9vj
    @Chris-hi9vj 6 років тому +30

    My right ear is lonely

  • @navarachi095
    @navarachi095 6 років тому +2

    amazing video. IP printing is the way to go for enterprise networks.

  • @wajidgates
    @wajidgates 11 років тому +3

    Is it possible to modify this script and make it as to install printers on remote coimputers. My requirement is that if i run this script on my laptop then it will ask me for a Remote ComputerName and after putting the remote computerName the printer gets installed there.

  • @Digerati-Zone
    @Digerati-Zone 6 років тому

    Neat I am subscribing - I'd like to start using powershell doing Sysadmin tasks in tech support.

    • @MrPowerScripts
      @MrPowerScripts  6 років тому

      Powershell is perfect for that! You'll love it!

  • @firsttryop
    @firsttryop Рік тому

    How I can configure printer (zpl printer) via powershell? I need to update the paper format, paper size, media type etc.

  • @SWAROOP250693
    @SWAROOP250693 3 роки тому

    Can you please help me to know if we can install a printer using LPR port using powershell? Can you please guide?

  • @acat5819
    @acat5819 7 років тому

    Amazing. Thanks!

  • @instagramcydia6270
    @instagramcydia6270 2 роки тому

    How would you do it for a wsd printer port?

  • @wickedneurons
    @wickedneurons 10 років тому

    Great video, dude. You totally make it unscary.

    • @MrPowerScripts
      @MrPowerScripts  10 років тому

      Automating printer installations is one of the best ways to save yourself hours of work over the course of a year. Glad you're looking to figure it out.

  • @altingjoka5820
    @altingjoka5820 8 років тому

    Trying : [Start-Process "printui.exe" -ArgumentList /ia] .... powershell is giving out error " The argument is invalid"....
    Can you help with this as I looked online and could not find help...
    -thank you

    • @MrPowerScripts
      @MrPowerScripts  8 років тому

      Have you tried wrapping the arguments in single or double quotes? -ArgumentList "/ia"

  • @1234airows
    @1234airows 7 років тому

    im having trouble with the universal driver i cannot get it to install

    • @MrPowerScripts
      @MrPowerScripts  7 років тому

      Universal driver for what?

    • @1234airows
      @1234airows 7 років тому

      hp printer

    • @MrPowerScripts
      @MrPowerScripts  7 років тому

      is there an error message?

    • @MrPowerScripts
      @MrPowerScripts  7 років тому

      h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c01839749 There's some examples to script the installation of the UPD driver on this page. Search "Explanation of driver name" on the page