Skip to content

Commit c166c36

Browse files
authored
Merge pull request MicrosoftDocs#834 from tseward/patch-467
Update Get-SPProjectEventServiceSettings.md
2 parents afd941a + 58714f6 commit c166c36

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-SPProjectEventServiceSettings
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns the settings for the Microsoft Project Server Events Service. There is currently only one setting which is the port that the service listens on for requests.
1212

1313
## SYNTAX
1414

@@ -17,21 +17,23 @@ Get-SPProjectEventServiceSettings [-AssignmentCollection <SPAssignmentCollection
1717
```
1818

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
Returns the settings for the Microsoft Project Server Events Service. There is currently only one setting which is the port that the service listens on for requests.
2121

2222
## EXAMPLES
2323

2424
### Example 1
2525
```
26-
PS C:\> {{ Add example code here }}
26+
PS C:\>Get-SPProjectEventServiceSettings
2727
```
2828

29-
{{ Add example description here }}
29+
This example shows what port the service is listening on.
3030

3131
## PARAMETERS
3232

3333
### -AssignmentCollection
34-
{{Fill AssignmentCollection Description}}
34+
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.
35+
36+
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.
3537

3638
```yaml
3739
Type: SPAssignmentCollection

0 commit comments

Comments
 (0)