Skip to content

Commit 5819b1d

Browse files
committed
Changes in description
1 parent ac444e1 commit 5819b1d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOfficeStoreAppsDefaultActivation.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ schema: 2.0.0
1212
Returns the properties of apps for Office.
1313

1414

15-
1615
## SYNTAX
1716

1817
### AppsForOfficeSettingsInSiteSubscription
@@ -29,23 +28,24 @@ Get-SPOfficeStoreAppsDefaultActivation -WebApplication <SPWebApplicationPipeBind
2928

3029
## DESCRIPTION
3130
This cmdlet contains more than one parameter set.
32-
You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets.
31+
You may only use parameters from one parameter set and you may not combine parameters from different parameter sets.
3332
For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).
3433

35-
Use the Get-SPOfficeStoreAppsDefaultActivation cmdlet to return settings for apps for Office that run in a specific web application.
34+
Use the `Get-SPOfficeStoreAppsDefaultActivation` cmdlet to return settings for apps for Office that run in a specific web application.
3635

3736
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).
3837

38+
3939
## EXAMPLES
4040

41-
### --------EXAMPLE 1------
41+
### -----------------------EXAMPLE 1-----------------------------
4242
```
4343
C:\PS>Get-SPOfficeStoreAppsDefaultActivation -WebApplication http://sphvm-8044
4444
```
4545

4646
This examples returns the setting for the web application http://sphvm-8044.
4747

48-
### --------EXAMPLE 2------
48+
### -----------------------EXAMPLE 2-----------------------------
4949
```
5050
C:\PS>Get-SPOfficeStoreAppsDefaultActivation -SiteSubscription efca5b88-b3a3-448d-afbc-ef620f4744f1
5151
```
@@ -57,6 +57,7 @@ This examples returns the Subscription ID setting for the tenant
5757
### -SiteSubscription
5858
Specifies the Site Group to which the settings apply.
5959

60+
6061
```yaml
6162
Type: SPSiteSubscriptionPipeBind
6263
Parameter Sets: AppsForOfficeSettingsInSiteSubscription
@@ -73,6 +74,7 @@ Accept wildcard characters: False
7374
### -WebApplication
7475
Specifies the URL, GUID, or name of the web application to which the setting applies.
7576
77+
7678
```yaml
7779
Type: SPWebApplicationPipeBind
7880
Parameter Sets: AppsForOfficeSettingsInWebApplication
@@ -93,7 +95,8 @@ Using the SPAssignment object, you can assign objects to a variable and dispose
9395
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.
9496
9597
When the Global parameter is used, all objects are contained in the global store.
96-
If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
98+
If objects are not immediately used, or disposed of by using the `Stop-SPAssignment` command, an out-of-memory scenario can occur.
99+
97100

98101
```yaml
99102
Type: SPAssignmentCollection
@@ -120,4 +123,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
120123
## RELATED LINKS
121124

122125
[Set-SPOfficeStoreAppsDefaultActivation](Set-SPOfficeStoreAppsDefaultActivation.md)
123-

0 commit comments

Comments
 (0)