I have this code which helps find a service is running or not... but i am nor able to export it to an excel sheet.
Code:
---------
OPTION EXPLICIT
DIM strComputer,strServiceName
strComputer = "." ' Local Computer
strServiceName = "ccmexec" ' Windows Update Service
IF...
I am having some problems in writing a vbscript for finding the status of a service in a list of machines provided in a txt file. The service name is "SMS Agent Host Service". I tried to import the machine names from the txt file and export the result in a spreadsheet, in 2 columns - Machine...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.