PowerShell Basics: Introduction to Objects

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 30

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

    This really opened my eyes to what objects were and how to leverage. Thanks so much!

    • @EddieJennings
      @EddieJennings  2 роки тому +1

      You're welcome, and thanks for watching! Objects are *the* thing I miss when I'm having to work with Bash.

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

    This was a great demonstration to what I was reading in "Learn PowerShell in 30 days of Lunches". I was having a tough time wrapping my head around it and this brought a lot of clarity.

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

      Travis, I'm glad the video helped. I've heard great things about the "in a month of lunches" series.

  • @LuisYera-q4s
    @LuisYera-q4s Рік тому

    Eddie, this was so helpful, my man. Thank you!

    • @EddieJennings
      @EddieJennings  10 місяців тому

      I'm glad it was useful. The use of objects is the "killer" feature of PowerShell, in my opinion.

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

    Thanks for helping me understand objects a little bit more

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

      You're welcome! I'm glad it was helpful.

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

    Thanks a lot! Hoping to see more PowerShell videos

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

      You're welcome! I do have some ideas for more PowerShell content. I'm trying to get all of my RHCE stuff uploaded first.

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

    Thank you so much for this video! it really helped me understand the concept of objects in powershell.

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

    Great simple explanation!

  • @BL44Trofl
    @BL44Trofl 4 роки тому

    Thanks a lot! Most PowerShell beginner tutorials rush way too fast past these basics. Liked & Subbed :)

    • @EddieJennings
      @EddieJennings  4 роки тому

      You're welcome, and I'm glad you enjoyed it. Thanks for the subscription! If I had a particular goal with these PowerShell videos it's to try to explain things in a way that would've helped me when I was learning these concepts (not to imply that I'm no longer learning).
      My career before IT was with teaching middle school students, and I learned pretty early in that career, it's more efficient to be slower and more thorough, than try to teach too fast and have to re-teach over and over again -- granted sometimes, it felt like you had to re-teach even when going slower, but I digress :)

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

    Great job Eddie! I enjoyed it very much. I hope you continue making more PS videos with practical cases.

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

      Thanks! I intend to. As a matter of fact, I will be making a short one this week!

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

    A great clean explanation

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

    Great explanation. Thanks so much

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

    Short, simple and best. Keep up the good work Eddie. Appreciate if you could do more videos about -Patterns , -Matches, (I'm OK with Regex however stuck in implementing those regex cmds in the PowerShell).

    • @EddieJennings
      @EddieJennings  2 роки тому +1

      Thank you! I do plan on making more PowerShell content. On regex, it's something I always have to reference, because I use it just infrequently enough that I can't keep it memorized. Another matching pattern I like is -contains and -notcontains. You'll find that useful when looking a value within an array or a group of objects.

  • @kusharora1435
    @kusharora1435 3 роки тому +1

    finally.. i understand. thankyou!!!!!!!!!!!!!!!!!!!!

  • @zt.5677
    @zt.5677 4 роки тому +1

    Thanks for this. Are you planning a video on how .NET interacts with PS? Just the most common .NET blocks.

    • @EddieJennings
      @EddieJennings  4 роки тому

      Thanks for watching. As of right now diving into the relationship between PowerShell and the .NET framework isn’t on my to-do list, but that may one day change.

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

    Thanks! Very helpful