I just started a new job last week as a software developer and one of the first tasks I was give was to update a script my company sends out to the client laptops. Basically all it is supposed to do is delete a file (which I have written) and update some Advanced Audit Policy Configuration settings.
Now I have never dealt with this part of the system so I am treading in areas I never have before -- so most of what I'm doing is guesswork. What I did find was a auditpol which I can successfully run in cmd to get the results I need. By the way, those changes are:
- Audit Other Logon/Logoff Events: Success/Failure = enabled
- Audit Detailed File Share: Failure = enabled
- Audit MPSSVC Rule-Level Policy Change: Success/Failure = enabled
- Audit Other Policy Change Events: Success/Failure = enabled
- Audit MPSSVC Rule-Level Policy Change: Success/Failure = enabled
And Windows should be configured to prevent users from receiving suggestions for third-party or additional programs (policy value found in User Configuration >> Administrative Templates >> Windows Components >> Cloud Content
)
I thought auditpol did what I needed it to but it doesn't show up in the policy editor and I'm also told by the people that need it that it's not updating anyway. I've been searching for an answer all day and I haven't made much progress