Get-PmemDedicatedMemory

Gets dedicated persistent memory.

Syntax

Get-PmemDedicatedMemory []
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.

Type:UInt32[]
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Object