Skip to content

Get-FogSnapinAssociations

SYNOPSIS

Helper function that returns a list of all snapin associations to any host on the server

SYNTAX

Get-FogSnapinAssociations [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Returns a list from the snapinassociations table.
Each association has an id, hostid, and snapinid
Not to be confused with Get-FogHostAssociatedSnapins which filters this list to a single hostid and then gets the snapin object for each association

EXAMPLES

EXAMPLE 1

Get-FogSnapinAssociations

Will return a full list of all snapin ids associated to host ids

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.

INPUTS

OUTPUTS

NOTES