Get-RASThemeCustomImage
NAME
Get-RASThemeCustomImage
SYNOPSIS
Retrieve theme custom image(s).
SYNTAX
Get-RASThemeCustomImage [-Id] <uint> [[-DirPath] <string>] [<CommonParameters>] Get-RASThemeCustomImage [[-SiteId] <uint>] [<CommonParameters>]
DESCRIPTION
Retrieve theme custom image(s).
PARAMETERS
-SiteId <uint> Site ID from which to retrieve the theme custom image information. If the parameter is omitted, the Licensing Server site ID will be used.
Required? false
Position? 0
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Id <uint> The theme custom image ID.
Required? true
Position? 0
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-DirPath <string> The target directory where to save the published resource icon file.
Required? false
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 .
INPUTS
-none-
OUTPUTS
RASFilesThemeCustomImage
EXAMPLES
---------- EXAMPLE 1 ---------- Get-RASThemeCustomImage Retrieve all custom images of the Licensing site. ---------- EXAMPLE 2 ---------- Get-RASThemeCustomImage -Id 1 -DirPath "C:\temp" Retrieve the custom image with Id 1 and save it to the specified DirPath.
Last updated