PowerShell - Scripting Best Practices
What output will you see when running this PowerShell script with the
-Verbose parameter?Write-Output "Initializing" Write-Verbose "Loading configuration" Write-Output "Configuration loaded" Write-Verbose "Initialization complete"
