PowerShell - Scripting Best Practices
What will be the output when running this script with
-Verbose?
Write-Verbose "Starting process" Write-Output "Process running" Write-Verbose "Process completed"
