hmscott4 / AlertManagement

Manage SCOM Alerts
2 stars 3 forks source link

Add RunAs user account and runtime to Script Log Events #51

Closed hmscott4 closed 3 years ago

hmscott4 commented 3 years ago

Add RunAs user account and runtime to Script Log Events

These are considered to be a recommended practice by Kevin Holman. Especially when adding RunAs profile, it will be necessary to figure out the execution context for the user.

hmscott4 commented 3 years ago

Correction: Runtime was already present. Added RunAs user account ($whoami = whoami) to scripts.

hmscott4 commented 3 years ago

Addressed