The code for history11_7.txt is: Id Duration CommandLine -- -------- ----------- 1 0.105 Get-FormatData -PowerShellVersion 7.1 -TypeName Microsoft.PowerShell.KeyHandler 2 0.147 Get-PSReadLineKeyHandler 3 0.115 Get-PSReadLineKeyHandler | Out-Default 4 0.134 Get-PSReadLineKeyHandler | Out-Default | Out-Host 5 0.123 [Uri]"https://github.com" 6 0.014 cd .\Documents\CST1861\Week\08 7 0.049 dir 8 0.031 [Uri]"https://github.com" 9 0.206 Update-TypeData -Path ./Uri.Types.ps1xm 10 0.039 Update-TypeData -Path ./Uri.Types.ps1xml 11 0.008 [Uri]"https://github.com" 12 20.759 Get-Process | Format-Table -Property * 13 0.249 Get-Process | Format-Table -Property ID,Name,Responding 14 21.204 Get-Process | Format-Table * 15 21.607 Get-Process | Format-Table * -Wrap 16 6.785 Get-Command | Select-Object Name,Source | ft -Wrap 17 0.123 Get-Verb 18 0.180 Get-Verb | Format-List 19 0.046 Get-Verb revoke | Format-List 20 0.041 Get-Verb r* | Format-List 21 0.013 Get-Verb b* | Format-List 22 0.038 Get-Process | Format-Wide name -col 4 23 0.240 Get-Process | Format-list 24 0.034 Get-Process | Format-Wide name -col 4 25 0.036 Get-Process | Format-Wide name -col 5 26 0.029 Get-Process | Format-Wide name -col 6 27 0.019 Get-Process | Format-Wide name -col 5 28 0.050 Get-Process notepad++ | Format-Table Name, @{name='VM(MB)';expression={$_.VM / 1MB -as [int]}} 29 0.058 Get-Process notepad++ 30 0.005 Get-Process notepad++ | Format-Table Name, @{name='VM(MB)';expression={$_.VM / 1MB -as [int]}} 31 0.061 Get-Process notepad++ | Format-Table Name, @{name='PM(MB)';expression={$_.PM / 1MB -as [int]}} 32 0.040 Get-Process notepad++ | Format-Table Name, @{name='PM(KB)';expression={$_.PM / 1KB -as [int]}} 33 0.021 Get-Process notepad++ 34 0.010 Get-Process notepad++ | Format-Table Name, @{name='PM(KB)';expression={$_.PM / 1KB -as [int]}}