Search found 1 match

by vrao5090
Sat Sep 07, 2019 8:54 pm
Forum: PowerShell
Topic: Get Process Info, capture it and send it via email
Replies: 2
Views: 2708

Get Process Info, capture it and send it via email

Hello, Trying to get a quick help. Need to get w3wp.exe process memory consumption in GB and send the info via an email. Here is the pseudo code: $serverlist = c:\temp\serverlist.txt Get-Process --ComputerName $serverlist -Name w3wp | Out-File -FilePath c:\temp\test.txt $From = "EmailAddress@gm...