Get-FogImages¶
SYNOPSIS¶
Returns an object of the images defined in your fogserver
SYNTAX¶
Get-FogImages [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION¶
Returns the images from your fog server with all their properties
EXAMPLES¶
EXAMPLE 1¶
$images = Get-FogImages; $images | select id,name
Gets all the fog images and then lists them with just the image id and names
PARAMETERS¶
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
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.