I have a powershell script which takes some data and dumps into a logfile whenever its executed.The script resides in single location and shortcut is distributed to all.
I want to log the events on the script when it's executed; How can I give the users only append access to the log file ; I don't want them deleting the logs; they only need to apped to that.
Please do let me know of any questions or clarifications.