Skip to content

Get-AppVentiXMachineGroup

SYNOPSIS

Retrieves the machine groups from the AppVentiX configuration.

SYNTAX

All (Default)

Get-AppVentiXMachineGroup [-ConfigShare <string>] [<CommonParameters>]

Named

Get-AppVentiXMachineGroup -Name <string[]> [-ConfigShare <string>] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases,

DESCRIPTION

The Get-AppVentiXMachineGroup function retrieves the machine groups from the AppVentiX config share. It can retrieve all machine groups or a specific machine group by name.

EXAMPLES

EXAMPLE 1

Get-AppVentiXMachineGroup Retrieves all machine groups from the AppVentiX configuration.

EXAMPLE 2

Get-AppVentiXMachineGroup -Name 'Group1' Retrieves the machine group with the name 'Group1' from the AppVentiX configuration.

PARAMETERS

-ConfigShare

Specifies the path to the AppVentiX configuration share. You can omit this parameter if Set-AppVentiXConfigShare has been called.

Type: System.String
DefaultValue: $Script:AppVentiX.ConfigShare
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Named
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
- Name: All
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Name

(Optional) Specifies the name of the machine group to retrieve.

Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases:
- FriendlyName
- MachineGroupFriendlyName
ParameterSets:
- Name: Named
  Position: Named
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Function : Get-AppVentiXMachineGroup Author : John Billekens Copyright: (c) John Billekens Consultancy & AppVentiX Version : 2026.130.945 Requires : Valid AppVentiX license