The following command gives me something like:
srvinfo \\serv01 | find "Genesys"
[Running] Genesys DBServer
[Stopped] Genesys Backup Service
[Running] Genesys Agent
[Stopped] Genesys Stat
[Running] Genesys Rpt
[Stopped] Genesys Index Service
Where I want to replace serv01 with a list of servers
and have the output have servername and services, server name, services, etc.
How can I feed the servers into Rexx?
srvinfo \\serv01 | find "Genesys"
[Running] Genesys DBServer
[Stopped] Genesys Backup Service
[Running] Genesys Agent
[Stopped] Genesys Stat
[Running] Genesys Rpt
[Stopped] Genesys Index Service
Where I want to replace serv01 with a list of servers
and have the output have servername and services, server name, services, etc.
How can I feed the servers into Rexx?