G
Gionni
Hello everyone,
I have to query a subset of services to get their status.
Is it possibile to make a query like this:
Dim objectQuery As New WqlObjectQuery("select * from Win32_Services
where Name like 'SDSReceiveFunction*'")
'like' clause seems to not work. How could I get all services with the
name starting with SDSReceiveFunction?
Thanks and cheers, Gionni
I have to query a subset of services to get their status.
Is it possibile to make a query like this:
Dim objectQuery As New WqlObjectQuery("select * from Win32_Services
where Name like 'SDSReceiveFunction*'")
'like' clause seems to not work. How could I get all services with the
name starting with SDSReceiveFunction?
Thanks and cheers, Gionni