Awesome content as always. Can't believe you do all the work Ad free. Learnt so much from you over the years.
@NTFAQGuy3 жыл бұрын
Glad you enjoy it!
@MrSujithn3 жыл бұрын
Thank you very much John. Coming from a Unix/Linux background and having not much user for Powershell in the past, your videos have been a great help.
@NTFAQGuy3 жыл бұрын
Great to hear!
@amit_kala2 жыл бұрын
One word "Fantabulous" thank you for knowledge sharing, very few does what you're doing.. thank you again.
@spiritmorin3 жыл бұрын
Very useful. I just use this yesterday in Detection method in SCCM and Intune. But the verbose thing, that's bring me to the next level. Thank @John .
@NTFAQGuy3 жыл бұрын
Glad it helped!
@abrahamalaniz34683 жыл бұрын
I have tons of Powershell books, and seen a bunch of other KZbinrs videos. You're definitely my top3 if not my top 1 favorite (:
@NTFAQGuy3 жыл бұрын
Thanks
@pierredang80843 жыл бұрын
Great video! I enjoy your teaching style/approach from all videos I've watched, easy to follow and well explained. Great for beginners!
@NTFAQGuy3 жыл бұрын
Great, thanks for watching
@abcde72902 жыл бұрын
It's really impressive John what you do, and ad free! You are an amazing person!
@NTFAQGuy2 жыл бұрын
Very kind, thanks 🤙
@oem733 жыл бұрын
Just AWESOME. Great explanation on how to use try/catch. Thank you, John!
@NTFAQGuy3 жыл бұрын
Glad it was helpful!
@iamdedlok3 жыл бұрын
You are a champion John Savill, Thank You. I was exactly looking for this stuff yesterday. Coming from C# background, the try-catch behaves differently in Powershell! Thanks for unravelling it! woohoo ! Brain cells++
@NTFAQGuy3 жыл бұрын
Awesome
@rmontesdeoca2 жыл бұрын
Outstanding explanation (as usual)
@ScottJoseph0227 Жыл бұрын
Thanks John for your awesome instruction! I'm new to PS Programming & am loving the Journey. I also will be studying for the AZ-900 exam very soon. All the best to you!
@NTFAQGuy Жыл бұрын
Best of luck!
@richard11018 ай бұрын
Absolutely superb content - thank you!
@NTFAQGuy8 ай бұрын
Glad you enjoyed it!
@JBLewis3 жыл бұрын
Great use of the `Finally` block
@NTFAQGuy3 жыл бұрын
Thanks!
@cma9br3 жыл бұрын
How simple is that! I've always wanted to deal with errors. Thanks a lot.
@NTFAQGuy3 жыл бұрын
No problem!
@romanferguson40323 жыл бұрын
man the debug and verbose are so cool
@NTFAQGuy3 жыл бұрын
💯
@TomWhi3 жыл бұрын
Brilliant, thank you John. I’ll be sharing this video and example scripts with my team!
@NTFAQGuy3 жыл бұрын
Thanks
@marciobarbato2 жыл бұрын
Wow, top content ! I wish I knew this before struggling with some basic concepts :D
@ec03213 жыл бұрын
Very useful John. Thank you!
@TheBondkartik3 жыл бұрын
Thanks for Azure Master Class brother. Actually found someone online who wants to impart knowledge with fun and not hook people
@NTFAQGuy3 жыл бұрын
Very kind, thank you.
@RyanJohnson-kc5eu3 жыл бұрын
Very Useful. Thanks
@kevinbrekke24713 жыл бұрын
Thank you for this! Now time to rewrite all my scripts haha. Definitely awesome content!
@NTFAQGuy3 жыл бұрын
Thanks 😀
@Jaynext23 жыл бұрын
Useful video about debug and verbose. I will try to use it in my code. Thanks John 😃👍
@NTFAQGuy3 жыл бұрын
Glad you liked it, thanks!
@darryvakki98072 жыл бұрын
Thank you so v much Sir! greetings from ur fan
@jreach44873 жыл бұрын
Love the content, John.
@NTFAQGuy3 жыл бұрын
Thanks
@shanebagel Жыл бұрын
John Savill is a bloody legend
@NTFAQGuy Жыл бұрын
Lol thank you 🤙
@maherriyadh56472 жыл бұрын
Hi, i wonder in minute 15:03, in the switch statement there is $number, and in the statement there is $_ . Why didn't you use the variable number instead of $_ ?
@NTFAQGuy2 жыл бұрын
preference. Code would work if I changed the variable in switch etc.
@dwelfusius3 жыл бұрын
i love this! Thank you
@ibrahimabdeltawab6418 Жыл бұрын
So helpful ❤
@newallst3 жыл бұрын
Awesome 😎
@NTFAQGuy3 жыл бұрын
🤙
@robertleist7713 жыл бұрын
How about how to catch errors in a try block for commands being executed in a PowerShell remote session?
@alexpetrenko59523 жыл бұрын
Hi, it was interesting! However, you did not mention how to get that full error code that you used in 'catch'. Or did I missed that?
@NTFAQGuy3 жыл бұрын
It’s in the sample file linked in description if I’m following.
@nitti37233 жыл бұрын
Why is the Cmdlet binding needed? Btw love your videos, you present things so well!
@NTFAQGuy3 жыл бұрын
Bunch of things including letting you leverage verbose etc parameters
@ravilobo79773 жыл бұрын
PowerShell is music. This is like listening to the maestro.
@NTFAQGuy3 жыл бұрын
Hehe, thank you
@michaellerch3 жыл бұрын
I didn't know that visual studio code had a Light Mode :)
@NTFAQGuy3 жыл бұрын
lol. i don't use it normally :-D
@michaellerch3 жыл бұрын
@@NTFAQGuy Thanks I finished watching the video and it was really helpful! I've done a little with Try / Catch, but the error stuff I didn't even know about. Thanks again!
@NTFAQGuy3 жыл бұрын
@@michaellerch Glad it was useful!
@jgrote3 жыл бұрын
Powershell VS Code Extension has an "ISE Mode" that makes it look like the old Powershell ISE editor to help ease users of that into vscode. This theme mirrors the look of that app.
@michaellerch3 жыл бұрын
@@jgrote I heard about that. I was just playing with Visual Studio Code and was trying to figure that out. I'm sure it's a google search away, but I like to stumble around so I know where everything's at and what it does.
@luizzurobski4462 Жыл бұрын
ty
@schillaci55903 жыл бұрын
Oh my god he's gone and put the open curley bracket on the wrong line!
@NTFAQGuy3 жыл бұрын
lol, ahhh that universal debate :-)
@David-wh7rm3 жыл бұрын
@7:22 I've found $($_.Exception.Message) gives better results for me, when using in a write-debug. Great overview though!
@NTFAQGuy3 жыл бұрын
3 lines up I grab that in a variable but at this point I wanted to show writing out the whole exception :-)
@David-wh7rm3 жыл бұрын
@@NTFAQGuy understood and completely fair enough, I didn't put it in a variable so just thought I'd mention, but I know what you mean 👍
@NTFAQGuy3 жыл бұрын
@@David-wh7rm All good and agree like the message :-)