Get-CMCollectionInfoFromNewEvaluationQueue

SYNOPSIS

Verzamelgegevens ophalen uit de nieuwe evaluatiewachtrij.

SYNTAX

ByName (standaard)

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

ById

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

ByValue

Get-CMCollectionInfoFromNewEvaluationQueue -InputObject <IResultObject> [<CommonParameters>]

DESCRIPTION

Verzamelgegevens ophalen uit de nieuwe evaluatiewachtrij. Zie How to view collection evaluation (Verzamelingsevaluatie weergeven) voor meer informatie.

Tip

Het evaluatieproces van de verzameling vindt plaats op primaire sites, niet op de centrale beheersite (CAS). Gebruik deze cmdlet wanneer u bent verbonden met een primaire site.

EXAMPLES

Voorbeeld 1

Get-CMCollectionInfoFromNewEvaluationQueue -Id "SMS00002"

PARAMETERS

-Id

Geef de id op van een verzameling die moet worden opgevraagd. Bijvoorbeeld "SMS00002".

Type: String
Parameter Sets: ById
Aliases: CollectionId

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

-InputObject

Geef een verzamelingsobject op om een query op uit te voeren. Gebruik de cmdlet Get-CMCollection om dit object op te halen.

Type: IResultObject
Parameter Sets: ByValue
Aliases: Collection

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

-Name

Geef de naam op van een verzameling die moet worden opgevraagd. Bijvoorbeeld "All Users".

Type: String
Parameter Sets: ByName
Aliases: CollectionName

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

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

System.Object

OPMERKINGEN

Get-CMCollectionEvaluationStatus

Get-CMCollectionFullEvaluationStatus

Get-CMCollectionIncrementalEvaluationStatus

Get-CMCollectionInfoFromEvaluationQueue

Get-CMCollectionInfoFromFullEvaluationQueue

Get-CMCollectionInfoFromIncrementalEvaluationQueue

Get-CMCollectionInfoFromManualEvaluationQueue

Een evaluatie van een verzameling bekijken

Evaluatie van verzamelingen in Configuration Manager