PowerShell - Variables and Data Types
Identify the error in this script snippet:
1..3 | ForEach-Object { Write-Output "Item: $" }1..3 | ForEach-Object { Write-Output "Item: $" }$_ is needed to reference the current pipeline object.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions