Here is a list of handy daily PowerShell commands
Get Installed Apps – thx Jeffrey Hicks – 5.0 5.1
get-package –providername msi,programs | sort name | select name,version
Whatif – thx Ed Wilson
get-process notepad | Stop-Process -WhatIf
https://blogs.technet.microsoft.com/heyscriptingguy/2011/11/21/make-a-simple-change-to-powershell-to-prevent-accidents/
File Rename
http://tweaks.com/windows/49459/batch-file-rename-with-windows-powershell/
Keyword Rename
http://blogs.technet.com/b/heyscriptingguy/archive/2013/11/22/use-powershell-to-rename-files-in-bulk.aspx
Automate DHCP
https://deploymentresearch.com/Research/Post/649/Automate-DHCP-Server-Configuration-via-PowerShell
Redirection
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_redirection?view=powershell-6