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

"happend" and "occured" misspelled in reports #32

Closed beems closed 5 years ago

beems commented 5 years ago

In multiple locations in at least the email-based reporting, the word "happened" is misspelled as "happend", and in at least one location "occurred" is misspelled as "occured"

Examples: No changes happend during that period. The membership of those groups below has changed No changes happend during that period. Following group creation/deletion occured No changes happend during that period. Following GPOs were modified No changes happend during that period.

PrzemyslawKlys commented 5 years ago

This has been fixed:

https://github.com/EvotecIT/PSWinReporting/blob/6645d3beb870635dcdeefddb1a9a3ee0cb168fdf/Private/Main/Start-Report.ps1#L232-L289

However if you see problem in the code still please let me know. New release will be out in January mostly due to config changes and new planned features which make it hard to release as a simple fix. I guess I really should develop in master, dev branches ;)

PrzemyslawKlys commented 5 years ago

I could probably release new version as -PreRelease. But you would need to use new config (small updates).