Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Get-CMCollectionInfoFromManualEvaluationQueue
- Module:
- ConfigurationManager Module
Get collection information from the manual evaluation queue.
Syntax
ByName (Default)
Get-CMCollectionInfoFromManualEvaluationQueue
[-Name <String>]
[<CommonParameters>]
ById
Get-CMCollectionInfoFromManualEvaluationQueue
-Id <String>
[<CommonParameters>]
ByValue
Get-CMCollectionInfoFromManualEvaluationQueue
-InputObject <IResultObject>
[<CommonParameters>]
Description
Get collection information from the manual 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
Get-CMCollectionInfoFromManualEvaluationQueue -Id "SMS00002"
Parameters
-Id
Specify the ID of a collection to query. For example, "SMS00002".
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | CollectionId |
Parameter sets
-InputObject
Specify a collection object to query. To get this object, use the Get-CMCollection cmdlet.
Parameter properties
| Type: | IResultObject |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | Collection |
Parameter sets
-Name
Specify the name of a collection to query. For example, "All Users".
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | CollectionName |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
None
Outputs
System.Object
Related Links
- Get-CMCollectionEvaluationStatus
- Get-CMCollectionFullEvaluationStatus
- Get-CMCollectionIncrementalEvaluationStatus
- Get-CMCollectionInfoFromEvaluationQueue
- Get-CMCollectionInfoFromFullEvaluationQueue
- Get-CMCollectionInfoFromIncrementalEvaluationQueue
- Get-CMCollectionInfoFromNewEvaluationQueue
- How to view collection evaluation
- Collection evaluation in Configuration Manager
Feedback
Was this page helpful?
