< Back
Export-ISEThemeFile
Post
NAME Export-ISEThemeFile
SYNOPSIS
Exports an ISE theme to an xml file
SYNTAX
Export-ISEThemeFile [[-ISETheme] <String>] [-SaveToISE] [<CommonParameters>]
DESCRIPTION
Exports an ISE theme to an xml file and saves in the registry
if SaveToISE is passed
PARAMETERS
-ISETheme <String>
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-SaveToISE [<SwitchParameter>]
After exporting, save the theme to the registry
Required? false
Position? named
Default value False
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:\\>Export-ISEThemeFile -ISETheme "Monokai"
Exports ISE theme to an xml file
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Export-ISEThemeFile -SaveToISE
Exports the current ISE theme and saves it in the ISE for future reference
RELATED LINKS
SYNOPSIS
Exports an ISE theme to an xml file
SYNTAX
Export-ISEThemeFile [[-ISETheme] <String>] [-SaveToISE] [<CommonParameters>]
DESCRIPTION
Exports an ISE theme to an xml file and saves in the registry
if SaveToISE is passed
PARAMETERS
-ISETheme <String>
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-SaveToISE [<SwitchParameter>]
After exporting, save the theme to the registry
Required? false
Position? named
Default value False
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:\\>Export-ISEThemeFile -ISETheme "Monokai"
Exports ISE theme to an xml file
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Export-ISEThemeFile -SaveToISE
Exports the current ISE theme and saves it in the ISE for future reference
RELATED LINKS