Hi Can you please provide an example on how to rollout the EventLog agent via GPO startup script including all the server variables
I'm guessing its along the lines of
EventLogAgent.msi
/q /norestart
SERVERNAME=myservername SERVERDBTYPE=dbtype SERVERIPADDRESS=myserveripaddress SERVERPORT=myserverport SERVERPROTOCOL=https SERVERVERSION=6020
but I cannot get this to work
can you please advise