Skip to content

Commit df8fbe3

Browse files
authored
Merge pull request MicrosoftDocs#835 from tseward/patch-468
Update Get-SPProjectEnterpriseProjectTaskSync.md
2 parents c166c36 + 95824ec commit df8fbe3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

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

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns whether the task list sync between Project Web App and project sites is enabled or disabled. This cmdlet returns a value only if the feature has previously been enabled or disabled.
1212

1313
## SYNTAX
1414

@@ -18,21 +18,23 @@ Get-SPProjectEnterpriseProjectTaskSync [-AssignmentCollection <SPAssignmentColle
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Returns whether the task list sync between Project Web App and project sites is enabled or disabled. This cmdlet returns a value only if the feature has previously been enabled or disabled.
2222

2323
## EXAMPLES
2424

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

30-
{{ Add example description here }}
30+
This example shows the syntax for getting the task sync status for the Project Web App site at 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
@@ -48,7 +50,7 @@ Accept wildcard characters: False
4850
```
4951
5052
### -Url
51-
{{Fill Url Description}}
53+
The URL of the PWA site.
5254
5355
```yaml
5456
Type: Uri

0 commit comments

Comments
 (0)