Skip to content

elasticsearchvn/PowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published