CheckSec.psm1
<#
CheckSec - https://github.com/roberthstrand/CheckSec A PowerShell module for security checks related to Active Directory, DNS, E-mail and more. This is a work in progress and will most likely continue to be a work in progress. I'm always open for suggestions, so feel free to add me on any social media which you frequent. Github: @roberthstrand Twitter: @RoberthTweets Website: https://destruktive.one Blog: https://blog.destruktive.one #> # Fetching actual code: ## Email security . $PSScriptRoot\src\EmailCheck.ps1 |