Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
This post helped me alot. For anyone else interested in filtering for a service 'running' and 'stopped' in the same cutom view I have created the following XML just tweaking DistantGalaxy's filter a bit: <QueryList> <Query Id="0" Path="System"> <Select Path="System">*[EventData[Data[1]='SSDP Discovery' and (Data[2]='stopped' or Data[2]='running')]]</Select> </Query> </QueryList>
The End.