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
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

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Get-RAMInfo

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Version History

Version Downloads Last updated
0.4 (current version) 178 2/4/2021