Delen via


Get-CMBoundaryGroupRelationship

SYNOPSIS

Een grensgroepsrelatie op te halen.

SYNTAX

SearchByName (standaard)

Get-CMBoundaryGroupRelationship [-DestinationGroupName <String>] [-SourceGroupName <String>]
 [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]

SearchById

Get-CMBoundaryGroupRelationship [-DestinationGroupId <Int32>] [-SourceGroupId <Int32>]
 [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]

DESCRIPTION

Gebruik deze cmdlet om de relatie tussen grensgroepen op te halen. Zie Grensgroepen configureren voor Configuration Manager voor meer Configuration Manager.

Notitie

Voer Configuration Manager cmdlets uit vanaf Configuration Manager sitestation, bijvoorbeeld PS XYZ:\> . Zie Aan de slag voor meer informatie.

EXAMPLES

Voorbeeld 1

Get-CMBoundaryGroupRelationship -DestinationGroupName "Swindon" -SourceGroupName "London"

PARAMETERS

-DestinationGroupId

Geef de id van de grensgroep neighbor op. Deze geheel getal-waarde is de eigenschap GroupID.

De doelgrensgroep kan niet hetzelfde zijn als de brongrensgroep.

Type: Int32
Parameter Sets: SearchById
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DestinationGroupName

Geef de naam op van de grensgroep neighbor.

De doelgrensgroep kan niet hetzelfde zijn als de brongrensgroep.

Type: String
Parameter Sets: SearchByName
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-DisableWildcardHandling

Deze parameter behandelt jokertekens als letterlijke tekenwaarden. U kunt deze niet combineren met ForceWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ForceWildcardHandling

Deze parameter verwerkt jokertekens en kan leiden tot onverwacht gedrag (niet aanbevolen). U kunt deze niet combineren met DisableWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SourceGroupId

Geef de id op van de grensgroep die de relatie heeft. Deze geheel getal-waarde is de eigenschap GroupID.

Type: Int32
Parameter Sets: SearchById
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SourceGroupName

Geef de naam op van de grensgroep die de relatie heeft.

Type: String
Parameter Sets: SearchByName
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

Deze cmdlet biedt ondersteuning voor de meest gebruikte parameters: -Debug, - ErrorAction, - ErrorVariable, - InformationAction, -InformationVariable, - OutVariable,-OutBuffer, - PipelineVariable - Verbose, - WarningAction en -WarningVariable. Zie voor meer informatie about_CommonParameters.

INPUTS

Geen

OUTPUTS

IResultObject[]#SMS_BoundaryGroupRelationships

IResultObject#SMS_BoundaryGroupRelationships

OPMERKINGEN

Zie WMI-klasse SMS_BoundaryGroupRelationships server voor meer informatie over dit retourobject en deeigenschappen ervan.

New-CMBoundaryGroupRelationship

Remove-CMBoundaryGroupRelationship

Set-CMBoundaryGroupRelationship

Get-CMBoundaryGroupSiteSystem

Grensgroepen configureren voor Configuration Manager