> Get-Command | Select-Object -Property noun -Unique | Sort-Object -Property noun | Format-Wide -Column 5 > Get-help get-process -Examples; > Get-help about_if; > Get-help about_Regular_Expressions; > Set-PsReadLineOption -EditMode > Get-Process | Where-Object -FilterScript { $_.WS -gt 5MB } | Stop-Process > Get-Content /etc/passwd | ConvertFrom-Csv -Delimiter ':' -Header Name,Passwd,UID,GID, Description,Home,Shell | Sort-Object Name | convertto-html | Out-File /home/thomas/passwd.html