PowerShell Installing software remotely on Multiple Computers

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024

Комментарии • 9

  • @bkbalakrishna5528
    @bkbalakrishna5528 Год назад +1

    Hi Swapnil Would you please help us to show how to install software in multiple windows VM's using Power shell script (VMware vCenter)

    • @SwapnilInfotech
      @SwapnilInfotech  Год назад

      Did you watch this video. Please check and let me know for any query
      ruclips.net/video/E9yaYVbzgb4/видео.html

  • @amol2060
    @amol2060 Год назад

    Thanks 👍

  • @701eeepc
    @701eeepc Год назад

    Hi, I tried on many pc in a LAN environment where each pc has a password I get an error in the line (New-Item -ItemType Directory -Name Temp -Path "\\$Server\c$") saying wrong user/password.
    So, my question is: How can I modify your script to keep into account their user and password? Thanks

  • @sergiosalazar1450
    @sergiosalazar1450 Год назад

    Hello, how do you authenticate in a domain ?

  • @wingblade4096
    @wingblade4096 Год назад +1

    Can be this used to installed to multiple workstation via dc1 running this script?

    • @SwapnilInfotech
      @SwapnilInfotech  Год назад

      Are workstations part of a domain or workgroup?? If they are in the domain then this script will work but if not then there is another video where I have explained how to install software on workgroup computers. Please let me know if you have any questions. Thank you

    • @wingblade4096
      @wingblade4096 Год назад +1

      @@SwapnilInfotech yes. It is in the same domain. Does works also if you use exe file?

    • @SwapnilInfotech
      @SwapnilInfotech  Год назад

      Yes it will work on any installer but you have provide silent parameters for the setup file and silent parameters are different for most of the setup. Some software usage is common like "/s" or "/qn" and many more . Please use Google to find silent parameters for your software and then you can give it a try. Please let me know if you need anything.