Thank you very much for making these videos. I had a hard time learning until I came across these. Believe it or not, I was just fired because I didn't know how to script.
@notta3d2 жыл бұрын
Just found your channel. Great video. Something I noticed with tutorial videos is that nobody ever error handles. What if you sent the email and the remote server was down? I always forget how to distinguish error types. Should you handle with Try Catch or not, etc. A video on error handling would be nice to add to your list. Thanks for the videos.
@jackedprogrammer2 жыл бұрын
Hi Notta3d, glad you're enjoying the videos, I actually have a video on error handling that can be found here : kzbin.info/www/bejne/aYKonWN6aNCBkJY let me know if you have any questions on it, also on a lot of the project style videos I usually have built in error handling and explain as I go :) but if any questions always feel free to post them :)
@kunalr_ai2 жыл бұрын
thanks for the video
@jackedprogrammer2 жыл бұрын
No problem, glad you're enjoying the videos :)
@TheMistashmoe Жыл бұрын
Very helpful
@akilakarpagam24322 жыл бұрын
Hi, Great informative video, just a quick question, why have you used cmdletbinding rather than just starting out with params?
@jackedprogrammer2 жыл бұрын
Hi thank you I appreciate it glad you enjoy the videos and it’s to give the functions the default cmdlet options if implemented later on for verbose or what if etc