Export-PASThemeImage
Export-PASThemeImage
SYNOPSIS
Retrieves a specific image.
SYNTAX
Export-PASThemeImage [-imageName] <String> [-Path] <String> [<CommonParameters>]
DESCRIPTION
Retrieves a specific image.
Requires Vault Admin Privileges
EXAMPLES
Example 1
PS C:\> Export-PASThemeImage -imageName SomeImage -Path C:\SomeFolder
Retrieves the theme image to the specified location
PARAMETERS
-imageName
The name of the image to retrieve
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Path
The folder to export the image to.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.