Skip to content

Commit edb068e

Browse files
authored
Merge pull request MicrosoftDocs#837 from tseward/patch-471
Update Get-SPProjectIsEmailNotificationEnabled.md
2 parents c1271b3 + 8a03f7c commit edb068e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Get-SPProjectIsEmailNotificationEnabled.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: Get-SPProjectIsEmailNotificationEnabled
55
schema: 2.0.0
66
---
77

88
# Get-SPProjectIsEmailNotificationEnabled
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns the Project Web App site level setting for email notifications. True if notifications is turned on, False otherwise.
1212

1313
## SYNTAX
1414

@@ -18,27 +18,29 @@ Get-SPProjectIsEmailNotificationEnabled [-Url] <Uri> [-AssignmentCollection <SPA
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Returns the Project Web App site level setting for email notifications. True if notifications is turned on, False otherwise.
2222

2323
## EXAMPLES
2424

2525
### Example 1
2626
```
27-
PS C:\> {{ Add example code here }}
27+
PS C:\>Get-SPProjectIsEmailNotificationEnabled -Url http://contoso/sites/pwa
2828
```
2929

30-
{{ Add example description here }}
30+
Returns the status of email notifications for the PWA site http://contoso/sites/pwa.
3131

3232
## PARAMETERS
3333

3434
### -AssignmentCollection
35-
{{Fill AssignmentCollection Description}}
35+
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.
36+
37+
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.
3638

3739
```yaml
3840
Type: SPAssignmentCollection
3941
Parameter Sets: (All)
4042
Aliases:
41-
Applicable: Project Server 2013, Project Server 2016
43+
Applicable: Project Server 2016
4244

4345
Required: False
4446
Position: Named
@@ -48,13 +50,13 @@ Accept wildcard characters: False
4850
```
4951
5052
### -Url
51-
{{Fill Url Description}}
53+
The URL of the Project Web App site.
5254
5355
```yaml
5456
Type: Uri
5557
Parameter Sets: (All)
5658
Aliases:
57-
Applicable: Project Server 2013, Project Server 2016
59+
Applicable: Project Server 2016
5860

5961
Required: True
6062
Position: 0

0 commit comments

Comments
 (0)