< Back

Import-GroupISETheme

Wed Jan 15, 2020 7:50 am

NAME Import-GroupISETheme



SYNOPSIS

This is a function that Imports themes based on them being in ps1xml files stored in a directory that you give it





SYNTAX

Import-GroupISETheme [-Directory] <String> [<CommonParameters>]





DESCRIPTION

This is used internally by Add-ISETheme (so should be a Private Function) to Import ISE Theme files into the ISE





PARAMETERS

-Directory <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

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



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



PS C:\\>Import-GroupISETheme -Directory C:\\ISEThemes\\















RELATED LINKS