Skip to content

Commit 3d71f16

Browse files
authored
Merge pull request MicrosoftDocs#642 from tseward/patch-329
Update Set-SPProjectEventServiceSettings.md
2 parents 39d7f37 + 1d60e6e commit 3d71f16

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
external help file:
3-
applicable: Project Server 2013, Project Server 2016
3+
applicable: Project Server 2016
44
title: Set-SPProjectEventServiceSettings
55
schema: 2.0.0
66
---
77

88
# Set-SPProjectEventServiceSettings
99

1010
## 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.
1212

1313
## SYNTAX
1414

@@ -18,28 +18,30 @@ Set-SPProjectEventServiceSettings [-AssignmentCollection <SPAssignmentCollection
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
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.
2222

2323
## EXAMPLES
2424

2525
### --------------------EXAMPLE---------------------
2626
```
27-
PS C:\> {{ Add example code here }}
27+
PS C:\>Set-SPProjectEventServiceSettings -NetTcpPort 16100
2828
```
2929

30-
{{ Add example description here }}
30+
This example tells the service to listen on port 16100.
3131

3232

3333
## PARAMETERS
3434

3535
### -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.
3739

3840
```yaml
3941
Type: SPAssignmentCollection
4042
Parameter Sets: (All)
4143
Aliases:
42-
Applicable: Project Server 2013, Project Server 2016
44+
Applicable: Project Server 2016
4345

4446
Required: False
4547
Position: Named
@@ -49,13 +51,13 @@ Accept wildcard characters: False
4951
```
5052
5153
### -NetTcpPort
52-
{{Fill NetTcpPort Description}}
54+
TCP port to listen on.
5355
5456
```yaml
5557
Type: Int32
5658
Parameter Sets: (All)
5759
Aliases:
58-
Applicable: Project Server 2013, Project Server 2016
60+
Applicable: Project Server 2016
5961

6062
Required: False
6163
Position: Named

0 commit comments

Comments
 (0)