Id | Duration | CommandLine |
---|---|---|
1 | Install-Module Microsoft.PowerShell.GraphicalTools | |
2 | Get-Process | Out-GridView | |
3 | Get-Process | |
4 | Get-History | Select-Object Id,Duration,CommandLine | Format-Table | ConvertTo-Html | Out-File get-history.html | |
5 | cd 'C:\Users\Jim Martinson\Documents\CST1861\Week\09' | |
6 | ls |