Skip to content

Get-FogImages

SYNOPSIS

Returns an object of the images defined in your fogserver

SYNTAX

Get-FogImages [<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

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.

INPUTS

OUTPUTS

NOTES