PowerShell Get Memory used by a group of processes
Get the memory usage of a process, grouped, so you get the total. Example; chrome, always have one process per page, use this to get the total of…
Get the memory usage of a process, grouped, so you get the total. Example; chrome, always have one process per page, use this to get the total of…
Powerful one liner to send an email with PowerShell. Useful in scheduled tasks to send status, or additional info. The use of environment variables is totally optional, but…
This script will delte everyting in the “Script” folder, sub-folder, and the “-recurse” option will prevent the prompting of confirmation. The “-exclude” option alllows you to exclude files…