Get-CMCategory
SYNOPSIS
Haalt configuratiecategorieën op in Configuration Manager.
SYNTAX
GetCategoryByName (standaard)
Get-CMCategory [-CategoryType <CategoryType>] [-Name <String>] [-DisableWildcardHandling]
[-ForceWildcardHandling] [<CommonParameters>]
GetCategoryById
Get-CMCategory -Id <String[]> [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]
DESCRIPTION
De cmdlet Get-CMCategory haalt configuratiecategorieën op in Configuration Manager. Configuratiecategorieën bieden een optionele methode voor het sorteren en filteren van configuratiebasislijnen en configuratie-items in Configuration Manager en Configuration Manager rapporten.
Notitie
Voer Configuration Manager cmdlets uit vanaf Configuration Manager-sitestation, bijvoorbeeld PS XYZ:\>
. Zie Aan de slag voor meer informatie.
EXAMPLES
Voorbeeld 1: Configuratiecategorieën op basis van een naam
PS XYZ:\> Get-CMCategory -CategoryType "DriverCategories" -Name "NewLaptopDriverSet"
Met deze opdracht worden configuratie stuurprogrammacategorieën in Configuration Manager die de naam NewLaptopDriverSet hebben.
PARAMETERS
-CategoryType
Hiermee geeft u een categorietype. Geldige waarden zijn:
- Basislijncategorieën
- DriverCategories
- AppCategories
- GlobalCondition
- CatalogCategories
Type: CategoryType
Parameter Sets: GetCategoryByName
Aliases:
Accepted values: UserCategories, BaselineCategories, DriverCategories, AppCategories, GlobalCondition, CatalogCategories
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-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
-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
Hiermee geeft u een matrix met ID's van configuratiecategorieën op.
Type: String[]
Parameter Sets: GetCategoryById
Aliases: CategoryInstanceUniqueid, CategoryId
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name
Hiermee geeft u een matrix met namen van configuratiecategorieën op.
Type: String
Parameter Sets: GetCategoryByName
Aliases: LocalizedCategoryInstanceName, CategoryName
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True
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.