Reset-CsRoutingGroup
Enables administrators to reset a Windows Fabric routing group that is not working correctly.
Syntax
Default (Default)
Reset-CsRoutingGroup
[-RoutingGroup] <String>
[-Binding <String>]
[-Confirm]
[-Force]
[-HostNameStorageService <String>]
[-Lyss]
[-ResetType <RgResetType>]
[-TargetFqdn <Fqdn>]
[-WhatIf]
[<CommonParameters>]
Description
The Reset-CsRoutingGroup
cmdlet provides a way for administrators to reset Windows Fabric routing groups that are "missing" or are otherwise not working correctly.
Missing routing groups can be identified by using the Get-CsPoolFabricState
cmdlet and the FilterOnMissingReplicas parameter.
Examples
Example 1
Reset-CsRoutingGroup -RoutingGroup "bef5fa3b-3c97-4af0-abe7-611deee7616c" -ResetType "Transient"
The command shown in Example 1 performs a transient on the routing group with the identity bef5fa3b-3c97-4af0-abe7-611deee7616c.
Parameters
-Binding
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
PARAMVALUE: String
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | b |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Confirm
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Prompts you for confirmation before executing the command.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | cf |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Force
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Suppresses the display of any non-fatal error message that might occur when running the command.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-HostNameStorageService
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
PARAMVALUE: String
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | h |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Lyss
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
PARAMVALUE: SwitchParameter
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ResetType
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Type of reset to be performed. Allowed values are:
Permanent. Takes everything back from Back End Servers and recreates the whole routing group.
Transient. Resets the Windows Fabric service and fixes any issues, then syncs up any missing data from the RTCLocal Database.
Recreate. Deletes existing data from Windows Fabric service about the routing group and reloads them from the RTCLocal Database.
Parameter properties
Type: | RgResetType |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-RoutingGroup
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Globally unique identifier (GUID) of the routing group that needs to be reset. For example:
-RoutingGroup "bef5fa3b-3c97-4af0-abe7-611deee7616c"
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-TargetFqdn
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Fully qualified domain name of the pool containing the routing group that needs to be reset.
Parameter properties
Type: | Fqdn |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-WhatIf
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Describes what would happen if you executed the command without actually executing the command.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | wi |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
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
The Reset-CsRoutingGroup
cmdlet does not accept pipelined input.
Outputs
None
The Reset-CsRoutingGroup
cmdlet does return objects or data.