external help file | Module Name | online version | schema |
---|---|---|---|
PSReminderLite-help.xml |
PSReminderLite |
2.0.0 |
Get all PSReminder preferences
Get-PSReminderPreference [<CommonParameters>]
Preferences for the PSReminderLite module are stored as global variables. Run this command to get a report of all preferences.
PS C:\> Get-PSReminderPreference
PSReminderPreference Settings
PSReminderDB: C:\Users\Jeff\PSReminder.db
PSReminderDefaultDays PSReminderTable PSReminderArchiveTable
--------------------- --------------- ----------------------
14 EventData ArchivedEvent
PSReminderTags
Tag Style
Priority `e[1;3;38;5;199m
Testing `e[3;92m
Personal `e[94m
Work `e[38;5;156m
travel `e[38;5;141m
Event `e[38;5;87m
Holiday `e[38;5;225m
The Style output will be formatted with the corresponding ANSI sequence.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.