Get-PmemDedicatedMemory
Gets dedicated persistent memory.
Get-PmemDedicatedMemory []
Get-PmemDedicatedMemory
[[-DeviceNumber] <UInt32[]>]
[<CommonParameters>]
The Get-PmemDedicatedMemory cmdlet gets dedicated persistent memory. You can display all dedicated persistent memory or memory for a specific device.
Get-PmemDedicatedMemory
This example gets all dedicated memory.
Get-PmemDedicatedMemory -DeviceNumber 1
This example gets all dedicated memory for the specified device.
Specifies the device number for the physical device. The cmdlet gets dedicated memory for that device.
Type: | UInt32[] |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None