digitlman
Results
2
comments of
digitlman
Any ideas on this one?
I put the old code back and it works now. Function CheckMemoryUsage() { param ($hostname) Try { $SystemInfo = (Get-WmiObject -computername $hostname -Class Win32_OperatingSystem -ErrorAction Stop | Select-Object TotalVisibleMemorySize, FreePhysicalMemory)...