PowerShell Intermediate Tutorial 1 : Custom Functions [Intermediate]

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

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

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

    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.

  • @notta3d
    @notta3d 2 ปีที่แล้ว +1

    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.

    • @jackedprogrammer
      @jackedprogrammer  2 ปีที่แล้ว +1

      Hi Notta3d, glad you're enjoying the videos, I actually have a video on error handling that can be found here : th-cam.com/video/3QEl0D3kNZ4/w-d-xo.html 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_ai
    @kunalr_ai 2 ปีที่แล้ว +1

    thanks for the video

    • @jackedprogrammer
      @jackedprogrammer  2 ปีที่แล้ว

      No problem, glad you're enjoying the videos :)

  • @TheMistashmoe
    @TheMistashmoe ปีที่แล้ว

    Very helpful

  • @akilakarpagam2432
    @akilakarpagam2432 2 ปีที่แล้ว

    Hi, Great informative video, just a quick question, why have you used cmdletbinding rather than just starting out with params?

    • @jackedprogrammer
      @jackedprogrammer  2 ปีที่แล้ว

      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

  • @mikeTomas3128
    @mikeTomas3128 2 ปีที่แล้ว

    Create explanation