Link to home
Start Free TrialLog in
Avatar of nahumba
nahumba

asked on

Get a list of remote services - vb.net / .net

Hi,

Is there a way to get a list of all installed services (both disabled and enabled) on a remote computer using .net?


Thank you!
ASKER CERTIFIED SOLUTION
Avatar of William Elliott
William Elliott
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nahumba
nahumba

ASKER

Hi,
Thanks, I know this can be done with WMI, but I was wondering if there's a way to do this with .NET
you mena the openscmanager is what you are looking for?
you want to make api calls?

http://msdn2.microsoft.com/en-us/library/ms685942.aspx microsoft details

http://www.go4expert.com/forums/showthread.php?t=182 step by step instructions
Avatar of nahumba

ASKER

Hi weellio, well after looking at the links you've posted here, I think I'll do this using WMI :-)

Seems much more simplier for my specific needs.



Thank you!
it always is.  vbs and wmi are wonderful..  :)
take a lok at powershell... it even gets easier, once you learn the lingo