In our environment we want to force all our system engineers who write scripts to write logging to the EventLog. To keep track of all logging of our scripts we want to write this to a specific source in the Application log. Since you need server administrator privileges to create a new source in the Eventlog I would like to be able to push our custom EventLog source to all servers in our environment. That way scripts can log to the correct EventLog and don't need elevated permissions to create the EventLog source if it would not exist.
I looked around a bit but can't seem to find a way to create a new EventLog Source on servers using a GPO. Any suggestions?
Kind regards Tomas