EvotecIT / PSWinReporting

This PowerShell Module has multiple functionalities, but one of the signature features of this module is the ability to parse Security logs on Domain Controllers providing easy to use access to AD Events.
MIT License
705 stars 70 forks source link

Send notifications to people in ManagedBy fields #7

Closed pompushko closed 5 years ago

pompushko commented 6 years ago

Hello developer :)

May be merge with Monitor-ADGroupMembership and try monitor groups separately?

PrzemyslawKlys commented 6 years ago

What benefit you’re looking for?

pompushko commented 6 years ago

I want send changes of some group for person, who can manage that group

PrzemyslawKlys commented 6 years ago

Is that person in ManagedBy field?

pompushko commented 6 years ago

Yes Przemyslaw :)

PrzemyslawKlys commented 6 years ago

Then that is your feature request, anything else?

pompushko commented 6 years ago

Yep :)

PrzemyslawKlys commented 5 years ago

You can achieve this in PSWinReportingV2 using FInd-Events command. Feel free to utilize that. It should be trivial to write a wrapper around that.