Get-CMCollectionInfoFromEvaluationQueue
SYNOPSIS
Verzamelgegevens ophalen uit de evaluatiewachtrij.
SYNTAX
ByName (standaard)
Get-CMCollectionInfoFromEvaluationQueue [[-Name] <String>] -EvaluationTypeOption <EvaluationType>
[-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]
ById
Get-CMCollectionInfoFromEvaluationQueue [-Id] <String> -EvaluationTypeOption <EvaluationType>
[-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]
ByValue
Get-CMCollectionInfoFromEvaluationQueue [-InputObject] <IResultObject> -EvaluationTypeOption <EvaluationType>
[-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]
DESCRIPTION
Verzamelgegevens ophalen uit de 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: Alle verzamelingen tonen die moeten worden geƫvalueerd
Get-CMCollectionInfoFromEvaluationQueue -EvaluationTypeOption Full
PARAMETERS
-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
-EvaluationTypeOption
Geef het type evaluatiewachtrij op waarvoor de status moet worden op halen. Zie Bewakingswachtrijen voor de evaluatie van verzamelingen voor meer informatie.
Type: EvaluationType
Parameter Sets: (All)
Aliases:
Accepted values: Full, Incremental, Manual, New
Required: True
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
-Id
Geef de id op van een verzameling die moet worden opgevraagd. Bijvoorbeeld "SMS00002"
.
Type: String
Parameter Sets: ById
Aliases: CollectionId
Required: True
Position: 0
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: 0
Default value: None
Accept pipeline input: True (ByValue)
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: 0
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
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
OUTPUTS
IResultObject[]#SMS_CollectionInfoInFullEvaluationQueue
IResultObject#SMS_CollectionInfoInFullEvaluationQueue
IResultObject[]#SMS_CollectionInfoInIncrementalEvaluationQueue
IResultObject#SMS_CollectionInfoInIncrementalEvaluationQueue
IResultObject[]#SMS_CollectionInfoInManualEvaluationQueue
IResultObject#SMS_CollectionInfoInManualEvaluationQueue
IResultObject[]#SMS_CollectionInfoInNewEvaluationQueue
IResultObject#SMS_CollectionInfoInNewEvaluationQueue
OPMERKINGEN
RELATED LINKS
Get-CMCollectionEvaluationStatus
Get-CMCollectionFullEvaluationStatus
Get-CMCollectionIncrementalEvaluationStatus
Get-CMCollectionInfoFromFullEvaluationQueue
Get-CMCollectionInfoFromIncrementalEvaluationQueue
Get-CMCollectionInfoFromManualEvaluationQueue
Get-CMCollectionInfoFromNewEvaluationQueue