< Back
Get-ISETheme
Post
NAME Get-ISETheme
SYNOPSIS
Gets an ISE theme
SYNTAX
Get-ISETheme -File <String> [<CommonParameters>]
Get-ISETheme -ThemeName <String> [<CommonParameters>]
DESCRIPTION
Gets an ISE them from either the registry or xml file
PARAMETERS
-File <String>
An ISE theme xml filename
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ThemeName <String>
The name of an ISE theme stored in the registry
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<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:\\>$Theme = Get-FileName | Get-ISETheme
Gets the ISE theme information from the supplied xml file and assigns it to Theme
RELATED LINKS
SYNOPSIS
Gets an ISE theme
SYNTAX
Get-ISETheme -File <String> [<CommonParameters>]
Get-ISETheme -ThemeName <String> [<CommonParameters>]
DESCRIPTION
Gets an ISE them from either the registry or xml file
PARAMETERS
-File <String>
An ISE theme xml filename
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ThemeName <String>
The name of an ISE theme stored in the registry
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<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:\\>$Theme = Get-FileName | Get-ISETheme
Gets the ISE theme information from the supplied xml file and assigns it to Theme
RELATED LINKS