Skip to content

Commit 9468e09

Browse files
author
Friedrich Weinmann
committed
fixing help
1 parent 9987acf commit 9468e09

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

MailDaemon/functions/Install-MDDaemon.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
.PARAMETER RecipientDefault
5757
Default email address to send the email to, if the individual script queuing the email does not specify one.
5858
59+
.PARAMETER UseSSL
60+
Use SSL for sending emails.
61+
5962
.EXAMPLE
6063
PS C:\> Install-MDDaemon -ComputerName DC1, DC2, DC3 -TaskUser $cred -DaemonUser "DOMAIN\MailDaemon" -SmtpServer 'mail.domain.org' -SenderDefault 'daemon@domain.org' -RecipientDefault 'helpdesk-t2@domain.org'
6164

MailDaemon/functions/Set-MDDaemon.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
2929
.PARAMETER SenderCredentialPath
3030
The path to where the credentials file can be found, that should be used by the daemon.
31+
32+
.PARAMETER UseSSL
33+
Use SSL for sending emails.
3134
3235
.PARAMETER ComputerName
3336
The computer(s) to work against.

0 commit comments

Comments
 (0)