Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2021-03-20 07:59:22 | ![]() 1,263 Views |
————————————————————————————————————
In this complete Section of PowerShell Array , We will cover about many things with demo as mentioned below.
Items marked with hyphen (– ) has have been covered in other parts of this PowerShell Array section
Items marked with asterisk (**** ) has have been covered in this part (PowerShell Arrays – Part – 02).
POWERSHELL ARRAYS – DEEP DIVE – PART 1
https://youtu.be/M6OaRgiJqrU
— What is PowerShell Array
— How to declare or create an Array using PowerShell Array Operator
— How to declare or create an Array using PowerShell Array Operator — (DEMO)
— How to create an Array without using PowerShell Array Operator
— How to create an Array without using PowerShell Array Operator — (DEMO)
— Indexing & Accessing elements of an Array
— Indexing & Accessing elements of an Array — (DEMO)
— How to Create Strongly Typed Arrays
— How to Create Strongly Typed Arrays — (DEMO)
POWERSHELL ARRAYS – DEEP DIVE – PART 2
https://youtu.be/G7SmMBebB7A
— How PowerShell Operators Work with PowerShell Arrays
— How PowerShell Operators Work with PowerShell Arrays (DEMO)
— How to Use Properties of PowerShell Array
— How to Use Properties of PowerShell Array (DEMO)
— Method of PowerShell Array
— Clear Method of PowerShell Array (DEMO)
— Foreach Method of PowerShell Array
— Foreach Method of PowerShell Array (DEMO)
— Where Method of PowerShell Array
— Where Method of PowerShell Array (DEMO)
POWERSHELL ARRAYS – DEEP DIVE – PART 3
https://youtu.be/5KEquAtO35Y
**** How to add or remove elements from an Array 00:03
**** How to add or remove elements from an Array (DEMO) 00:34
**** How to Iterate a script block against all element of an Array 06:05
**** How to Iterate a script block against all element of an Array (DEMO) 06:34
—————————————————————————————————————————————–
Commands and Code, that has been Used in this Section is mentioned here, You can please use it to practice.
# Creating Array using Array Operator
$fruits = @(/”Apple/
Please take the opportunity to connect and share this video with your friends and family if you find it useful.