PowerShell - Error Handling
Identify the error in this script:
$Error = $null; Get-Item 'C:\nofile.txt'; Write-Output $Error[0]
$Error = $null; Get-Item 'C:\nofile.txt'; Write-Output $Error[0]
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions