ps/Modules/Cole.PowerShell.Developer/Public/Get-AllServices.ps1xml
2023-05-30 22:51:22 -07:00

54 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<SelectionSets>
<SelectionSet>
<Name>ServiceObjects</Name>
<Types>
<TypeName>ServiceObject</TypeName>
</Types>
</SelectionSet>
</SelectionSets>
<ViewDefinitions>
<View>
<Name>DefaultServiceObjectView</Name>
<ViewSelectedBy>
<SelectionSetName>ServiceObjects</SelectionSetName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
<Label>Service Name</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Run As</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Start Mode</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Exe Path</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<Wrap/>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Name</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>RunAs</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>StartMode</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ExePath</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>