Skip to content

Commit f3f7430

Browse files
authored
Merge pull request MicrosoftDocs#2093 from nschonni/patch-2
typo: Retrives -> Retrieves
2 parents 16d718b + c41693e commit f3f7430

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)