Skip to content

Commit f446360

Browse files
authored
Corrected Example 1
Replaced 'Type' with 'ResetType' in Example 1.
1 parent 52e6299 commit f446360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Reset-CsRoutingGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Missing routing groups can be identified by using the `Get-CsPoolFabricState` cm
3030

3131
### -------------------------- Example 1 --------------------------
3232
```
33-
Reset-CsRoutingGroup -RoutingGroup "bef5fa3b-3c97-4af0-abe7-611deee7616c" -Type "Transient"
33+
Reset-CsRoutingGroup -RoutingGroup "bef5fa3b-3c97-4af0-abe7-611deee7616c" -ResetType "Transient"
3434
```
3535

3636
The command shown in Example 1 performs a transient on the routing group with the identity bef5fa3b-3c97-4af0-abe7-611deee7616c.

0 commit comments

Comments
 (0)