This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Scans an Active Directory domain's and its principal's kerberos encryption configuration. | |
| .DESCRIPTION | |
| Scans an Active Directory domain's and its principal's kerberos encryption configuration. | |
| It will generate all data via LDAP, and analyze the results for possible authentication issues. | |
| It supports three ways to report: | |
| - Print: Write analysis of results to screen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################################################################# | |
| # | |
| # Original Robert Pearman v1.4 Passowrd Change Notification | |
| # - Adapted to support O365 SendAS Shared Mailbox | |
| # Script to Automate Email Reminders when Users Passwords due to Expire using O365 Shared Mailbox. | |
| # | |
| # Requires: | |
| # Windows PowerShell Module for Active Directory | |
| # Azure AD Application registration with MS Graph Application Mail.Send permission | |
| # |