Get-RAMInfo
0.4
Gets RAM memory info for list of computers, one computer, or this computer.
Example Usage:
.\Get-RAMInfo.ps1 -Client SELF -Solution "Feb Report" | Format-Table
More Examples:
Get-Help .\Get-RAMInfo.ps1 -Examples
CmdLet has two ParameterSets one for list of computers from file and another from list of strings as computer names.
Errors will be saved in log f
Example Usage:
.\Get-RAMInfo.ps1 -Client SELF -Solution "Feb Report" | Format-Table
More Examples:
Get-Help .\Get-RAMInfo.ps1 -Examples
CmdLet has two ParameterSets one for list of computers from file and another from list of strings as computer names.
Errors will be saved in log f
Gets RAM memory info for list of computers, one computer, or this computer.
Example Usage:
.\Get-RAMInfo.ps1 -Client SELF -Solution "Feb Report" | Format-Table
More Examples:
Get-Help .\Get-RAMInfo.ps1 -Examples
CmdLet has two ParameterSets one for list of computers from file and another from list of strings as computer names.
Errors will be saved in log folder PSLogs with name Error_Log.txt. Parameter errorlog controls logging of errors in log file.
Get-RAMInfo.ps1 uses Get-CimInstance -Class CIM_PhysicalMemory PowerShell function to get RAM memory info.
Result shows following columns:
Server Name, Caption, CSDVersion,
Version, OSArchitecture, Install Date, Last BootUp Time, SystemDrive, WindowsDirectory, FreePhysicalMemory,
FreeSpaceInPagingFiles, FreeVirtualMemory, NumberOfProcesses, NumberOfUsers, SizeStoredInPagingFile,
TotalVirtualMemorySize, TotalVisibleMemorySize, IP
Show more
Example Usage:
.\Get-RAMInfo.ps1 -Client SELF -Solution "Feb Report" | Format-Table
More Examples:
Get-Help .\Get-RAMInfo.ps1 -Examples
CmdLet has two ParameterSets one for list of computers from file and another from list of strings as computer names.
Errors will be saved in log folder PSLogs with name Error_Log.txt. Parameter errorlog controls logging of errors in log file.
Get-RAMInfo.ps1 uses Get-CimInstance -Class CIM_PhysicalMemory PowerShell function to get RAM memory info.
Result shows following columns:
Server Name, Caption, CSDVersion,
Version, OSArchitecture, Install Date, Last BootUp Time, SystemDrive, WindowsDirectory, FreePhysicalMemory,
FreeSpaceInPagingFiles, FreeVirtualMemory, NumberOfProcesses, NumberOfUsers, SizeStoredInPagingFile,
TotalVirtualMemorySize, TotalVisibleMemorySize, IP
Installation Options
Owners
Package Details
Author(s)
- Dejan Mladenovic & asheroto
Tags
Get RAM Info Information Memory Modules Specifications Specs Motherboard
Dependencies
This script has no dependencies.
Release Notes
[Version 0.1] - Initial Release
[Version 0.2] - Fixed metadata
[Version 0.3] - Fixed metadata
[Version 0.4] - Removed non-working info in latest PowerShell version
FileList
- Get-RAMInfo.nuspec
- Get-RAMInfo.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.4 (current version) | 201 | 2/4/2021 |