AD-Security-Assessment
AD-Security-Assessment copied to clipboard
Updated your Script
- [x] Removed incorrect punctuation (weird MS double quotes)
- [x] Changed HTML from PowerShell string to here-string for literal interpretation
- [x] Replaced cmdlet aliases with actual cmdlets per PS best practices
- [x] Re-wrote the Send Mail functionality using the .NET Mail class rather than deprecated PS Send-MailMessage cmdlet
- [x] Created a .gitignore file
- [x] Added configuration fields for the SMTP server in the Config.ini file