OHTools.Format.ps1xml
<?xml version="1.0" encoding="utf-8" ?> <Configuration> <ViewDefinitions> <View> <Name>OH.OHTools.OHComputerInfo</Name> <ViewSelectedBy> <TypeName>OH.OHTools.OHComputerInfo</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Computername</PropertyName> </ListItem> <ListItem> <PropertyName>OS</PropertyName> </ListItem> <ListItem> <PropertyName>OSBuild</PropertyName> </ListItem> <ListItem> <PropertyName>OSSPVersion</PropertyName> </ListItem> <ListItem> <PropertyName>OSArchitecture</PropertyName> </ListItem> <ListItem> <PropertyName>Manufacturer</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> </ViewDefinitions> </Configuration> |