Get-CMCollectionInfoFromNewEvaluationQueue
Get collection information from the new evaluation queue.
Syntax
Get-CMCollectionInfoFromNewEvaluationQueue
[-Name <String>]
[<CommonParameters>]
Get-CMCollectionInfoFromNewEvaluationQueue
-Id <String>
[<CommonParameters>]
Get-CMCollectionInfoFromNewEvaluationQueue
-InputObject <IResultObject>
[<CommonParameters>]
Description
Get collection information from the new 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-CMCollectionInfoFromNewEvaluationQueue -Id "SMS00002"
Parameters
-Id
Specify the ID of a collection to query. For example, "SMS00002"
.
Type: | String |
Aliases: | CollectionId |
Position: | Named |
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: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specify the name of a collection to query. For example, "All Users"
.
Type: | String |
Aliases: | CollectionName |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object
Related Links
- Get-CMCollectionEvaluationStatus
- Get-CMCollectionFullEvaluationStatus
- Get-CMCollectionIncrementalEvaluationStatus
- Get-CMCollectionInfoFromEvaluationQueue
- Get-CMCollectionInfoFromFullEvaluationQueue
- Get-CMCollectionInfoFromIncrementalEvaluationQueue
- Get-CMCollectionInfoFromManualEvaluationQueue
- How to view collection evaluation
- Collection evaluation in Configuration Manager