Get-CMCollectionInfoFromFullEvaluationQueue
SYNOPSIS
Verzamelgegevens ophalen uit de volledige evaluatiewachtrij.
SYNTAX
ByName (standaard)
Get-CMCollectionInfoFromFullEvaluationQueue [-Name <String>] [<CommonParameters>]
ById
Get-CMCollectionInfoFromFullEvaluationQueue -Id <String> [<CommonParameters>]
ByValue
Get-CMCollectionInfoFromFullEvaluationQueue -InputObject <IResultObject> [<CommonParameters>]
DESCRIPTION
Verzamelgegevens ophalen uit de volledige 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-CMCollectionInfoFromFullEvaluationQueue -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
RELATED LINKS
Get-CMCollectionEvaluationStatus
Get-CMCollectionFullEvaluationStatus
Get-CMCollectionIncrementalEvaluationStatus
Get-CMCollectionInfoFromEvaluationQueue
Get-CMCollectionInfoFromIncrementalEvaluationQueue
Get-CMCollectionInfoFromManualEvaluationQueue
Get-CMCollectionInfoFromNewEvaluationQueue