Skip to content

Commit 07edbb0

Browse files
authored
Merge pull request MicrosoftDocs#2624 from TimShererWithAquent/webapplicationproxy-v-tishe
WebApplicationProxy PowerShell reference update
2 parents c32756f + 31dd24f commit 07edbb0

12 files changed

+69
-4
lines changed

docset/winserver2022-ps/webapplicationproxy/Add-WebApplicationProxyApplication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
455455

456456
## INPUTS
457457

458+
### System.String
459+
460+
### System.Management.Automation.SwitchParameter
461+
462+
### System.UInt32
463+
458464
## OUTPUTS
459465

466+
### System.Object
467+
460468
## NOTES
461469

462470
## RELATED LINKS

docset/winserver2022-ps/webapplicationproxy/Get-WebApplicationProxyApplication.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
158158

159159
## INPUTS
160160

161+
### System.Guid
162+
163+
### System.String
164+
161165
## OUTPUTS
162166

163-
### Microsoft.Management.Infrastructure.CimInstance#PublishedWebApp[]
167+
### Microsoft.Management.Infrastructure.CimInstance#PublishedWebApp
168+
169+
### Microsoft.Management.Infrastructure.CimInstance[]
170+
164171
If the cmdlet finds more than one application, it displays a list of the applications.
165172
If the cmdlet gets a single application, it displays the properties of the application.
166173

docset/winserver2022-ps/webapplicationproxy/Get-WebApplicationProxyAvailableADFSRelyingParty.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
138138

139139
## INPUTS
140140

141+
### None
142+
141143
## OUTPUTS
142144

143-
### Microsoft.Management.Infrastructure.CimInstance#RelyingPartyMetadata[]
145+
### Microsoft.Management.Infrastructure.CimInstance[]
146+
147+
### Microsoft.Management.Infrastructure.CimInstance#RelyingPartyMetadata
144148

145149
## NOTES
146150

docset/winserver2022-ps/webapplicationproxy/Get-WebApplicationProxyConfiguration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
101101

102102
## INPUTS
103103

104+
### None
105+
104106
## OUTPUTS
105107

108+
### Microsoft.Management.Infrastructure.CimInstance
109+
106110
### Microsoft.Management.Infrastructure.CimInstance#AppProxyGlobalConfiguration
111+
107112
Displays the Web Application Proxy configuration.
108113

109114
## NOTES

docset/winserver2022-ps/webapplicationproxy/Get-WebApplicationProxyHealth.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5252

5353
## INPUTS
5454

55+
### None
56+
5557
## OUTPUTS
5658

57-
### Microsoft.IdentityServer.ApplicationProxy.Management.PowerShell.Health.WebAppProxyHealthStatus
58-
The return value is 1 if healthy, and any other value for non-healthy.
59+
### System.Object
5960

6061
## NOTES
6162

docset/winserver2022-ps/webapplicationproxy/Get-WebApplicationProxySslCertificate.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
3838

3939
## INPUTS
4040

41+
### None
42+
4143
## OUTPUTS
4244

45+
### System.Object
46+
4347
## NOTES
4448

4549
## RELATED LINKS

docset/winserver2022-ps/webapplicationproxy/Install-WebApplicationProxy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
160160

161161
## INPUTS
162162

163+
### None
164+
163165
## OUTPUTS
164166

167+
### System.Object
168+
165169
## NOTES
166170

167171
## RELATED LINKS

docset/winserver2022-ps/webapplicationproxy/Remove-WebApplicationProxyApplication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
152152

153153
## INPUTS
154154

155+
### System.Guid[]
156+
155157
## OUTPUTS
156158

159+
### System.Object
160+
157161
## NOTES
158162

159163
## RELATED LINKS

docset/winserver2022-ps/webapplicationproxy/Set-WebApplicationProxyApplication.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
462462

463463
## INPUTS
464464

465+
### System.String
466+
467+
### System.Management.Automation.SwitchParameter
468+
469+
### System.UInt32
470+
471+
### System.Guid
472+
465473
## OUTPUTS
466474

475+
### System.Object
476+
467477
## NOTES
468478

469479
## RELATED LINKS

docset/winserver2022-ps/webapplicationproxy/Set-WebApplicationProxyConfiguration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
281281

282282
## INPUTS
283283

284+
### System.Uri
285+
286+
### System.String
287+
288+
### System.String[]
289+
290+
### System.UInt32
291+
284292
## OUTPUTS
285293

294+
### System.Object
295+
286296
## NOTES
287297

288298
## RELATED LINKS

0 commit comments

Comments
 (0)