You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-server/Set-SPProjectEventServiceSettings.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
external help file:
3
-
applicable: Project Server 2013, Project Server 2016
3
+
applicable: Project Server 2016
4
4
title: Set-SPProjectEventServiceSettings
5
5
schema: 2.0.0
6
6
---
7
7
8
8
# Set-SPProjectEventServiceSettings
9
9
10
10
## SYNOPSIS
11
-
{{Fill in the Synopsis}}
11
+
Allows you to change the Microsoft Project Server Events Service 2016 TCP port settings. If you change the TCP port, the Microsoft Project Server Events Service 2016 needs to be restarted for the changes to take effect.
Allows you to change the Microsoft Project Server Events Service 2016 TCP port settings. If you change the TCP port, the Microsoft Project Server Events Service 2016 needs to be restarted for the changes to take effect.
This example tells the service to listen on port 16100.
31
31
32
32
33
33
## PARAMETERS
34
34
35
35
### -AssignmentCollection
36
-
{{Fill AssignmentCollection Description}}
36
+
Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
37
+
38
+
When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
37
39
38
40
```yaml
39
41
Type: SPAssignmentCollection
40
42
Parameter Sets: (All)
41
43
Aliases:
42
-
Applicable: Project Server 2013, Project Server 2016
0 commit comments