Here is a good powershell code that will output the top 5 memory usage and the user using it.
Code Snippets
get-wmiobject WIN32_PROCESS | Sort-Object -Property ws -Descending|select -first 5|Select processname, @{Name="Mem Usage(MB)";Expression={[math]:
No comments:
Post a Comment