diff --git a/README.md b/README.md index e1fc9d2..8cdd36e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Send-MDTEmail This script runs continously to monitor MDT deployments and sends email alerts when depoyments finish. This is best used as a Windows service. To create a service easily - try NSSM https://nssm.cc/download + +## To install and use (must be installed on MDT server with monitoring enabled) + +Install-Script Send-MDTEmail + +./Send-MDTEmail.ps1 -SMTPFrom mdt@domain.com -SMTPTo dan@domain.com -SMTPSubject "MDT Results" -SMPTServer smtp.domain.com -MDTRoot E:\MDTShare