Skip to content

Commit f42ede7

Browse files
authored
Merge pull request MicrosoftDocs#845 from tseward/patch-479
Update Get-SPUserSolutionAllowList.md
2 parents 8688bd8 + 862489e commit f42ede7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

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

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Gets the user managed solutions gallery configured on the specified web application.
1212

1313
## SYNTAX
1414

@@ -18,21 +18,22 @@ Get-SPUserSolutionAllowList [-AssignmentCollection <SPAssignmentCollection>] [-C
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Gets the user managed solutions gallery configured on the specified web application.
2222

2323
## EXAMPLES
2424

2525
### Example 1
2626
```
27-
PS C:\> {{ Add example code here }}
27+
PS C:\>Get-SPUserSolutionAllowList -WebApplication http://webAppUrl
2828
```
29-
30-
{{ Add example description here }}
29+
This example gets the user managed solutions gallery on the web application with root http://webAppUrl.
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
@@ -64,7 +65,7 @@ Accept wildcard characters: False
6465
```
6566
6667
### -WebApplication
67-
{{Fill WebApplication Description}}
68+
Specifies the web application to search for the user solution allow list.
6869
6970
```yaml
7071
Type: SPWebApplicationPipeBind

0 commit comments

Comments
 (0)