Skip to content

Commit e4e06f9

Browse files
authored
Merge pull request MicrosoftDocs#728 from tseward/patch-379
Update Get-SPAppInstance.md
2 parents 9dc03cf + cb7fd6a commit e4e06f9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ schema: 2.0.0
1111

1212
Returns the metadata for an instance of an app.
1313

14-
15-
1614
## SYNTAX
1715

1816
### IdentityParameterSet
@@ -46,15 +44,15 @@ For permissions and the most current information about Windows PowerShell for Sh
4644

4745
### -----------EXAMPLE 1-----------
4846
```
49-
C:\PS>$instances = Get-SPAppInstance -Web http://localhost
47+
PS C:\>Get-SPAppInstance -Web http://localhost
5048
```
5149

5250
This example returns a collection if more than one app is installed on http://localhost.
5351
If only one app is installed, a single object is returned.
5452

5553
### -----------EXAMPLE 2-----------
5654
```
57-
C:\PS>$instance = Get-SPAppInstance -AppInstanceId $instance.Id
55+
PS C:\>Get-SPAppInstance -AppInstanceId $instance.Id
5856
```
5957

6058
This example returns the ID of an instance of an app.
@@ -97,6 +95,7 @@ Accept wildcard characters: False
9795
9896
### -App
9997
Specifies the App.
98+
10099
This parameter returns metadata for all instances of an app.
101100
102101
```yaml
@@ -135,7 +134,7 @@ Accept wildcard characters: False
135134
```
136135
137136
### -AppInstanceId
138-
{{Fill AppInstanceId Description}}
137+
Specifies the App Instance ID to display.
139138
140139
```yaml
141140
Type: Guid
@@ -151,7 +150,7 @@ Accept wildcard characters: False
151150
```
152151
153152
### -Web
154-
{{Fill Web Description}}
153+
Specifies the SPWeb object.
155154
156155
```yaml
157156
Type: SPWebPipeBind

0 commit comments

Comments
 (0)