external help file | Module Name | online version | schema |
---|---|---|---|
PSCalendar-help.xml |
PSCalendar |
2.0.0 |
Get the current PSCalendar ANSI configuration.
Get-PSCalendarConfiguration [<CommonParameters>]
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.
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.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.