Skip to main content
Planview Customer Success Center

How to capture errors reported by the SSO configuration scripts?

Symptoms

SSO configuration scripts mentioned in the install guide gives several errors in the powershell window. The error list goes beyond the limits of the command prompt screen. Is it possible to capture all the errors in a file?


Resolution

The following command can be used to redirect the output into a file, in order to capture all the errors returned by the script:

ScriptFileName.ps1 2> C:\results.txt