From 3f016a8cbd84f4c66341887a4bffe15103fae723 Mon Sep 17 00:00:00 2001 From: Dan Franciscus Date: Sat, 9 Mar 2019 10:15:14 -0500 Subject: [PATCH] Whoops wrong slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cdd36e..cbf4f39 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ This script runs continously to monitor MDT deployments and sends email alerts w 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 +.\Send-MDTEmail.ps1 -SMTPFrom mdt@domain.com -SMTPTo dan@domain.com -SMTPSubject "MDT Results" -SMPTServer smtp.domain.com -MDTRoot E:\MDTShare