PowerShell Array is used to run scripts on remote computers. To create a PowerShell Array, users will need to create a variable, as well as they will have to assign the PowerShell Array. PowerShell Arrays are expressed with a “@
” symbol and illustrated as a hashtable.
For instance, it would be like -
$arrmachine = @ ( “machine1” , “machine2” , “machine3”)