| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/System32/WindowsPowerShell/v1.0/Modules/PersistentMemory/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<ViewDefinitions>
<View>
<Name>Persistent memory dedicated memory</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Storage.PersistentMemory.Management.PmemDedicatedMemory</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader />
<TableColumnHeader>
<Label>Size</Label>
</TableColumnHeader>
<TableColumnHeader />
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>DeviceNumber</PropertyName>
</TableColumnItem>
<TableColumnItem>
<!-- {0:#.##} formats the size with up to 2 decimal places -->
<ScriptBlock>"{0:#.##}" -f ($_.SizeInBytes / 1GB) + " GB"</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Initialized</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>