Get-PmemDedicatedMemory
Gets dedicated persistent memory.
Syntax
AllDevices (Default)
Get-PmemDedicatedMemory
[<CommonParameters>]
SingleDevice
Get-PmemDedicatedMemory
[[-DeviceNumber] <UInt32[]>]
[<CommonParameters>]
Description
The Get-PmemDedicatedMemory cmdlet gets dedicated persistent memory. You can display all dedicated persistent memory or memory for a specific device.
Examples
Example 1: Get all dedicated persistent memory
Get-PmemDedicatedMemory
This example gets all dedicated memory.
Example 2: Get dedicated persistent memory on a device
Get-PmemDedicatedMemory -DeviceNumber 1
This example gets all dedicated memory for the specified device.
Parameters
-DeviceNumber
Specifies the device number for the physical device. The cmdlet gets dedicated memory for that device.
Parameter properties
| Type: | UInt32[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
SingleDevice
| Position: | 0 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.