Reset-CsRoutingGroup
Enables administrators to reset a Windows Fabric routing group that is not working correctly.
Syntax
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
PARAMVALUE: String
Type: | String |
Aliases: | b |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
-Confirm
Prompts you for confirmation before executing the command.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
-Force
Suppresses the display of any non-fatal error message that might occur when running the command.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
-HostNameStorageService
PARAMVALUE: String
Type: | String |
Aliases: | h |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
-Lyss
PARAMVALUE: SwitchParameter
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
-ResetType
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.
Type: | RgResetType |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
-RoutingGroup
Globally unique identifier (GUID) of the routing group that needs to be reset. For example:
-RoutingGroup "bef5fa3b-3c97-4af0-abe7-611deee7616c"
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
-TargetFqdn
Fully qualified domain name of the pool containing the routing group that needs to be reset.
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2015, Skype for Business Server 2019 |
Inputs
None.
The Reset-CsRoutingGroup
cmdlet does not accept pipelined input.
Outputs
None.
The Reset-CsRoutingGroup
cmdlet does return objects or data.