Get-CPCCustomImage¶
SYNOPSIS¶
Returns all Custom Images or Custom Images with a specific name
SYNTAX¶
Get-CPCCustomImage [-Name <String>] [<CommonParameters>]
DESCRIPTION¶
The function will return all Custom Images or Custom Images with a specific name
EXAMPLES¶
EXAMPLE 1¶
Get-CPCCustomImage -name "CustomImage01"
PARAMETERS¶
-Name¶
Enter the name of the Custom Image
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
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.