Get-RASThemeCustomImage
Retrieve theme custom image(s).
Get-RASThemeCustomImage [-Id] <uint> [[-DirPath] <string>] [<CommonParameters>] Get-RASThemeCustomImage [[-SiteId] <uint>] [<CommonParameters>]
Retrieve theme custom image(s).
-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.
-Id <uint> The theme custom image ID.
-DirPath <string> The target directory where to save the published resource icon file.
<CommonParameters>
-none-
RASFilesThemeCustomImage
---------- 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.