Edit C:\Windows\System32\WindowsPowerShell\v1.0\DotNetTypes.format.ps1xml
<?xml version="1.0" encoding="utf-8" ?> <!-- ******************************************************************* These sample files contain formatting information used by the Windows PowerShell engine. Do not edit or change the contents of this file directly. Please see the Windows PowerShell documentation or type Get-Help Update-FormatData for more information. Copyright (c) Microsoft Corporation. All rights reserved. THIS SAMPLE CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,WHETHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. IF THIS CODE AND INFORMATION IS MODIFIED, THE ENTIRE RISK OF USE OR RESULTS IN CONNECTION WITH THE USE OF THIS CODE AND INFORMATION REMAINS WITH THE USER. ******************************************************************** --> <Configuration> <ViewDefinitions> <View> <Name>System.CodeDom.Compiler.CompilerError</Name> <ViewSelectedBy> <TypeName>System.CodeDom.Compiler.CompilerError</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>ErrorText</PropertyName> </ListItem> <ListItem> <PropertyName>Line</PropertyName> </ListItem> <ListItem> <PropertyName>Column</PropertyName> </ListItem> <ListItem> <PropertyName>ErrorNumber</PropertyName> </ListItem> <ListItem> <PropertyName>LineSource</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.Reflection.Assembly</Name> <ViewSelectedBy> <TypeName>System.Reflection.Assembly</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>GAC</Label> <Width>6</Width> </TableColumnHeader> <TableColumnHeader> <Label>Version</Label> <Width>14</Width> </TableColumnHeader> <TableColumnHeader/> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>GlobalAssemblyCache</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ImageRuntimeVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Location</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Reflection.AssemblyName</Name> <ViewSelectedBy> <TypeName>System.Reflection.AssemblyName</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>14</Width> </TableColumnHeader> <TableColumnHeader/> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Version</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Globalization.CultureInfo</Name> <ViewSelectedBy> <TypeName>System.Globalization.CultureInfo</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Width>16</Width> </TableColumnHeader> <TableColumnHeader/> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>LCID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DisplayName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Diagnostics.FileVersionInfo</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.FileVersionInfo</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Width>16</Width> </TableColumnHeader> <TableColumnHeader/> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ProductVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>FileVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>FileName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Diagnostics.EventLogEntry</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.EventLogEntry</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Index</Label> <Alignment>Right</Alignment> <Width>8</Width> </TableColumnHeader> <TableColumnHeader> <Label>Time</Label> <Width>13</Width> </TableColumnHeader> <TableColumnHeader> <Label>EntryType</Label> <Width>11</Width> </TableColumnHeader> <TableColumnHeader> <Label>Source</Label> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>InstanceID</Label> <Alignment>Right</Alignment> <Width>12</Width> </TableColumnHeader> <TableColumnHeader> <Label>Message</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Index</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TimeGenerated</PropertyName> <FormatString>{0:MMM} {0:dd} {0:HH}:{0:mm}</FormatString> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.EntryType</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Source</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>InstanceID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Message</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Diagnostics.EventLog</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.EventLog</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Max(K)</Label> <Alignment>Right</Alignment> <Width>8</Width> </TableColumnHeader> <TableColumnHeader> <Label>Retain</Label> <Alignment>Right</Alignment> <Width>6</Width> </TableColumnHeader> <TableColumnHeader> <Label>OverflowAction</Label> <Width>18</Width> </TableColumnHeader> <TableColumnHeader> <Label>Entries</Label> <Alignment>Right</Alignment> <Width>10</Width> </TableColumnHeader> <TableColumnHeader> <Label>Log</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock>$_.MaximumKilobytes.ToString('N0')</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>MinimumRetentionDays</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>OverflowAction</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.Entries.Count.ToString('N0')</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Log</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Version</Name> <ViewSelectedBy> <TypeName>System.Version</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>6</Width> </TableColumnHeader> <TableColumnHeader> <Width>6</Width> </TableColumnHeader> <TableColumnHeader> <Width>6</Width> </TableColumnHeader> <TableColumnHeader> <Width>8</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Major</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Minor</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Build</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Revision</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Drawing.Printing.PrintDocument</Name> <ViewSelectedBy> <TypeName>System.Drawing.Printing.PrintDocument</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>10</Width> </TableColumnHeader> <TableColumnHeader> <Width>10</Width> </TableColumnHeader> <TableColumnHeader/> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Color</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Duplex</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Dictionary</Name> <ViewSelectedBy> <TypeName>System.Collections.DictionaryEntry</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>30</Width> </TableColumnHeader> <TableColumnHeader /> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Value</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>ProcessModule</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.ProcessModule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Size(K)</Label> <Width>10</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Width>50</Width> </TableColumnHeader> <TableColumnHeader /> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock>$_.Size</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>ModuleName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>FileName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>process</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.Process</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Handles</Label> <Width>7</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>NPM(K)</Label> <Width>7</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PM(K)</Label> <Width>8</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>WS(K)</Label> <Width>10</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>VM(M)</Label> <Width>5</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CPU(s)</Label> <Width>8</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Width>6</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader /> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>HandleCount</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>[int]($_.NPM / 1024)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[int]($_.PM / 1024)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[int]($_.WS / 1024)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[int]($_.VM / 1048576)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($_.CPU -ne $()) { $_.CPU.ToString("N") } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Id</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ProcessName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>ProcessWithUserName</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.Process#IncludeUserName</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Handles</Label> <Width>7</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>WS(K)</Label> <Width>10</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>VM(M)</Label> <Width>5</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CPU(s)</Label> <Width>8</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Width>6</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Width>17</Width> </TableColumnHeader> <TableColumnHeader /> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>HandleCount</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>[int]($_.WS / 1024)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[int]($_.VM / 1048576)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($_.CPU -ne $()) { $_.CPU.ToString("N") } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Id</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>UserName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ProcessName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>DirectoryEntry</Name> <ViewSelectedBy> <TypeName>System.DirectoryServices.DirectoryEntry</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>distinguishedName</Label> <PropertyName>distinguishedName</PropertyName> </ListItem> <ListItem> <Label>Path</Label> <PropertyName>path</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>PSSnapInInfo</Name> <ViewSelectedBy> <TypeName>System.Management.Automation.PSSnapInInfo</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>Name</PropertyName> </ListItem> <ListItem> <Label>PSVersion</Label> <PropertyName>PSVersion</PropertyName> </ListItem> <ListItem> <Label>Description</Label> <PropertyName>Description</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>PSSnapInInfo</Name> <ViewSelectedBy> <TypeName>System.Management.Automation.PSSnapInInfo</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>30</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PSVersion</Label> <Width>20</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Width>30</Width> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PSVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Priority</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.Process</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>PriorityClass</PropertyName> <Label>PriorityClass</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Width>10</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Width>13</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Width>12</Width> <Alignment>right</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ProcessName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Id</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>HandleCount</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>WorkingSet</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>StartTime</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.Process</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.StartTime.ToShortDateString()</ScriptBlock> <Label>StartTime.ToShortDateString()</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Width>10</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Width>13</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Width>12</Width> <Alignment>right</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ProcessName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Id</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>HandleCount</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>WorkingSet</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>service</Name> <ViewSelectedBy> <TypeName>System.ServiceProcess.ServiceController</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>8</Width> </TableColumnHeader> <TableColumnHeader> <Width>18</Width> </TableColumnHeader> <TableColumnHeader> <Width>38</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DisplayName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Diagnostics.FileVersionInfo</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.FileVersionInfo</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>OriginalFileName</PropertyName> </ListItem> <ListItem> <PropertyName>FileDescription</PropertyName> </ListItem> <ListItem> <PropertyName>ProductName</PropertyName> </ListItem> <ListItem> <PropertyName>Comments</PropertyName> </ListItem> <ListItem> <PropertyName>CompanyName</PropertyName> </ListItem> <ListItem> <PropertyName>FileName</PropertyName> </ListItem> <ListItem> <PropertyName>FileVersion</PropertyName> </ListItem> <ListItem> <PropertyName>ProductVersion</PropertyName> </ListItem> <ListItem> <PropertyName>IsDebug</PropertyName> </ListItem> <ListItem> <PropertyName>IsPatched</PropertyName> </ListItem> <ListItem> <PropertyName>IsPreRelease</PropertyName> </ListItem> <ListItem> <PropertyName>IsPrivateBuild</PropertyName> </ListItem> <ListItem> <PropertyName>IsSpecialBuild</PropertyName> </ListItem> <ListItem> <PropertyName>Language</PropertyName> </ListItem> <ListItem> <PropertyName>LegalCopyright</PropertyName> </ListItem> <ListItem> <PropertyName>LegalTrademarks</PropertyName> </ListItem> <ListItem> <PropertyName>PrivateBuild</PropertyName> </ListItem> <ListItem> <PropertyName>SpecialBuild</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.Diagnostics.EventLogEntry</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.EventLogEntry</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Index</PropertyName> </ListItem> <ListItem> <PropertyName>EntryType</PropertyName> </ListItem> <ListItem> <PropertyName>InstanceID</PropertyName> </ListItem> <ListItem> <PropertyName>Message</PropertyName> </ListItem> <ListItem> <PropertyName>Category</PropertyName> </ListItem> <ListItem> <PropertyName>CategoryNumber</PropertyName> </ListItem> <ListItem> <PropertyName>ReplacementStrings</PropertyName> </ListItem> <ListItem> <PropertyName>Source</PropertyName> </ListItem> <ListItem> <PropertyName>TimeGenerated</PropertyName> </ListItem> <ListItem> <PropertyName>TimeWritten</PropertyName> </ListItem> <ListItem> <PropertyName>UserName</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.Diagnostics.EventLog</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.EventLog</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Log</PropertyName> </ListItem> <ListItem> <PropertyName>EnableRaisingEvents</PropertyName> </ListItem> <ListItem> <PropertyName>MaximumKilobytes</PropertyName> </ListItem> <ListItem> <PropertyName>MinimumRetentionDays</PropertyName > </ListItem> <ListItem> <PropertyName>OverflowAction</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.TimeSpan</Name> <ViewSelectedBy> <TypeName>System.TimeSpan</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Days</PropertyName> </ListItem> <ListItem> <PropertyName>Hours</PropertyName> </ListItem> <ListItem> <PropertyName>Minutes</PropertyName> </ListItem> <ListItem> <PropertyName>Seconds</PropertyName> </ListItem> <ListItem> <PropertyName>Milliseconds</PropertyName> </ListItem> <ListItem> <PropertyName>Ticks</PropertyName> </ListItem> <ListItem> <PropertyName>TotalDays</PropertyName> </ListItem> <ListItem> <PropertyName>TotalHours</PropertyName> </ListItem> <ListItem> <PropertyName>TotalMinutes</PropertyName> </ListItem> <ListItem> <PropertyName>TotalSeconds</PropertyName> </ListItem> <ListItem> <PropertyName>TotalMilliseconds</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.TimeSpan</Name> <ViewSelectedBy> <TypeName>System.TimeSpan</TypeName> </ViewSelectedBy> <TableControl> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Days</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Hours</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Minutes</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Seconds</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Milliseconds</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.TimeSpan</Name> <ViewSelectedBy> <TypeName>System.TimeSpan</TypeName> </ViewSelectedBy> <WideControl> <WideEntries> <WideEntry> <WideItem> <PropertyName>TotalMilliseconds</PropertyName> </WideItem> </WideEntry> </WideEntries> </WideControl> </View> <View> <Name>System.AppDomain</Name> <ViewSelectedBy> <TypeName>System.AppDomain</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>FriendlyName</PropertyName> </ListItem> <ListItem> <PropertyName>Id</PropertyName> </ListItem> <ListItem> <PropertyName>ApplicationDescription</PropertyName> </ListItem> <ListItem> <PropertyName>BaseDirectory</PropertyName> </ListItem> <ListItem> <PropertyName>DynamicDirectory</PropertyName> </ListItem> <ListItem> <PropertyName>RelativeSearchPath</PropertyName> </ListItem> <ListItem> <PropertyName>SetupInformation</PropertyName> </ListItem> <ListItem> <PropertyName>ShadowCopyFiles</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.ServiceProcess.ServiceController</Name> <ViewSelectedBy> <TypeName>System.ServiceProcess.ServiceController</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Name</PropertyName> </ListItem> <ListItem> <PropertyName>DisplayName</PropertyName> </ListItem> <ListItem> <PropertyName>Status</PropertyName> </ListItem> <ListItem> <PropertyName>DependentServices</PropertyName> </ListItem> <ListItem> <PropertyName>ServicesDependedOn</PropertyName> </ListItem> <ListItem> <PropertyName>CanPauseAndContinue</PropertyName> </ListItem> <ListItem> <PropertyName>CanShutdown</PropertyName> </ListItem> <ListItem> <PropertyName>CanStop</PropertyName> </ListItem> <ListItem> <PropertyName>ServiceType</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.Reflection.Assembly</Name> <ViewSelectedBy> <TypeName>System.Reflection.Assembly</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>CodeBase</PropertyName> </ListItem> <ListItem> <PropertyName>EntryPoint</PropertyName> </ListItem> <ListItem> <PropertyName>EscapedCodeBase</PropertyName> </ListItem> <ListItem> <PropertyName>FullName</PropertyName> </ListItem> <ListItem> <PropertyName>GlobalAssemblyCache</PropertyName> </ListItem> <ListItem> <PropertyName>HostContext</PropertyName> </ListItem> <ListItem> <PropertyName>ImageFileMachine</PropertyName> </ListItem> <ListItem> <PropertyName>ImageRuntimeVersion</PropertyName> </ListItem> <ListItem> <PropertyName>Location</PropertyName> </ListItem> <ListItem> <PropertyName>ManifestModule</PropertyName> </ListItem> <ListItem> <PropertyName>MetadataToken</PropertyName> </ListItem> <ListItem> <PropertyName>PortableExecutableKind</PropertyName> </ListItem> <ListItem> <PropertyName>ReflectionOnly</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.Collections.DictionaryEntry</Name> <ViewSelectedBy> <TypeName>System.Collections.DictionaryEntry</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Name</PropertyName> </ListItem> <ListItem> <PropertyName>Value</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>process</Name> <ViewSelectedBy> <TypeName>System.Diagnostics.Process</TypeName> </ViewSelectedBy> <WideControl> <WideEntries> <WideEntry> <WideItem> <PropertyName>ProcessName</PropertyName> </WideItem> </WideEntry> </WideEntries> </WideControl> </View> <View> <Name>DateTime</Name> <ViewSelectedBy> <TypeName>System.DateTime</TypeName> </ViewSelectedBy> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>DateTime</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>System.Security.AccessControl.ObjectSecurity</Name> <ViewSelectedBy> <TypeName>System.Security.AccessControl.ObjectSecurity</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> </TableColumnHeader> <TableColumnHeader> </TableColumnHeader> <TableColumnHeader> <Label>Access</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Path</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Owner</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AccessToString</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Security.AccessControl.ObjectSecurity</Name> <ViewSelectedBy> <TypeName>System.Security.AccessControl.ObjectSecurity</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Path</PropertyName> </ListItem> <ListItem> <PropertyName>Owner</PropertyName> </ListItem> <ListItem> <PropertyName>Group</PropertyName> </ListItem> <ListItem> <Label>Access</Label> <PropertyName>AccessToString</PropertyName> </ListItem> <ListItem> <Label>Audit</Label> <PropertyName>AuditToString</PropertyName> </ListItem> <ListItem> <PropertyName>Sddl</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>System.Management.ManagementClass</Name> <ViewSelectedBy> <TypeName>System.Management.ManagementClass</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>__Namespace</PropertyName> <Label>NameSpace</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>35</Width> </TableColumnHeader> <TableColumnHeader> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Methods</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Properties</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimClass</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimClass</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.CimSystemProperties.Namespace</ScriptBlock> <Label>NameSpace</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>CimClassName</Label> <Width>35</Width> </TableColumnHeader> <TableColumnHeader> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>CimClassName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CimClassMethods</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CimClassProperties</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Guid</Name> <ViewSelectedBy> <TypeName>System.Guid</TypeName> </ViewSelectedBy> <TableControl> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Guid</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Management.ManagementObject#root\cimv2\Win32_PingStatus</Name> <ViewSelectedBy> <TypeName>System.Management.ManagementObject#root\cimv2\Win32_PingStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Source</Label> <Width>13</Width> </TableColumnHeader> <TableColumnHeader> <Label>Destination</Label> <Width>15</Width> </TableColumnHeader> <TableColumnHeader> <Label>IPV4Address</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>IPV6Address</Label> <Width>40</Width> </TableColumnHeader> <TableColumnHeader> <Label>Bytes</Label> <Width>8</Width> </TableColumnHeader> <TableColumnHeader> <Label>Time(ms)</Label> <Width>9</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>__Server</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPV4Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPV6Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BufferSize</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ResponseTime</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_PingStatus</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_PingStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Source</Label> <Width>13</Width> </TableColumnHeader> <TableColumnHeader> <Label>Destination</Label> <Width>15</Width> </TableColumnHeader> <TableColumnHeader> <Label>IPV4Address</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>IPV6Address</Label> <Width>40</Width> </TableColumnHeader> <TableColumnHeader> <Label>Bytes</Label> <Width>8</Width> </TableColumnHeader> <TableColumnHeader> <Label>Time(ms)</Label> <Width>9</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ComputerName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPV4Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPV6Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BufferSize</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ResponseTime</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Management.ManagementObject#root\default\SystemRestore</Name> <ViewSelectedBy> <TypeName>System.Management.ManagementObject#root\default\SystemRestore</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>CreationTime</Label> <Width>22</Width> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Width>30</Width> </TableColumnHeader> <TableColumnHeader> <Label>SequenceNumber</Label> <Width>17</Width> </TableColumnHeader> <TableColumnHeader> <Label>EventType</Label> <Width>17</Width> </TableColumnHeader> <TableColumnHeader> <Label>RestorePointType</Label> <Width>22</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock> return $_.ConvertToDateTime($_.CreationTime) </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SequenceNumber</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $eventType = $_.EventType; if($_.EventType -eq 100) {$eventType = "BEGIN_SYSTEM_CHANGE";} if($_.EventType -eq 101) {$eventType = "END_SYSTEM_CHANGE";} if($_.EventType -eq 102) {$eventType = "BEGIN_NESTED_SYSTEM_CHANGE";} if($_.EventType -eq 103) {$eventType = "END_NESTED_SYSTEM_CHANGE";} return $eventType; </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> $RestorePointType = $_.RestorePointType; if($_.RestorePointType -eq 0) { $RestorePointType = "APPLICATION_INSTALL";} if($_.RestorePointType -eq 1) { $RestorePointType = "APPLICATION_UNINSTALL";} if($_.RestorePointType -eq 10) { $RestorePointType = "DEVICE_DRIVER_INSTALL";} if($_.RestorePointType -eq 12) { $RestorePointType = "MODIFY_SETTINGS";} if($_.RestorePointType -eq 13) { $RestorePointType = "CANCELLED_OPERATION";} return $RestorePointType; </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/default/SystemRestore</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/default/SystemRestore</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>CreationTime</Label> <Width>22</Width> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Width>30</Width> </TableColumnHeader> <TableColumnHeader> <Label>SequenceNumber</Label> <Width>17</Width> </TableColumnHeader> <TableColumnHeader> <Label>EventType</Label> <Width>17</Width> </TableColumnHeader> <TableColumnHeader> <Label>RestorePointType</Label> <Width>22</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock> return $_.ConvertToDateTime($_.CreationTime) </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SequenceNumber</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $eventType = $_.EventType; if($_.EventType -eq 100) {$eventType = "BEGIN_SYSTEM_CHANGE";} if($_.EventType -eq 101) {$eventType = "END_SYSTEM_CHANGE";} if($_.EventType -eq 102) {$eventType = "BEGIN_NESTED_SYSTEM_CHANGE";} if($_.EventType -eq 103) {$eventType = "END_NESTED_SYSTEM_CHANGE";} return $eventType; </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> $RestorePointType = $_.RestorePointType; if($_.RestorePointType -eq 0) { $RestorePointType = "APPLICATION_INSTALL";} if($_.RestorePointType -eq 1) { $RestorePointType = "APPLICATION_UNINSTALL";} if($_.RestorePointType -eq 10) { $RestorePointType = "DEVICE_DRIVER_INSTALL";} if($_.RestorePointType -eq 12) { $RestorePointType = "MODIFY_SETTINGS";} if($_.RestorePointType -eq 13) { $RestorePointType = "CANCELLED_OPERATION";} return $RestorePointType; </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Management.ManagementObject#root\cimv2\Win32_QuickFixEngineering</Name> <ViewSelectedBy> <TypeName>System.Management.ManagementObject#root\cimv2\Win32_QuickFixEngineering</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Source</Label> <Width>13</Width> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>HotFixID</Label> <Width>13</Width> </TableColumnHeader> <TableColumnHeader> <Label>InstalledBy</Label> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>InstalledOn</Label> <Width>25</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>__SERVER</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>HotFixID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>InstalledBy</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>InstalledOn</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_QuickFixEngineering</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_QuickFixEngineering</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Source</Label> <Width>13</Width> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>HotFixID</Label> <Width>13</Width> </TableColumnHeader> <TableColumnHeader> <Label>InstalledBy</Label> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>InstalledOn</Label> <Width>25</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ComputerName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>HotFixID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>InstalledBy</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>InstalledOn</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Process</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Process</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>ProcessId</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>HandleCount</Label> </TableColumnHeader> <TableColumnHeader> <Label>WorkingSetSize</Label> </TableColumnHeader> <TableColumnHeader> <Label>VirtualSize</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ProcessId</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>HandleCount</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>WorkingSetSize</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>VirtualSize</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_ComputerSystem</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_ComputerSystem</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>PrimaryOwnerName</Label> </TableColumnHeader> <TableColumnHeader> <Label>Domain</Label> </TableColumnHeader> <TableColumnHeader> <Label>TotalPhysicalMemory</Label> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> </TableColumnHeader> <TableColumnHeader> <Label>Manufacturer</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PrimaryOwnerName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Domain</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TotalPhysicalMemory</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Manufacturer</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/WIN32_PROCESSOR</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/WIN32_PROCESSOR</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>DeviceID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Caption</Label> </TableColumnHeader> <TableColumnHeader> <Label>MaxClockSpeed</Label> </TableColumnHeader> <TableColumnHeader> <Label>SocketDesignation</Label> </TableColumnHeader> <TableColumnHeader> <Label>Manufacturer</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>DeviceID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Caption</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>MaxClockSpeed</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SocketDesignation</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Manufacturer</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/WIN32_DCOMApplication</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/WIN32_DCOMApplication</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>AppID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>InstallDate</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>AppID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>InstallDate</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/WIN32_DESKTOP</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/WIN32_DESKTOP</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>SettingID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>ScreenSaverActive</Label> </TableColumnHeader> <TableColumnHeader> <Label>ScreenSaverSecure</Label> </TableColumnHeader> <TableColumnHeader> <Label>ScreenSaverTimeout</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>SettingID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ScreenSaverActive</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ScreenSaverSecure</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ScreenSaverTimeout</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/WIN32_DESKTOPMONITOR</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/WIN32_DESKTOPMONITOR</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>DeviceID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>DisplayType</Label> </TableColumnHeader> <TableColumnHeader> <Label>MonitorManufacturer</Label> </TableColumnHeader> <TableColumnHeader> <Label>ScreenHeight</Label> </TableColumnHeader> <TableColumnHeader> <Label>ScreenWidth</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>DeviceID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DisplayType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>MonitorManufacturer</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ScreenHeight</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ScreenWidth</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_DeviceMemoryAddress</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_DeviceMemoryAddress</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>MemoryType</Label> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>MemoryType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_DiskDrive</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_DiskDrive</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>DeviceID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Caption</Label> </TableColumnHeader> <TableColumnHeader> <Label>Partitions</Label> </TableColumnHeader> <TableColumnHeader> <Label>Size</Label> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>DeviceID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Caption</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Partitions</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Size</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_DiskQuota</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_DiskQuota</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>DiskSpaceUsed</Label> </TableColumnHeader> <TableColumnHeader> <Label>Limit</Label> </TableColumnHeader> <TableColumnHeader> <Label>QuotaVolume</Label> </TableColumnHeader> <TableColumnHeader> <Label>User</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>DiskSpaceUsed</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Limit</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>QuotaVolume</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>User</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Environment</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Environment</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>UserName</Label> </TableColumnHeader> <TableColumnHeader> <Label>VariableValue</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>UserName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>VariableValue</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Directory</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Directory</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Hidden</Label> </TableColumnHeader> <TableColumnHeader> <Label>Archive</Label> </TableColumnHeader> <TableColumnHeader> <Label>Writeable</Label> </TableColumnHeader> <TableColumnHeader> <Label>LastModified</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Hidden</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Archive</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Writeable</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LastModified</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Group</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Group</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>SID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Caption</Label> </TableColumnHeader> <TableColumnHeader> <Label>Domain</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>SID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Caption</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Domain</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_IDEController</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_IDEController</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Label>StatusInfo</Label> </TableColumnHeader> <TableColumnHeader> <Label>ProtocolSupported</Label> </TableColumnHeader> <TableColumnHeader> <Label>Manufacturer</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>StatusInfo</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ProtocolSupported</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Manufacturer</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_IRQResource</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_IRQResource</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>IRQNumber</Label> </TableColumnHeader> <TableColumnHeader> <Label>Hardware</Label> </TableColumnHeader> <TableColumnHeader> <Label>TriggerLevel</Label> </TableColumnHeader> <TableColumnHeader> <Label>TriggerType</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IRQNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Hardware</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TriggerLevel</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TriggerType</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_ScheduledJob</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_ScheduledJob</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>JobId</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Owner</Label> </TableColumnHeader> <TableColumnHeader> <Label>Priority</Label> </TableColumnHeader> <TableColumnHeader> <Label>Command</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>JobId</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Owner</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Priority</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Command</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_LoadOrderGroup</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_LoadOrderGroup</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>GroupOrder</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>GroupOrder</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_LogicalDisk</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_LogicalDisk</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>DeviceID</Label> </TableColumnHeader> <TableColumnHeader> <Label>DriveType</Label> </TableColumnHeader> <TableColumnHeader> <Label>ProviderName</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>VolumeName</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Size</Label> </TableColumnHeader> <TableColumnHeader> <Label>FreeSpace</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>DeviceID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DriveType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ProviderName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>VolumeName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Size</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>FreeSpace</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_LogonSession</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_LogonSession</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>LogonId</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>LogonType</Label> </TableColumnHeader> <TableColumnHeader> <Label>StartTime</Label> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Label>AuthenticationPackage</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>LogonId</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LogonType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>StartTime</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AuthenticationPackage</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_PhysicalMemoryArray</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_PhysicalMemoryArray</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>MemoryDevices</Label> </TableColumnHeader> <TableColumnHeader> <Label>MaxCapacity</Label> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>MemoryDevices</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>MaxCapacity</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_OnBoardDevice</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_OnBoardDevice</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>DeviceType</Label> </TableColumnHeader> <TableColumnHeader> <Label>SerialNumber</Label> </TableColumnHeader> <TableColumnHeader> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>DeviceType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_OperatingSystem</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_OperatingSystem</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>SystemDirectory</Label> </TableColumnHeader> <TableColumnHeader> <Label>Organization</Label> </TableColumnHeader> <TableColumnHeader> <Label>BuildNumber</Label> </TableColumnHeader> <TableColumnHeader> <Label>RegisteredUser</Label> </TableColumnHeader> <TableColumnHeader> <Label>SerialNumber</Label> </TableColumnHeader> <TableColumnHeader> <Label>Version</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>SystemDirectory</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Organization</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BuildNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>RegisteredUser</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Version</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_DiskPartition</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_DiskPartition</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>NumberOfBlocks</Label> </TableColumnHeader> <TableColumnHeader> <Label>BootPartition</Label> </TableColumnHeader> <TableColumnHeader> <Label>PrimaryPartition</Label> </TableColumnHeader> <TableColumnHeader> <Label>Size</Label> </TableColumnHeader> <TableColumnHeader> <Label>Index</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>NumberOfBlocks</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BootPartition</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PrimaryPartition</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Size</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Index</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_PortConnector</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_PortConnector</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Tag</Label> </TableColumnHeader> <TableColumnHeader> <Label>PortType</Label> </TableColumnHeader> <TableColumnHeader> <Label>ConnectorType</Label> </TableColumnHeader> <TableColumnHeader> <Label>SerialNumber</Label> </TableColumnHeader> <TableColumnHeader> <Label>ExternalReferenceDesignator</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Tag</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PortType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ConnectorType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ExternalReferenceDesignator</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_QuotaSetting</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_QuotaSetting</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>SettingID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Caption</Label> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> </TableColumnHeader> <TableColumnHeader> <Label>VolumePath</Label> </TableColumnHeader> <TableColumnHeader> <Label>DefaultLimit</Label> </TableColumnHeader> <TableColumnHeader> <Label>DefaultWarningLimit</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>SettingID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Caption</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>VolumePath</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DefaultLimit</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DefaultWarningLimit</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_SCSIController</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_SCSIController</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>DriverName</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Label>StatusInfo</Label> </TableColumnHeader> <TableColumnHeader> <Label>ProtocolSupported</Label> </TableColumnHeader> <TableColumnHeader> <Label>Manufacturer</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DriverName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>StatusInfo</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ProtocolSupported</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Manufacturer</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Service</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Service</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>ProcessId</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>StartMode</Label> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Label>ExitCode</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ProcessId</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>StartMode</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ExitCode</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_UserAccount</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_UserAccount</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Caption</Label> </TableColumnHeader> <TableColumnHeader> <Label>AccountType</Label> </TableColumnHeader> <TableColumnHeader> <Label>SID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Domain</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Caption</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AccountType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Domain</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_NetworkProtocol</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_NetworkProtocol</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Caption</Label> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Caption</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_NetworkAdapter</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_NetworkAdapter</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>DeviceID</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>AdapterType</Label> </TableColumnHeader> <TableColumnHeader> <Label>ServiceName</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>DeviceID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AdapterType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ServiceName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_NetworkAdapterConfiguration</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_NetworkAdapterConfiguration</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>ServiceName</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>DHCPEnabled</Label> </TableColumnHeader> <TableColumnHeader> <Label>Index</Label> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ServiceName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DHCPEnabled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Index</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_NTDomain</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_NTDomain</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>DomainName</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>DnsForestName</Label> </TableColumnHeader> <TableColumnHeader> <Label>DomainControllerName</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>DomainName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DnsForestName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DomainControllerName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Printer</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Printer</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>ShareName</Label> </TableColumnHeader> <TableColumnHeader> <Label>SystemName</Label> </TableColumnHeader> <TableColumnHeader> <Label>PrinterState</Label> </TableColumnHeader> <TableColumnHeader> <Label>PrinterStatus</Label> </TableColumnHeader> <TableColumnHeader> <Label>Location</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ShareName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SystemName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PrinterState</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PrinterStatus</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Location</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_PrintJob</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_PrintJob</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>JobId</Label> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>JobStatus</Label> </TableColumnHeader> <TableColumnHeader> <Label>Owner</Label> </TableColumnHeader> <TableColumnHeader> <Label>Priority</Label> </TableColumnHeader> <TableColumnHeader> <Label>Size</Label> </TableColumnHeader> <TableColumnHeader> <Label>Document</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>JobId</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>JobStatus</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Owner</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Priority</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Size</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Document</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Product</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#root/cimv2/Win32_Product</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>16</Width> </TableColumnHeader> <TableColumnHeader> <Label>Caption</Label> </TableColumnHeader> <TableColumnHeader> <Label>Vendor</Label> </TableColumnHeader> <TableColumnHeader> <Label>Version</Label> </TableColumnHeader> <TableColumnHeader> <Label>IdentifyingNumber</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Caption</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Vendor</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Version</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IdentifyingNumber</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Net.NetworkCredential</Name> <ViewSelectedBy> <TypeName>System.Net.NetworkCredential</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>UserName</Label> <Width>50</Width> </TableColumnHeader> <TableColumnHeader> <Label>Domain</Label> <Width>50</Width> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>UserName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Domain</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>System.Management.Automation.PSMethod</Name> <ViewSelectedBy> <TypeName>System.Management.Automation.PSMethod</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>OverloadDefinitions</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <ScriptBlock> $_.OverloadDefinitions | Out-String </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Management.Infrastructure.CimInstance#__PartialCIMInstance</Name> <ViewSelectedBy> <TypeName>Microsoft.Management.Infrastructure.CimInstance#__PartialCIMInstance</TypeName> </ViewSelectedBy> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <CustomItem> <ExpressionBinding> <ScriptBlock> $str = $_ | Microsoft.PowerShell.Utility\Format-List -Property * | Microsoft.PowerShell.Utility\Out-String $str </ScriptBlock> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIIZJQYJKoZIhvcNAQcCoIIZFjCCGRICAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB --> <!-- gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR --> <!-- AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQULa/SghP6l5MFAtuIoBvnuLQD --> <!-- EQegghPvMIIEmjCCA4KgAwIBAgIKYQd5EAAAAAAADjANBgkqhkiG9w0BAQUFADB5 --> <!-- MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVk --> <!-- bW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSMwIQYDVQQDExpN --> <!-- aWNyb3NvZnQgVGltZXN0YW1waW5nIFBDQTAeFw0xMjAxMDkyMTUzNTZaFw0xMzA0 --> <!-- MDkyMTUzNTZaMIGzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQ --> <!-- MA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9u --> <!-- MQ0wCwYDVQQLEwRNT1BSMScwJQYDVQQLEx5uQ2lwaGVyIERTRSBFU046MzFDNS0z --> <!-- MEJBLTdDOTExJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2Uw --> <!-- ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCe9h2WIvJt7C+AOVEcHcqm --> <!-- E7v2URkjGfkUECKc9Qm8hw6I7TZ1xnBgM6MxJmmKiVEN/4yFKNgN6nPha9awQVaF --> <!-- 9rhkISLhkAWpBDBBkOP1AeVWI6fDFIkFJGI1okJkk4amiVbXHPT23s372uDRhR8c --> <!-- g87MkBHyT7otPJyuzt7YKGK4jW1NFvP58jVbLogiheMCPCRKN6yUMKQdSxy4POcY --> <!-- zcMyvSl1dSXqHNq+sRsNwNMIPTcmhmfIivo9q/3tNQceGXbm81U9Jnl8QoAwQiZT --> <!-- 70d4vhzcOQSpAZ6eCXgMVFcrUABjHxmhNaIMd1DssKvn2Z8gflZS37KoVg+gx8MZ --> <!-- AgMBAAGjgegwgeUwHQYDVR0OBBYEFBcAwPs2ZvhhbN5whjrwFkKUXP3HMB8GA1Ud --> <!-- IwQYMBaAFG/oTj+XuTSrS4aPvJzqrDtBQ8bQMEQGA1UdHwQ9MDswOaA3oDWGM2h0 --> <!-- dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL3RzcGNhLmNy --> <!-- bDBIBggrBgEFBQcBAQQ8MDowOAYIKwYBBQUHMAKGLGh0dHA6Ly93d3cubWljcm9z --> <!-- b2Z0LmNvbS9wa2kvY2VydHMvdHNwY2EuY3J0MBMGA1UdJQQMMAoGCCsGAQUFBwMI --> <!-- MA0GCSqGSIb3DQEBBQUAA4IBAQCy0EyGYQJ1P4JTeRbH/HssFFchdUIsytmez5NR --> <!-- kkHx7g4gsK48czfn9eB9qiOZB9p/qb5CBItJPocQKIeuWw1cVMAgXhLF0mPxcMtf --> <!-- moeajiuRB4AyU3W6ROwF37KEiQQLbHDnFSYwHDo8eK8/DAa6hpydCc3MHZqzTuzX --> <!-- URDUfFeitXL0VQImwuLJIvjOp3f3AKFxzj3gZIMGpmwkXdFWwqgJik82tbpToGg9 --> <!-- W4BVZsF3QtRypAZyXw6D8bEagMj9CdiMsYYGB/efAEDy6Ram8g2HNVBV8kUNgT0R --> <!-- XS4TYuYHELdgG/UEAKJMTCCBze/9jGiwHrbcxfH9ConjJTwLMIIEnTCCA4WgAwIB --> <!-- AgIQaguZT8AAJasR20UfWHpnojANBgkqhkiG9w0BAQUFADBwMSswKQYDVQQLEyJD --> <!-- b3B5cmlnaHQgKGMpIDE5OTcgTWljcm9zb2Z0IENvcnAuMR4wHAYDVQQLExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24xITAfBgNVBAMTGE1pY3Jvc29mdCBSb290IEF1dGhv --> <!-- cml0eTAeFw0wNjA5MTYwMTA0NDdaFw0xOTA5MTUwNzAwMDBaMHkxCzAJBgNVBAYT --> <!-- AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYD --> <!-- VQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xIzAhBgNVBAMTGk1pY3Jvc29mdCBU --> <!-- aW1lc3RhbXBpbmcgUENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA --> <!-- 3Ddu+6/IQkpxGMjOSD5TwPqrFLosMrsST1LIg+0+M9lJMZIotpFk4B9QhLrCS9F/ --> <!-- Bfjvdb6Lx6jVrmlwZngnZui2t++Fuc3uqv0SpAtZIikvz0DZVgQbdrVtZG1KVNvd --> <!-- 8d6/n4PHgN9/TAI3lPXAnghWHmhHzdnAdlwvfbYlBLRWW2ocY/+AfDzu1QQlTTl3 --> <!-- dAddwlzYhjcsdckO6h45CXx2/p1sbnrg7D6Pl55xDl8qTxhiYDKe0oNOKyJcaEWL --> <!-- 3i+EEFCy+bUajWzuJZsT+MsQ14UO9IJ2czbGlXqizGAG7AWwhjO3+JRbhEGEWIWU --> <!-- brAfLEjMb5xD4GrofyaOawIDAQABo4IBKDCCASQwEwYDVR0lBAwwCgYIKwYBBQUH --> <!-- AwgwgaIGA1UdAQSBmjCBl4AQW9Bw72lyniNRfhSyTY7/y6FyMHAxKzApBgNVBAsT --> <!-- IkNvcHlyaWdodCAoYykgMTk5NyBNaWNyb3NvZnQgQ29ycC4xHjAcBgNVBAsTFU1p --> <!-- Y3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWljcm9zb2Z0IFJvb3QgQXV0 --> <!-- aG9yaXR5gg8AwQCLPDyIEdE+9mPs30AwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0O --> <!-- BBYEFG/oTj+XuTSrS4aPvJzqrDtBQ8bQMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIA --> <!-- QwBBMAsGA1UdDwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBBQUA --> <!-- A4IBAQCUTRExwnxQuxGOoWEHAQ6McEWN73NUvT8JBS3/uFFThRztOZG3o1YL3oy2 --> <!-- OxvR+6ynybexUSEbbwhpfmsDoiJG7Wy0bXwiuEbThPOND74HijbB637pcF1Fn5LS --> <!-- zM7djsDhvyrNfOzJrjLVh7nLY8Q20Rghv3beO5qzG3OeIYjYtLQSVIz0nMJlSpoo --> <!-- Jpxgig87xxNleEi7z62DOk+wYljeMOnpOR3jifLaOYH5EyGMZIBjBgSW8poCQy97 --> <!-- Roi6/wLZZflK3toDdJOzBW4MzJ3cKGF8SPEXnBEhOAIch6wGxZYyuOVAxlM9vamJ --> <!-- 3uhmN430IpaczLB3VFE61nJEsiP2MIIE7DCCA9SgAwIBAgITMwAAALARrwqL0Duf --> <!-- 3QABAAAAsDANBgkqhkiG9w0BAQUFADB5MQswCQYDVQQGEwJVUzETMBEGA1UECBMK --> <!-- V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0 --> <!-- IENvcnBvcmF0aW9uMSMwIQYDVQQDExpNaWNyb3NvZnQgQ29kZSBTaWduaW5nIFBD --> <!-- QTAeFw0xMzAxMjQyMjMzMzlaFw0xNDA0MjQyMjMzMzlaMIGDMQswCQYDVQQGEwJV --> <!-- UzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UE --> <!-- ChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMQ0wCwYDVQQLEwRNT1BSMR4wHAYDVQQD --> <!-- ExVNaWNyb3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw --> <!-- ggEKAoIBAQDor1yiIA34KHy8BXt/re7rdqwoUz8620B9s44z5lc/pVEVNFSlz7SL --> <!-- qT+oN+EtUO01Fk7vTXrbE3aIsCzwWVyp6+HXKXXkG4Unm/P4LZ5BNisLQPu+O7q5 --> <!-- XHWTFlJLyjPFN7Dz636o9UEVXAhlHSE38Cy6IgsQsRCddyKFhHxPuRuQsPWj/ov0 --> <!-- DJpOoPXJCiHiquMBNkf9L4JqgQP1qTXclFed+0vUDoLbOI8S/uPWenSIZOFixCUu --> <!-- Kq6dGB8OHrbCryS0DlC83hyTXEmmebW22875cHsoAYS4KinPv6kFBeHgD3FN/a1c --> <!-- I4Mp68fFSsjoJ4TTfsZDC5UABbFPZXHFAgMBAAGjggFgMIIBXDATBgNVHSUEDDAK --> <!-- BggrBgEFBQcDAzAdBgNVHQ4EFgQUWXGmWjNN2pgHgP+EHr6H+XIyQfIwUQYDVR0R --> <!-- BEowSKRGMEQxDTALBgNVBAsTBE1PUFIxMzAxBgNVBAUTKjMxNTk1KzRmYWYwYjcx --> <!-- LWFkMzctNGFhMy1hNjcxLTc2YmMwNTIzNDRhZDAfBgNVHSMEGDAWgBTLEejK0rQW --> <!-- WAHJNy4zFha5TJoKHzBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jv --> <!-- c29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNDb2RTaWdQQ0FfMDgtMzEtMjAx --> <!-- MC5jcmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1p --> <!-- Y3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY0NvZFNpZ1BDQV8wOC0zMS0yMDEwLmNy --> <!-- dDANBgkqhkiG9w0BAQUFAAOCAQEAMdduKhJXM4HVncbr+TrURE0Inu5e32pbt3nP --> <!-- Apy8dmiekKGcC8N/oozxTbqVOfsN4OGb9F0kDxuNiBU6fNutzrPJbLo5LEV9JBFU --> <!-- JjANDf9H6gMH5eRmXSx7nR2pEPocsHTyT2lrnqkkhNrtlqDfc6TvahqsS2Ke8XzA --> <!-- FH9IzU2yRPnwPJNtQtjofOYXoJtoaAko+QKX7xEDumdSrcHps3Om0mPNSuI+5PNO --> <!-- /f+h4LsCEztdIN5VP6OukEAxOHUoXgSpRm3m9Xp5QL0fzehF1a7iXT71dcfmZmNg --> <!-- zNWahIeNJDD37zTQYx2xQmdKDku/Og7vtpU6pzjkJZIIpohmgjCCBbwwggOkoAMC --> <!-- AQICCmEzJhoAAAAAADEwDQYJKoZIhvcNAQEFBQAwXzETMBEGCgmSJomT8ixkARkW --> <!-- A2NvbTEZMBcGCgmSJomT8ixkARkWCW1pY3Jvc29mdDEtMCsGA1UEAxMkTWljcm9z --> <!-- b2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MB4XDTEwMDgzMTIyMTkzMloX --> <!-- DTIwMDgzMTIyMjkzMloweTELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0 --> <!-- b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3Jh --> <!-- dGlvbjEjMCEGA1UEAxMaTWljcm9zb2Z0IENvZGUgU2lnbmluZyBQQ0EwggEiMA0G --> <!-- CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCycllcGTBkvx2aYCAgQpl2U2w+G9Zv --> <!-- zMvx6mv+lxYQ4N86dIMaty+gMuz/3sJCTiPVcgDbNVcKicquIEn08GisTUuNpb15 --> <!-- S3GbRwfa/SXfnXWIz6pzRH/XgdvzvfI2pMlcRdyvrT3gKGiXGqelcnNW8ReU5P01 --> <!-- lHKg1nZfHndFg4U4FtBzWwW6Z1KNpbJpL9oZC/6SdCnidi9U3RQwWfjSjWL9y8lf --> <!-- RjFQuScT5EAwz3IpECgixzdOPaAyPZDNoTgGhVxOVoIoKgUyt0vXT2Pn0i1i8UU9 --> <!-- 56wIAPZGoZ7RW4wmU+h6qkryRs83PDietHdcpReejcsRj1Y8wawJXwPTAgMBAAGj --> <!-- ggFeMIIBWjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTLEejK0rQWWAHJNy4z --> <!-- Fha5TJoKHzALBgNVHQ8EBAMCAYYwEgYJKwYBBAGCNxUBBAUCAwEAATAjBgkrBgEE --> <!-- AYI3FQIEFgQU/dExTtMmipXhmGA7qDFvpjy82C0wGQYJKwYBBAGCNxQCBAweCgBT --> <!-- AHUAYgBDAEEwHwYDVR0jBBgwFoAUDqyCYEBWJ5flJRP8KuEKU5VZ5KQwUAYDVR0f --> <!-- BEkwRzBFoEOgQYY/aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJv --> <!-- ZHVjdHMvbWljcm9zb2Z0cm9vdGNlcnQuY3JsMFQGCCsGAQUFBwEBBEgwRjBEBggr --> <!-- BgEFBQcwAoY4aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNy --> <!-- b3NvZnRSb290Q2VydC5jcnQwDQYJKoZIhvcNAQEFBQADggIBAFk5Pn8mRq/rb0Cx --> <!-- MrVq6w4vbqhJ9+tfde1MOy3XQ60L/svpLTGjI8x8UJiAIV2sPS9MuqKoVpzjcLu4 --> <!-- tPh5tUly9z7qQX/K4QwXaculnCAt+gtQxFbNLeNK0rxw56gNogOlVuC4iktX8pVC --> <!-- nPHz7+7jhh80PLhWmvBTI4UqpIIck+KUBx3y4k74jKHK6BOlkU7IG9KPcpUqcW2b --> <!-- Gvgc8FPWZ8wi/1wdzaKMvSeyeWNWRKJRzfnpo1hW3ZsCRUQvX/TartSCMm78pJUT --> <!-- 5Otp56miLL7IKxAOZY6Z2/Wi+hImCWU4lPF6H0q70eFW6NB4lhhcyTUWX92THUmO --> <!-- Lb6tNEQc7hAVGgBd3TVbIc6YxwnuhQ6MT20OE049fClInHLR82zKwexwo1eSV32U --> <!-- jaAbSANa98+jZwp0pTbtLS8XyOZyNxL0b7E8Z4L5UrKNMxZlHg6K3RDeZPRvzkbU --> <!-- 0xfpecQEtNP7LN8fip6sCvsTJ0Ct5PnhqX9GuwdgR2VgQE6wQuxO7bN2edgKNAlt --> <!-- HIAxH+IOVN3lofvlRxCtZJj/UBYufL8FIXrilUEnacOTj5XJjdibIa4NXJzwoq6G --> <!-- aIMMai27dmsAHZat8hZ79haDJLmIz2qoRzEvmtzjcT3XAH5iR9HOiMm4GPoOco3B --> <!-- oz2vAkBq/2mbluIQqBC0N1AI1sM9MYIEoDCCBJwCAQEwgZAweTELMAkGA1UEBhMC --> <!-- VVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNV --> <!-- BAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEjMCEGA1UEAxMaTWljcm9zb2Z0IENv --> <!-- ZGUgU2lnbmluZyBQQ0ECEzMAAACwEa8Ki9A7n90AAQAAALAwCQYFKw4DAhoFAKCB --> <!-- wDAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgorBgEEAYI3AgELMQ4wDAYK --> <!-- KwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQUZJ/tH+KnMpfYi9bKDZb3++3QV2Iw --> <!-- YAYKKwYBBAGCNwIBDDFSMFCgJoAkAFcAaQBuAGQAbwB3AHMAIABQAG8AdwBlAHIA --> <!-- UwBoAGUAbABsoSaAJGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wb3dlcnNoZWxs --> <!-- IDANBgkqhkiG9w0BAQEFAASCAQBfXPaR6k4ZAoirDpwnZFrLVZoRDOHiJOkk+x7r --> <!-- uafUYBlka4W7Bs7fCtNBPIoQ/d7BYpAKPGWSW/tM8P0F+3i1M9AK/V6jDRK8QAmW --> <!-- yFb9su183B4GyTpzOaGPqfM5ScAwBtY3gRsN2AIzNFqE+/K8MFvEYm755xciJC7w --> <!-- lC627WbIG1WjG25C1IGFn2mzJ74pZtkz/QRGMzM7LRgJWfiVD4zZywaxWkuz2vrI --> <!-- Z6vryDTfmQdWVG7UNop1Ytr6iCm1Zm6Uowo15VGmYKDOUgx1E7phkHrVX2QXxpwq --> <!-- ZQDuPi6m53y76vGU9EeCT3OTlknvmt1+5uhWWUG3nWuukNmSoYICITCCAh0GCSqG --> <!-- SIb3DQEJBjGCAg4wggIKAgEBMIGHMHkxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpX --> <!-- YXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQg --> <!-- Q29ycG9yYXRpb24xIzAhBgNVBAMTGk1pY3Jvc29mdCBUaW1lc3RhbXBpbmcgUENB --> <!-- AgphB3kQAAAAAAAOMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcN --> <!-- AQcBMBwGCSqGSIb3DQEJBTEPFw0xMzAzMjIxOTQ4MjlaMCMGCSqGSIb3DQEJBDEW --> <!-- BBSUtvsll4E7YrCzNal73Byr0/nwJzANBgkqhkiG9w0BAQUFAASCAQAqIetrW4J+ --> <!-- TNHZJnZsuNlyKWwYQbGvvxucZywO5/4yiknUtCoqsF5TwOsbXUT2pNA/IeprA0v1 --> <!-- w4hjvkhaGBdfjGcCtVVK4IkjrGw2ysn+YqVU1GIXdLJk6sBtr0PcIUyLtzW43shx --> <!-- 8ZxCNkkYwAXQXJUo3zmhOdoOf8ni3nyTo3yyPFpMWAS155FQNoNyvG8o+qsGtiHa --> <!-- dh8IAAJWN7yfOFMuGn3A7bjL98yRrv/eBOxyBzmI9Z65ehdiSlHBBSSrnUHUMkTu --> <!-- dJnkOcNOM9PH2ZboWdMnLvccKrEt5kFeJPcef14ODHHhcYcLCmdMjp7Htjmo2TAc --> <!-- A2K/iSqxecuJ --> <!-- SIG # End signature block -->
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de