Megosztás a következőn keresztül:


Get-CMDeviceCollection

SYNOPSIS

Lekért egy vagy több eszközgyűjteményt a Konfigurációkezelő hierarchiában.

SYNTAX

ByName (alapértelmezett)

Get-CMDeviceCollection [-Name <String>] [<CommonParameters>]

ById (ById)

Get-CMDeviceCollection -Id <String> [<CommonParameters>]

ByDPGroupName

Get-CMDeviceCollection -DistributionPointGroupName <String> [<CommonParameters>]

ByDPGroupId (ByDPGroupId)

Get-CMDeviceCollection -DistributionPointGroupId <String> [<CommonParameters>]

ByDPGroup

Get-CMDeviceCollection -DistributionPointGroup <IResultObject> [<CommonParameters>]

DESCRIPTION

A Get-CMDeviceCollection parancsmag számítógépeket vagy mobileszközeket tartalmazó gyűjteményeket ad vissza. A gyűjteményekkel kapcsolatos további információkért lásd: Introduction to Collections in Konfigurációkezelő.

Megjegyzés

Futtassa Konfigurációkezelő parancsmagokat a Konfigurációkezelő hely meghajtóról, például: PS XYZ:\> . További információ: Első lépések.

EXAMPLES

1. példa: Eszközgyűjtemény lekért azonosítója

PS XYZ:\> Get-CMDeviceCollection -CollectionId "9990000D"

Ez a parancs a 9990000D azonosítójú eszközgyűjteményt kapja meg.

PARAMETERS

-DistributionPointGroup

Type: IResultObject
Parameter Sets: ByDPGroup
Aliases:

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

-DistributionPointGroupId

Type: String
Parameter Sets: ByDPGroupId
Aliases:

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

-DistributionPointGroupName

Type: String
Parameter Sets: ByDPGroupName
Aliases:

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

-Id (Azonosító)

Type: String
Parameter Sets: ById
Aliases: CollectionId

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

-Name

Type: String
Parameter Sets: ByName
Aliases:

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

CommonParameters

Ez a parancsmag a következő általános paramétereket támogatja: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction és -WarningVariable. További információ: about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

MEGJEGYZÉSEK

Bevezetés a gyűjtemények Konfigurációkezelő

New-CMDeviceCollection