Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Powershell Output ====== === output CSV in grid for easy reading === <code powershell> Import-Csv .\data.csv | Out-GridView </code> powershell_output.txt Last modified: 2021/10/29 20:58by mgupton