PowerShell Module 1: An Introduction to the CLI and ISE

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 21

  • @andrekohler5792
    @andrekohler5792 4 ปีที่แล้ว +4

    Great introduction, exactly what I wanted to learn.

  • @adrshen
    @adrshen 7 ปีที่แล้ว +3

    Loved it.. really it is what I was looking for. To the point and greatly organized.

  • @valeriem6475
    @valeriem6475 3 ปีที่แล้ว +1

    so happy I stumbled upon your videos

  • @David-wh7rm
    @David-wh7rm 7 ปีที่แล้ว +5

    Great video Bryan, keep it up! I thought this was a really good starter video for those people just learning about PS.

    • @BryanCafferky
      @BryanCafferky  7 ปีที่แล้ว +1

      Thanks! Glad you liked. More coming.

  • @peteruk904
    @peteruk904 4 ปีที่แล้ว +3

    Great video, very well presented !!!!

  • @jonmark8407
    @jonmark8407 4 ปีที่แล้ว +2

    Great, Introduction. Thanks for the video

  • @FilmyTalkies07
    @FilmyTalkies07 4 ปีที่แล้ว +1

    Hello Brayan, Just want to know is it possible to get all .ppt files in your presentation. It will be great help for study

    • @BryanCafferky
      @BryanCafferky  4 ปีที่แล้ว +2

      Sure. I just put these slides at github.com/bcafferky/shared/tree/master/IntroToPowerShell

    • @FilmyTalkies07
      @FilmyTalkies07 4 ปีที่แล้ว +2

      @@BryanCafferky Thank you so much..🙂

    • @BryanCafferky
      @BryanCafferky  4 ปีที่แล้ว +1

      @@FilmyTalkies07 Glad to!

  • @elliott9383
    @elliott9383 6 ปีที่แล้ว

    Hey Bryan I am a student trying to learn Powershell. It seems very overwhelming to me. I am trying to find out how to use a copy module script to create a folder. I am having trouble understanding this. you have any videos that could help

    • @BryanCafferky
      @BryanCafferky  6 ปีที่แล้ว

      Hi Elliott,
      You can create a folder with the statement New-Item -Name 'myfolder' -ItemType directory Replace 'myfolder' with the name if the folder you want.
      For a nice blog about adding things like tests for the folder existence, see blogs.technet.microsoft.com/heyscriptingguy/2015/03/08/weekend-scripter-use-powershell-to-create-folder/
      Remember you can test commands out directly in the PowerShell CLI.
      Hope that helps.

    • @BryanCafferky
      @BryanCafferky  6 ปีที่แล้ว +1

      Also, little trick, you can use Show-Command to provide a GUI for a cmdlet, i.e. "Show-Command New-Item" is like getting a wizard to help construct the command.

  • @sayedkazimi6008
    @sayedkazimi6008 5 ปีที่แล้ว

    Your video would be very helpful if you would have spoken a little slow. It is okay for a native English speaker But for whom just a beginner is in English and in Power Shell, it would be confusing and fast. However, thank you very much!

    • @BryanCafferky
      @BryanCafferky  5 ปีที่แล้ว +1

      A fair point. Being from Boston, my speech is even fast for a native English speaker. I'll try to keep that in mind. Thanks.

    • @sayedkazimi6008
      @sayedkazimi6008 5 ปีที่แล้ว

      @@BryanCafferky I appreciate it. Thank you.

    • @agfagaevart
      @agfagaevart 5 ปีที่แล้ว +3

      slow the video down yourself...

    • @andrekohler5792
      @andrekohler5792 4 ปีที่แล้ว

      Haha, I did not even notice he was speaking fast even though I have never been to the USA (I'm from Germany).

    • @GoonCity777
      @GoonCity777 4 ปีที่แล้ว

      Im on a pinch for time so im watching this at 2x. Working great for me!