How to troubleshoot the use of paged pool kernel memory

Find OS versions


Get-Content F:\computers.txt | ForEach-Object{Get-ADComputer $_ -Properties Name,LastLogonDate,OperatingSystem | Select-Object Name,LastLogonDate,OperatingSystem} | Export-Csv report_computers.csv