KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64
User : ServerPC ( 0)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  C:/Windows/System32/WindowsPowerShell/v1.0/Modules/PersistentMemory/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : C:/Windows/System32/WindowsPowerShell/v1.0/Modules/PersistentMemory/PmemPhysicalDevice.ps1xml
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<ViewDefinitions>
    <View>
      <Name>Physical persistent memory device</Name>
      <ViewSelectedBy>
        <TypeName>Microsoft.Storage.PersistentMemory.Management.PmemPhysicalDevice</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <TableHeaders>
          <TableColumnHeader />
          <TableColumnHeader />
          <TableColumnHeader />
          <TableColumnHeader />
          <TableColumnHeader />
          <TableColumnHeader />
          <TableColumnHeader />
          <TableColumnHeader>
            <Label>Persistent memory size</Label>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Volatile memory size</Label>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
               <PropertyName>DeviceId</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
               <PropertyName>DeviceType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
               <PropertyName>HealthStatus</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
               <PropertyName>OperationalStatus</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
               <PropertyName>PhysicalLocation</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
               <PropertyName>FirmwareRevision</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
               <PropertyName>FruId</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <!-- {0:0.##} formats the size with up to 2 decimal places -->
                <ScriptBlock>"{0:0.##}" -f ($_.PersistentMemorySizeInBytes / 1GB) + " GB"</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>
                    if ($_.VolatileMemorySizeInBytes -eq $null) {
                        "Unknown"
                    } else {
                        "{0:0.##}" -f ($_.VolatileMemorySizeInBytes / 1GB) + " GB"
                    }
                </ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
</ViewDefinitions>
</Configuration>

Anon7 - 2021