Logging – Verbose output

Start Logging

To turn on logging and see the verbose output, run the following command:

$VerbosePreference="Continue"

Stop Logging

To turn off logging, run the following command:

$VersbosePreference="SilentlyContinue"