Main | Contact | Blog | Documentation

PowerShell Framework

The project dedicated to empowering your PowerShell scripting.

Invoke-MDDaemon

SYNOPSIS

Processes the email queue and sends emails

SYNTAX

Invoke-MDDaemon [<CommonParameters>]

DESCRIPTION

Processes the email queue and sends emails. Should be scheduled using a scheduled task. Recommended Setting:

EXAMPLES

EXAMPLE 1

Invoke-MDDaemon

Processes the email queue and sends emails

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES