PowerShell Array Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

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

  • @j0hn3ntwistle
    @j0hn3ntwistle 5 ปีที่แล้ว +3

    Just wanted to leave a message thanking you for this video.
    I have been promoted from helpdesk to a systems administrator position at my place of work, and am struggling with the more complex tasks that i now have to handle - this video was a godsend for me when i had to figure out a way to kill all-but-one of a process.
    your teaching style was brilliant, have subscribed to you channel :)

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

    Fantastic tutorial. Really well explained and without making it too complex. Thanks!

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

    how would you display the index number of the elements of the array in the output?

  • @nathanb101
    @nathanb101 5 ปีที่แล้ว +3

    Hi, great video. Is there a part 2 to see?

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

    Really good explanation

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

    Nice videos keep up the good job ! thank you

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

    Awesome. It helped me a lot the +=

  • @pankajshah22
    @pankajshah22 6 ปีที่แล้ว +1

    Paul, can you please make a video of useful PowerShell commands for Windows Server 2016? Thanks!

  • @davidbeiler6364
    @davidbeiler6364 3 ปีที่แล้ว

    why do we need to use an array?

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

      Data manipulation. And before you say hash tables, there is less overhead from arrays.