Skip to content

Commit 57ed7ca

Browse files
committed
Merge branch 'master' into chrisda
2 parents f669fcd + f4b1d63 commit 57ed7ca

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

skype/skype-ps/skype/Reset-CsPoolRegistrarState.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Reset-CsPoolRegistrarState
1313

1414
## SYNOPSIS
15-
Resets the Registrar and Windows fabric services for the specified Registrar pool.
15+
Resets the Registrar and Windows Fabric services for the specified Registrar pool.
1616
This cmdlet was introduced in Lync Server 2013.
1717

1818

@@ -64,7 +64,7 @@ Reset-CsPoolRegistrarState -PoolFqdn "atl-cs-001.litwareinc.com" -ResetType Quor
6464
In Example 3, a quorum loss recovery reset is carried on the pool `atl-cs-001.litwareinc.com`.
6565
A quorum loss recovery is reset is typically used when the number of active Front End servers in a pool falls below the quorum state (that is, when fewer than 85% of the Front End servers in a pool are currently active).
6666
Note that only those services that are in a quorum loss will have to reload user data from the backup store.
67-
Other services will be unaffected by this command/
67+
Other services will be unaffected by this command.
6868

6969

7070
### -------------------------- Example 4 --------------------------
@@ -81,7 +81,7 @@ Because of that, it is recommended that you first try to restart the pool using
8181
If that fails, please consult Microsoft support personnel before using the FullReset option.
8282

8383

84-
### -------------------------- Example 4 --------------------------
84+
### -------------------------- Example 5 --------------------------
8585
```
8686
Reset-CsPoolRegistrarState -PoolFqdn "atl-cs-001.litwareinc.com" -ResetType FullReset -NoReStart
8787
```
@@ -201,14 +201,14 @@ Accept wildcard characters: False
201201
### -ResetType
202202
Type of reset to be performed.
203203
Allowed values are:
204+
<ul>
205+
<li>ServiceReset. The RtcSrv and FabricHostSvc services are stopped and restarted.
206+
A service reset will be performed if the ResetType is not specified.</li>
204207
205-
ServiceReset - The RtcSrv and FabricHostSvc services are stopped and restarted.
206-
A service reset will be performed if the ResetType is not specified.
207-
208-
QuorumLossRecovery - Reloads user data from the backup store for any routing groups currently in quorum loss.
209-
(A quorum loss occurs when neither a database nor its replicas are available.) Data not yet written to the database could be lost when you do this type of reset.
208+
<li>QuorumLossRecovery. Reloads user data from the backup store for any routing groups currently in quorum loss.
209+
(A quorum loss occurs when neither a database nor its replicas are available.) Data not yet written to the database could be lost when you do this type of reset.</li>
210210
211-
FullReset - performs the same type of reset as QuorumLossRecovery but, in addition, rebuilds the local Skype for Business Server databases.
211+
<li> FullReset. Performs the same type of reset as QuorumLossRecovery but, in addition, rebuilds the local Skype for Business Server databases.
212212
This type of reset can be potentially long and resource-intensive.
213213
214214
Using the FullReset value can cause previously disabled nodes to be reenabled.
@@ -217,11 +217,11 @@ For example, if you use the FullReset value while one of the Front End Servers i
217217
Using the FullReset value when attempting to restart a pool will sometimes result in failure and the pool will not actually restart.
218218
Because of that, it is recommended that you first try to restart the pool using one of the other ResetType options.
219219
If that fails, please consult Microsoft support personnel before using the FullReset option.
220-
Typically FullReset is only used when changing a topology from a pool with a single Front End server to a pool with multiple Front End servers.
221-
222-
MachineStateRemoved -- Removes the specified server from the pool.
223-
This type of reset should be used only when the server in question (or its databases) have been permanently lost.
220+
Typically FullReset is only used when changing a topology from a pool with a single Front End server to a pool with multiple Front End servers.</li>
224221
222+
<li>MachineStateRemoved. Removes the specified server from the pool.
223+
This type of reset should be used only when the server in question (or its databases) have been permanently lost.</li>
224+
</ul>
225225
226226
```yaml
227227
Type: PoolResetType
@@ -269,7 +269,7 @@ Accept wildcard characters: False
269269
```
270270
271271
### CommonParameters
272-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
272+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
273273
274274
## INPUTS
275275

0 commit comments

Comments
 (0)