We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 015d98f + ead4054 commit 6f20a6bCopy full SHA for 6f20a6b
sharepoint/sharepoint-ps/sharepoint-server/Start-SPAssignment.md
@@ -60,7 +60,7 @@ Ensure that you run `Stop-SPAssignment` before you attempt any iterations of mul
60
$gc = Start-SPAssignment
61
$web = $gc | Get-SPWeb https://MyWeb
62
$web | Set-SPWeb -title "Accounting"
63
-Stop-SPAssignment -Identity $gc
+Stop-SPAssignment -SemiGlobal $gc
64
```
65
66
This example sets the title of the SPWeb object in multiple lines and controls the rate of disposal.
0 commit comments