Id Duration CommandLine -- -------- ----------- 1 0.022 cd ~ 2 0.082 ls 3 0.216 cd .\Documents\` 4 0.042 cd \Documents\ 5 0.009 cd .\Documents\ 6 0.005 ls 7 0.011 cd .\CST1861\ 8 0.050 ls 9 0.016 cd .\Week\ 10 0.070 md 13 11 0.017 cd 13 12 15.997 help about_regular_expressions 13 0.306 help about_regular_expressions > about_regular_expressions.txt 14 0.014 'a1\ ' -match '....' 15 0.025 'SERVER01' -match '[A-Z]+-?\d\d' 16 0.015 'SERVER-01' -match '[A-Z]+-?\d\d' 17 0.010 'SERVER--01' -match '[A-Z]+-?\d\d' 18 0.020 'fishing' -match '^fish$' 19 0.017 'fish' -match '^fish$' 20 0.016 'afish' -match '^fish$' 21 0.013 'afish' -match 'fish' 22 0.011 'fishing' -match 'fish' 23 0.012 'morefishing' -match 'fish' 24 0.015 "caaar" -match "c[aeiou]+r" 25 0.009 "ca" -match "c[aeiou]+r" 26 0.013 "cr" -match "c[aeiou]+r" 27 0.017 "cr" -match "c[aeiou]r" 28 0.009 "cr" -match "c[aeiou]?r" 29 0.011 "car" -match "c[aeiou]?r" 30 0.018 "ca" -match "c[aeiou]?r" 31 31.172 get-childitem -filter *.log -recurse |… 32 2.219 get-childitem -filter *.log -recurse |… 33 1.309 get-childitem -filter *.log -recurse |… 34 1.936 get-childitem -filter *.log -recurse |… 35 0.051 get-childitem -filter \Windows 36 0.069 get-childitem -Path \Windows 37 2.573 get-childitem -path \Windows -filter *.* |… 38 0.060 get-childitem -path \Windows -filter *.* |… 39 7.658 get-childitem -path \Windows -filter *.* |… 40 1.827 get-childitem -path \Windows |… 41 0.057 Get-ChildItem c:\windows | where {$_.name -match "\d{2}"} 42 0.056 Get-ChildItem c:\windows | where {$_.name -match "[0-9]{2}"} 43 0.057 Get-module 44 0.076 Get-module | gm 45 0.036 Get-Module | where {$_.name -match "Microsoft"} 46 0.040 Get-Module | where {$_.companyname -match "Microsoft"} 47 0.096 Get-Module | where {$_.companyname -match "Microsoft"} | Format-List 48 0.017 Get-Module | where {$_.companyname -match "Microsoft"} | Format-Table 49 3.745 Get-WindowsUpdateLog 50 0.107 Get-content WindowsUpdate.log| select-string "[\w+\W+]Installing" 51 0.102 get-content WindowsUpdate.log |… 52 0.122 Get-content WindowsUpdate.log| select-string "[\w+\W+]Installing"|… 53 0.016 $matches 54 0.037 .\Get-ADExistence.ps1 localhost 55 0.016 $properties 56 0.021 .\Get-ADExistence.ps1 localhost 57 0.020 .\Get-ADExistence.ps1 localhost 58 0.056 get-adcomputer 59 0.088 .\Get-LastOn.ps1 60 3.157 .\Get-LastOn.ps1 61 2.587 .\Get-LastOn.ps1 -verbose 62 2.517 .\Get-LastOn.ps1 63 2.565 .\Get-LastOn.ps1 64 2.831 .\Get-LastOn.ps1 65 2.453 .\Get-LastOn.ps1 66 2.643 .\Get-LastOn.ps1 67 2.564 .\Get-LastOn.ps1 68 2.522 .\Get-LastOn.ps1 69 2.401 .\Get-LastOn.ps1 70 0.008 $PSHOME 71 0.008 $HOME