I'm glad it was useful. The use of objects is the "killer" feature of PowerShell, in my opinion.
@navarachi0952 жыл бұрын
This really opened my eyes to what objects were and how to leverage. Thanks so much!
@EddieJennings2 жыл бұрын
You're welcome, and thanks for watching! Objects are *the* thing I miss when I'm having to work with Bash.
@Travis94ZX2 жыл бұрын
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.
@EddieJennings2 жыл бұрын
Travis, I'm glad the video helped. I've heard great things about the "in a month of lunches" series.
@rahularanger4073 жыл бұрын
Thanks a lot! Hoping to see more PowerShell videos
@EddieJennings2 жыл бұрын
You're welcome! I do have some ideas for more PowerShell content. I'm trying to get all of my RHCE stuff uploaded first.
@eatpizzanot2 жыл бұрын
Thank you so much for this video! it really helped me understand the concept of objects in powershell.
@EddieJennings2 жыл бұрын
I'm glad it was useful!
@jonofrombc3 жыл бұрын
Thanks for helping me understand objects a little bit more
@EddieJennings3 жыл бұрын
You're welcome! I'm glad it was helpful.
@pacmanh222 жыл бұрын
Great simple explanation!
@EddieJennings2 жыл бұрын
Thank you!
@kusharora14353 жыл бұрын
finally.. i understand. thankyou!!!!!!!!!!!!!!!!!!!!
@EddieJennings3 жыл бұрын
Happy to help!
@ElizabethRodLom2 жыл бұрын
A great clean explanation
@EddieJennings2 жыл бұрын
Glad it was helpful!
@BL44Trofl4 жыл бұрын
Thanks a lot! Most PowerShell beginner tutorials rush way too fast past these basics. Liked & Subbed :)
@EddieJennings4 жыл бұрын
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 :)
@johnramz3 жыл бұрын
Great job Eddie! I enjoyed it very much. I hope you continue making more PS videos with practical cases.
@EddieJennings3 жыл бұрын
Thanks! I intend to. As a matter of fact, I will be making a short one this week!
@Sitchad13 жыл бұрын
Great explanation. Thanks so much
@EddieJennings3 жыл бұрын
Thank you! Glad it was helpful.
@zt.56774 жыл бұрын
Thanks for this. Are you planning a video on how .NET interacts with PS? Just the most common .NET blocks.
@EddieJennings4 жыл бұрын
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.
@hsidnam2 жыл бұрын
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).
@EddieJennings2 жыл бұрын
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.