Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.54 KB

Get-EmailReminder.md

File metadata and controls

72 lines (49 loc) · 1.54 KB
external help file Module Name online version schema
MyTasks-help.xml
MyTasks
2.0.0

Get-EmailReminder

SYNOPSIS

Get the email reminder job.

SYNTAX

Get-EmailReminder [<CommonParameters>]

DESCRIPTION

Use this command to get information about the email reminder job. This command requires the PSScheduledJob module.

EXAMPLES

Example 1

PS C:\> Get-EmailReminder

Task       : myTasksEmail
Frequency  : Daily
At         : 08:00:00
To         : artd@company.com
From       : artd@company.com
MailServer : mail.company.com
Port       : 587
UseSSL     : True
AsHTML     : True
LastRun    : 6/19/2020 8:00:08 AM
LastState  : Completed
Started    : 6/19/2020 8:00:06 AM
Ended      : 6/19/2020 8:00:08 AM
Result     : {[6/19/2020 8:00:08 AM] Message (Tasks Due in the Next 3 Days) sent to artd@company.com from artd@company.com}
Enabled    : True
Errors     :
Warnings   :

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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

System.Object

NOTES

Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/

RELATED LINKS

Disable-EmailReminder

Enable-EmailReminder