Get-CMCollectionInfoFromEvaluationQueue
Get collection information from the evaluation queue.
Syntax
Get-CMCollectionInfoFromEvaluationQueue
[[-Name] <String>]
-EvaluationTypeOption <EvaluationType>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Get-CMCollectionInfoFromEvaluationQueue
[-Id] <String>
-EvaluationTypeOption <EvaluationType>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Get-CMCollectionInfoFromEvaluationQueue
[-InputObject] <IResultObject>
-EvaluationTypeOption <EvaluationType>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Description
Get collection information from the evaluation queue. For more information, see How to view collection evaluation.
Tip
The collection evaluation process happens on primary sites, not on the central administration site (CAS). Use this cmdlet when connected to a primary site.
Examples
Example 1: Show all collections due for full evaluation
Get-CMCollectionInfoFromEvaluationQueue -EvaluationTypeOption Full
Parameters
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EvaluationTypeOption
Specify the type of evaluation queue for which to get the status. For more information, see Monitoring collection evaluation queues.
Type: | EvaluationType |
Accepted values: | Full, Incremental, Manual, New |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
Specify the ID of a collection to query. For example, "SMS00002"
.
Type: | String |
Aliases: | CollectionId |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Specify a collection object to query. To get this object, use the Get-CMCollection cmdlet.
Type: | IResultObject |
Aliases: | Collection |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specify the name of a collection to query. For example, "All Users"
.
Type: | String |
Aliases: | CollectionName |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
Outputs
IResultObject[]
IResultObject
IResultObject[]
IResultObject
IResultObject[]
IResultObject
IResultObject[]
IResultObject
Related Links
- Get-CMCollectionEvaluationStatus
- Get-CMCollectionFullEvaluationStatus
- Get-CMCollectionIncrementalEvaluationStatus
- Get-CMCollectionInfoFromFullEvaluationQueue
- Get-CMCollectionInfoFromIncrementalEvaluationQueue
- Get-CMCollectionInfoFromManualEvaluationQueue
- Get-CMCollectionInfoFromNewEvaluationQueue
- How to view collection evaluation
- Collection evaluation in Configuration Manager