< Back

Get-CurrentISETheme

Wed Jan 15, 2020 7:47 am

NAME Get-CurrentISETheme



SYNOPSIS

Gets current ISE theme





SYNTAX

Get-CurrentISETheme [<CommonParameters>]





DESCRIPTION

Gets current ISE theme. Hex colors are converted to ARGB

and added back to the returned objects.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Part of the ISEColorThemeCmdlets.ps1 Script by Jeff Pollock

http://Lifeinpowerhsell.blogspot.com

http://gallery.technet.microsoft.com/IS ... s-24905f9e



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$CurrentISETheme = Get-CurrentISETheme



Assigns Current ISE theme properties to CurrentISETheme











RELATED LINKS