File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ schema: 2.0.0
11
11
12
12
Returns the metadata for an instance of an app.
13
13
14
-
15
-
16
14
## SYNTAX
17
15
18
16
### IdentityParameterSet
@@ -46,15 +44,15 @@ For permissions and the most current information about Windows PowerShell for Sh
46
44
47
45
### -----------EXAMPLE 1-----------
48
46
```
49
- C:\PS>$instances = Get-SPAppInstance -Web http://localhost
47
+ PS C:\> Get-SPAppInstance -Web http://localhost
50
48
```
51
49
52
50
This example returns a collection if more than one app is installed on http://localhost .
53
51
If only one app is installed, a single object is returned.
54
52
55
53
### -----------EXAMPLE 2-----------
56
54
```
57
- C:\PS>$instance = Get-SPAppInstance -AppInstanceId $instance.Id
55
+ PS C:\> Get-SPAppInstance -AppInstanceId $instance.Id
58
56
```
59
57
60
58
This example returns the ID of an instance of an app.
@@ -97,6 +95,7 @@ Accept wildcard characters: False
97
95
98
96
### -App
99
97
Specifies the App.
98
+
100
99
This parameter returns metadata for all instances of an app.
101
100
102
101
` ` ` yaml
@@ -135,7 +134,7 @@ Accept wildcard characters: False
135
134
` ` `
136
135
137
136
### -AppInstanceId
138
- {{Fill AppInstanceId Description}}
137
+ Specifies the App Instance ID to display.
139
138
140
139
` ` ` yaml
141
140
Type : Guid
@@ -151,7 +150,7 @@ Accept wildcard characters: False
151
150
` ` `
152
151
153
152
### -Web
154
- {{Fill Web Description}}
153
+ Specifies the SPWeb object.
155
154
156
155
` ` ` yaml
157
156
Type : SPWebPipeBind
You can’t perform that action at this time.
0 commit comments