Skip to content

Commit c41693e

Browse files
authored
typo: Retrives -> Retrieves
1 parent da16fe4 commit c41693e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPRoutingMachinePool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PS C:\>$pool = Get-SPRoutingMachinePool -RequestManagementSettings $rm -Name 'Ma
3434
PS C:\>$newMachine = Get-SPRoutingMachineInfo -RequestManagementSettings $rm -Name SP01
3535
PS C:\>Set-SPRoutingMachinePool -Identity $pool -MachineTargets ($pool.MachineTargets + $newMachine)
3636
```
37-
This example sets the routing machine pool on the specified Web Application. Using the Request Management settings of the Web Application, it retrives the existing routing machine pool named 'MachinePool'. It then gets the routing machine info for a new machine to add to the pool. Lastly, it sets the pool with the existing machine targets plus the new machine target.
37+
This example sets the routing machine pool on the specified Web Application. Using the Request Management settings of the Web Application, it retrieves the existing routing machine pool named 'MachinePool'. It then gets the routing machine info for a new machine to add to the pool. Lastly, it sets the pool with the existing machine targets plus the new machine target.
3838

3939
## PARAMETERS
4040

0 commit comments

Comments
 (0)