Skip to content

Commit dddda69

Browse files
authored
Merge pull request MicrosoftDocs#847 from tseward/patch-481
Update Get-SPWorkflowServiceApplicationProxy.md
2 parents 631abb5 + 00d395b commit dddda69

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
external help file:
3-
applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
3+
applicable: SharePoint Server 2013, SharePoint Server 2016
44
title: Get-SPWorkflowServiceApplicationProxy
55
schema: 2.0.0
66
---
77

88
# Get-SPWorkflowServiceApplicationProxy
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns the Workflow Service Application Proxy.
1212

1313
## SYNTAX
1414

@@ -18,27 +18,28 @@ Get-SPWorkflowServiceApplicationProxy [-AssignmentCollection <SPAssignmentCollec
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Returns the Workflow Service Application Proxy.
2222

2323
## EXAMPLES
2424

2525
### Example 1
2626
```
27-
PS C:\> {{ Add example code here }}
27+
PS C:\>Get-SPWorkflowServiceApplicationProxy
2828
```
29-
30-
{{ Add example description here }}
29+
Returns the Workflow Service Application Proxy.
3130

3231
## PARAMETERS
3332

3433
### -AssignmentCollection
35-
{{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.
3637

3738
```yaml
3839
Type: SPAssignmentCollection
3940
Parameter Sets: (All)
4041
Aliases:
41-
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
42+
Applicable: SharePoint Server 2013, SharePoint Server 2016
4243

4344
Required: False
4445
Position: Named
@@ -54,7 +55,7 @@ Prompts you for confirmation before running the cmdlet.
5455
Type: SwitchParameter
5556
Parameter Sets: (All)
5657
Aliases: cf
57-
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
58+
Applicable: SharePoint Server 2013, SharePoint Server 2016
5859

5960
Required: False
6061
Position: Named
@@ -71,7 +72,7 @@ The cmdlet is not run.
7172
Type: SwitchParameter
7273
Parameter Sets: (All)
7374
Aliases: wi
74-
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
75+
Applicable: SharePoint Server 2013, SharePoint Server 2016
7576

7677
Required: False
7778
Position: Named

0 commit comments

Comments
 (0)