Get-ProcessForDBA cmdlet in SQLDBATools Module

Spread the love

Troubleshooting high memory utilization on servers involves finding out processes which are consuming RAM. But default methods like Task Manager, or Get-Process cmdlet of PowerShell are difficult to read and filter due to lot of information at thread level.

So, I have created cmdlet Get-ProcessForDBA in my SQLDBATools PowerShell module. This cmdlet displays ComputerName, ProcessId, ProcessName, Description, StartTime, Threads, Memory(MB), Path, Company, Product for all processes of Server name(s) passed as parameter. One can find latest code for SQLDBATools module on below url:-

https://github.com/imajaydwivedi/SQLDBATools

To know how the cmdlet can be used, kindly watch below YouTube video.

Friends, feel free to connect with me for any query. If you find the post useful, please do like, share and subscribe to my YouTube channel for latest updates. Happy Coding 🙂

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.