Skip to content

Commit b54b2c9

Browse files
authored
Merge pull request MicrosoftDocs#838 from tseward/patch-472
Update Get-SPSecureStoreApplication.md
2 parents edb068e + f1d79eb commit b54b2c9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ For permissions and the most current information about Windows PowerShell for Sh
3737

3838
### ------------------EXAMPLE 1------------------
3939
```
40-
C:\PS>$ssApp = Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApplication"
40+
PS C:\>$ssApp = Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApplication"
4141
```
4242

4343
This example gets the Secure Store application for the target application with the name ContosoTargetApplication.
4444

4545
### ------------------EXAMPLE 2------------------
4646
```
47-
C:\PS>Get-SPSecureStoreApplication -ServiceContext http://contoso -All
47+
PS C:\>Get-SPSecureStoreApplication -ServiceContext http://contoso -All
4848
```
4949

50-
This example returns all of the Secure Store applicationshttp://contoso.
50+
This example returns all of the Secure Store applications http://contoso.
5151

5252
## PARAMETERS
5353

@@ -84,13 +84,9 @@ Accept wildcard characters: False
8484
```
8585
8686
### -AssignmentCollection
87-
Manages objects for the purpose of proper disposal.
88-
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.
89-
Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory.
90-
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.
87+
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.
9188
92-
When the Global parameter is used, all objects are contained in the global store.
93-
If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
89+
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.
9490
9591
```yaml
9692
Type: SPAssignmentCollection
@@ -106,7 +102,7 @@ Accept wildcard characters: False
106102
```
107103
108104
### -All
109-
{{Fill All Description}}
105+
Returns all secure store applications for the given Service Context.
110106
111107
```yaml
112108
Type: SwitchParameter

0 commit comments

Comments
 (0)