lazywinadmin / Monitor-ADGroupMembership

PowerShell script to monitor Active Directory groups and send an email when someone is changing the membership
MIT License
264 stars 61 forks source link

2.0.3 2017.06.30 #21

Closed McAndersDK closed 7 years ago

McAndersDK commented 7 years ago

ADD 'IncludeMembers' Switch to list all members in the report. ADD 'AlwayseReport' switch to send report each run. ADD 'OneReport' Switch to have it only send one email, with each group report in the mail as attachment. ADD 'ExtendedProperty' switch to add Enabled and PasswordExpired to the member list. This only work for the AD module not Quest

lazywinadmin commented 7 years ago

Thanks for your contribution @McAndersDK ! So far I see a minor typo 'AlwayseReport' did you mean 'AlwaysReport' ?

lazywinadmin commented 7 years ago

I fixed the typos in my last commit. Thanks again for you help @McAndersDK