Skip to content

Commit 6f20a6b

Browse files
authored
Merge pull request MicrosoftDocs#4232 from get-itips/patch-105
Corrected Example 2
2 parents 015d98f + ead4054 commit 6f20a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Start-SPAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Ensure that you run `Stop-SPAssignment` before you attempt any iterations of mul
6060
$gc = Start-SPAssignment
6161
$web = $gc | Get-SPWeb https://MyWeb
6262
$web | Set-SPWeb -title "Accounting"
63-
Stop-SPAssignment -Identity $gc
63+
Stop-SPAssignment -SemiGlobal $gc
6464
```
6565

6666
This example sets the title of the SPWeb object in multiple lines and controls the rate of disposal.

0 commit comments

Comments
 (0)