Installing Software through Power Shell, Intro to powershell scripts

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

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

  • @echomjp
    @echomjp 9 месяцев назад +4

    Thank you for this video. I have been teaching myself PowerShell scripting as I hope to move further into System Administration, and yet even basic commands like these sometimes are hard to find details on. I may be a long way from creating complex PowerShell scripts, but videos like this and my own practice make me confident that I can at least do the majority of typical tasks that I might be expected to do. I have an interview for a job utilizing these kinds of skills in only a few hours from now, so thank you again. I will look into your other videos also.

    • @Cobuman
      @Cobuman  9 месяцев назад +1

      My pleasure. Yeah, once you get the basics, even the more complex scripts start to make sense. Best of luck with the interview.

  • @Cobuman
    @Cobuman  5 лет назад +3

    Installing software through Power Shell. Learning PowerShell can help with business optimization and automation.

  • @carlolive3285
    @carlolive3285 5 лет назад +3

    Thanks for the video I actually asked you for a video like this on installing powershell so I appreciate it and look forward to see more videos from you.

    • @Cobuman
      @Cobuman  5 лет назад

      I remember. 😁Thanks for the support.

  • @imsun8812
    @imsun8812 4 года назад +4

    This is perfect video to learn powershell, thanks for the tutorial.

    • @Cobuman
      @Cobuman  4 года назад

      My pleasure. Glad you like it.

  • @Budget_unboxing
    @Budget_unboxing 3 года назад +1

    Thanks for the Video ...

  • @wlgt3257
    @wlgt3257 2 года назад +2

    Do you have any additional powershell and Azure scripting videos? Thanks for putting these together, greatly appreciated!

    • @Cobuman
      @Cobuman  2 года назад +1

      This is what I have for Azure: ruclips.net/p/PL4jgQJG6eMDPxkTHUPNPpGz7OMoNky6cn

    • @wlgt3257
      @wlgt3257 2 года назад +1

      @@Cobuman thank you so much for your videos!

    • @Cobuman
      @Cobuman  2 года назад

      @@wlgt3257 My pleasure.

  • @Kreemerz
    @Kreemerz 2 года назад +1

    What about installing onto remote computer?

  • @sanjaywilliam6200
    @sanjaywilliam6200 8 месяцев назад +1

    Greetings, sir.
    Do these commands you have provided also work with installing software from the server?

    • @Cobuman
      @Cobuman  8 месяцев назад

      Hello. I'm assuming you mean installing software on remote computers-those would be different scripts.

    • @sanjaywilliam6200
      @sanjaywilliam6200 8 месяцев назад

      @Cobuman HI. I'm sorry I'm new to this.
      So my situation is, we have all our softwares and important docs on our server. And we have a new user who wanted to install an app from the server.
      Does this work with other scripts?

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

    You should use capital S for silent installation

  • @khansvirtualdiary
    @khansvirtualdiary 2 года назад +1

    well-taught

  • @pankajshinde6205
    @pankajshinde6205 3 года назад +1

    Hi Sir,
    How can I use power shell to write down PC Lock time and PC unlock time in any of the text applications?

    • @Cobuman
      @Cobuman  3 года назад

      I'm not sure about that... It sounds like you are looking for specific data which may be found in the Event Viewer.

    • @pankajshinde6205
      @pankajshinde6205 3 года назад

      @@Cobuman thanks for your reply sir
      but I checked it is not showing in Event Viewer also.

  • @nareshpilla746
    @nareshpilla746 4 года назад

    Hi sir,
    I need a help to create small script for software (skype installation )
    Message saying - Ready to install skype ?
    Buttons labeled "Yes - install and reboot now" and "Ask later"
    If "yes - install and reboot now " is selected - create a text file in c:\temp\skype.txt
    If "Ask later" is selected - do nothing and exit.
    please check whether this is possible in power shell or not ?

  • @osamaelawad1428
    @osamaelawad1428 3 года назад

    Thank you too much , I am beginner , would You Please make tutorial or how can I install and run Supernova studio?

  • @BhardwajFamily1
    @BhardwajFamily1 3 года назад

    How to install an executable file silently?

  • @nuahsSAS
    @nuahsSAS 3 года назад +2

    Will this work with MSI package on WIN 10 ? Need an option to install MSI without GP ?

    • @Cobuman
      @Cobuman  3 года назад +1

      You can do MSI package install silently but it will not work without elevated privileges (admin). This is usually done by another program that deals with software package installs on the computer. Without GP I guess you can just add the MSI in Startup Folder which will run it every time they login to PC... but user would need to be an Admin and you would need to remove it afterwards or it will keep reinstalling. Maybe make all users Admin temporarily/tell them to reboot the computer... it's risky though.

  • @Danwade7979
    @Danwade7979 5 лет назад +1

    First to comment 💪
    But I hv nothing to say
    Thank you sir

    • @Cobuman
      @Cobuman  5 лет назад

      Sure thing.👍

  • @haroonkareem9965
    @haroonkareem9965 4 года назад

    Can you share script which find missing drivers on windows 10 and install using powershell

  • @simonbrante1385
    @simonbrante1385 4 года назад +1

    Hi Thanks for the tutorial is very detailed!
    I ran into a problem when I tried to find the notepad, does anybody knows how to fix it?
    #
    PS D:\downloads> find-package -provider chocolatey -name notepad*
    WARNING: NuGet: The request was aborted: Could not create SSL/TLS secure channel.
    #
    After a search couldn't really figure it out. I am new in learning PowerShell

    • @Cobuman
      @Cobuman  4 года назад

      I'm glad you like it. Some of the packages no longer exist on the server. So, chances are it will never downloaded when you get an error like that. Try testing with other packages to see how it works.

  • @lasamadmen6028
    @lasamadmen6028 2 года назад

    Salut. Soit un programme .exe que je dois copier dans c:\temp puis l'exécuter. Je souhaite un script powershell qui accomplira ces 2 fonctions. Merci pour ta contribution

  • @nuahsSAS
    @nuahsSAS 3 года назад

    for remote distribution of MSI

  • @deanmav3571
    @deanmav3571 2 года назад +1

    with ls command is faster

    • @Cobuman
      @Cobuman  2 года назад

      nice tip! thanks. 👍