Get-CMComponentStatusSetting

Get the settings for the site's component status summarizer.

Syntax

Get-CMComponentStatusSetting
   [-ComponentName <String>]
   [-SiteSystemServerName <String>]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [<CommonParameters>]

Description

Use this cmdlet to get the settings for the site's Component Status Summarizer. For more information, see Use the status system in Configuration Manager.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Examples

Example 1: Get settings for components

This command gets status summarizer settings for components whose name begins with SMS_REPL.

Get-CMComponentStatusSetting -ComponentName "SMS_REPL*"

Parameters

-ComponentName

Specify a name of a component. You can use wildcard characters:

  • *: Multiple characters
  • ?: Single character
Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-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

-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

-SiteSystemServerName

Specify the name of a site system server that hosts a component.

Note

This parameter is deprecated and may be removed in a future release.

Type:String
Aliases:Name
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:True

Inputs

None

Outputs

ComponentStatusSetting[]

ComponentStatusSetting