Add-CMFallbackStatusPoint
Add a fallback status point to a Configuration Manager site.
Syntax
Add-CMFallbackStatusPoint
-InputObject <IResultObject>
[-StateMessageCount <Int32>]
[-ThrottleMins <Int32>]
[-ThrottleSec <Int32>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Add-CMFallbackStatusPoint
[-SiteCode <String>]
[-SiteSystemServerName] <String>
[-StateMessageCount <Int32>]
[-ThrottleMins <Int32>]
[-ThrottleSec <Int32>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Use this cmdlet to add a fallback status point to a Configuration Manager site. The fallback status point is a site system role that helps you monitor client installation. It identifies clients that are unmanaged because they can't communicate with their management point. Although this role is supported only at primary sites, you can install multiple instances of this role at a site, and at multiple sites in the same hierarchy. For more information, see Determine the site system roles for Configuration Manager clients.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Add a fallback status point
This command adds a fallback status point for site CM1. The command also specifies number of messages and throttle time period for the fallback status point.
Add-CMFallbackStatusPoint -SiteCode "CM1" -SiteSystemServerName "CMFSPPoint.Western.Contoso.com" -StateMessageNum 10000 -ThrottleInterval 60
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
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 |
-InputObject
Specify a site system server object as the target for this role. To get this object, use the Get-CMSiteSystemServer cmdlet.
Type: | IResultObject |
Aliases: | SiteServer |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SiteCode
Specify the site code for this site system role.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SiteSystemServerName
Specify the FQDN of the server as the target for this role.
Type: | String |
Aliases: | Name, ServerName |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StateMessageCount
Specify the number of state messages that Configuration Manager can process within the throttle interval. Use either ThrottleMins or ThrottleSec to configure the throttle interval.
When the site server processes many state messages, it might decrease the performance of the site server. For more information, see Configuration options for site system roles - Fallback status point.
By default, this value is 10000
.
Type: | Int32 |
Aliases: | StateMessagesCount, StateMessageNum |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ThrottleMins
Configure the throttle interval in minutes for how Configuration Manager processes the state messages. Use this parameter with StateMessageCount.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ThrottleSec
Configure the throttle interval in seconds for how Configuration Manager processes the state messages. Use this parameter with StateMessageCount.
By default, this value is 3600
.
Type: | Int32 |
Aliases: | ThrottleIntervalSeconds, ThrottleInterval |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet doesn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
Outputs
IResultObject
Notes
For more information on this return object and its properties, see SMS_SCI_SysResUse server WMI class.