en-US/about_DRMMDeviceAuditPhysicalMemory.help.txt

TOPIC
    about_DRMMDeviceAuditPhysicalMemory
 
SHORT DESCRIPTION
    Represents the physical memory information of a device in a device audit, including bank label, capacity, manufacturer, part number, serial number, and speed.
 
LONG DESCRIPTION
The DRMMDeviceAuditPhysicalMemory class models the information about the physical memory modules of the audited system. It includes properties such as BankLabel, Capacity, Manufacturer, PartNumber, SerialNumber, and Speed, which provide details about each physical memory module. This class is typically used as part of the DRMMDeviceAudit to represent the hardware information of the system being audited.

This class inherits from DRMMObject.

## PROPERTIES

The DRMMDeviceAuditPhysicalMemory class exposes the following properties:

    Property Type Description
    ------------ ---------- ----------------------------------------
    BankLabel string The label of the memory bank.
    Capacity long The capacity of the physical memory m...
    Manufacturer string The manufacturer of the physical memo...
    PartNumber string The part number of the physical memor...
    SerialNumber string The serial number of the physical mem...
    Speed int The speed of the physical memory module.
## METHODS

The DRMMDeviceAuditPhysicalMemory class provides the following methods:

No public methods defined.

## NOTES

This class is defined in the DattoRMM.Core module's class system.
SEE ALSO
    Online Documentation
    https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMDeviceAudit/about_DRMMDeviceAuditPhysicalMemory.md