Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.39 KB

Get-PSCalendarConfiguration.md

File metadata and controls

57 lines (35 loc) · 1.39 KB
external help file Module Name online version schema
PSCalendar-help.xml
PSCalendar
2.0.0

Get-PSCalendarConfiguration

SYNOPSIS

Get the current PSCalendar ANSI configuration.

SYNTAX

Get-PSCalendarConfiguration [<CommonParameters>]

DESCRIPTION

Get-Calendar and Show-Calendar commands rely on ANSI escape sequences to colorize the output. You can use this command to view the current settings. The settings will use an appropriate escape character based on your PowerShell version. Use Set-PSCalendarConfiguration to modify the settings.

EXAMPLES

Example 1

PS C:\> Get-PSCalendarConfiguration

Title     : `e[38;5;3m
DayOfWeek : `e[1;4;36m
Today     : `e[91m
Highlight : `e[92m

The display will be formatted with the corresponding ANSI escape sequence. The escape character, will reflect your current PowerShell version.

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

None

OUTPUTS

PSCalendarConfiguration

NOTES

RELATED LINKS

Set-PSCalendarConfiguration