< Back

Get-ImportedISETheme

Wed Jan 15, 2020 7:48 am

NAME Get-ImportedISETheme



SYNOPSIS

Returns imported themes





SYNTAX

Get-ImportedISETheme [<CommonParameters>]





DESCRIPTION

Returns imported themes from the registry





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:\\>$Themes = Get-ImportedISETheme



Gets the imported ISE themes from the registry and assigns it to Themes











RELATED LINKS