AD-Security-Assessment icon indicating copy to clipboard operation
AD-Security-Assessment copied to clipboard

Updated your Script

Open prboyer opened this issue 3 years ago • 0 comments

  • [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

prboyer avatar Feb 09 '22 16:02 prboyer