Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.09 KB

Introduction

All about Powershell scripting from references to sample scripts.

Main Module

SAVietnam is a Powershell module that contains all commonly used functions shared by other scripts. Perhaps the easiest way to use this module is to copy the SAVietnam folder to C:\Program Files\WindowsPowerShell\Modules. Please share if you know a better approach. After that, functions in this module can be used anywhere on the machine without having to explicitly run Import-Module /path/to/SAVietnam.psm1 -Force.

To reload the module in a session, run

Import-Module SAVietnam -Force

Send-CustomEmail

This function can be used to test email spoofing and troubleshoot issues with SPF, DKIM, and DMARC records.

References

Best Practices

Good Read