Skip to content

Commit 3f04704

Browse files
authored
Merge pull request MicrosoftDocs#2494 from velkovb/fix/2445-add-output
Resolves MicrosoftDocs#2445
2 parents bf0c8e5 + 03c4662 commit 3f04704

File tree

5 files changed

+35
-30
lines changed

5 files changed

+35
-30
lines changed

docset/winserver2012-ps/webadministration/Get-WebBinding.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The host name for which the binding is configured.
3737
```yaml
3838
Type: String
3939
Parameter Sets: (All)
40-
Aliases:
40+
Aliases:
4141

4242
Required: False
4343
Position: Named
@@ -52,7 +52,7 @@ The IP address for which the binding is configured.
5252
```yaml
5353
Type: String
5454
Parameter Sets: (All)
55-
Aliases:
55+
Aliases:
5656

5757
Required: False
5858
Position: Named
@@ -67,7 +67,7 @@ The name of the site for which binding information is returned.
6767
```yaml
6868
Type: String
6969
Parameter Sets: (All)
70-
Aliases:
70+
Aliases:
7171

7272
Required: False
7373
Position: 0
@@ -82,7 +82,7 @@ The port for which the binding is configured.
8282
```yaml
8383
Type: String
8484
Parameter Sets: (All)
85-
Aliases:
85+
Aliases:
8686

8787
Required: False
8888
Position: Named
@@ -97,7 +97,7 @@ The protocol for which the binding is configured, usually http, https or ftp.
9797
```yaml
9898
Type: String
9999
Parameter Sets: (All)
100-
Aliases:
100+
Aliases:
101101

102102
Required: False
103103
Position: Named
@@ -113,7 +113,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
113113
114114
## OUTPUTS
115115
116+
### Microsoft.IIs.PowerShell.Framework.ConfigurationElement#bindings#binding
117+
116118
## NOTES
117119
118120
## RELATED LINKS
119-

docset/winserver2012r2-ps/webadministration/Get-WebBinding.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Specifies the host name for which the binding is configured.
3939
```yaml
4040
Type: String
4141
Parameter Sets: (All)
42-
Aliases:
42+
Aliases:
4343

4444
Required: False
4545
Position: Named
@@ -54,7 +54,7 @@ Specifies the IP address for which the binding is configured.
5454
```yaml
5555
Type: String
5656
Parameter Sets: (All)
57-
Aliases:
57+
Aliases:
5858

5959
Required: False
6060
Position: Named
@@ -69,7 +69,7 @@ Specifies the name of the site for which this cmdlet returns binding information
6969
```yaml
7070
Type: String
7171
Parameter Sets: (All)
72-
Aliases:
72+
Aliases:
7373

7474
Required: False
7575
Position: 0
@@ -84,7 +84,7 @@ Specifies the port for which the binding is configured.
8484
```yaml
8585
Type: String
8686
Parameter Sets: (All)
87-
Aliases:
87+
Aliases:
8888

8989
Required: False
9090
Position: Named
@@ -100,7 +100,7 @@ The protocol is usually HTTP, HTTPS, or FTP.
100100
```yaml
101101
Type: String
102102
Parameter Sets: (All)
103-
Aliases:
103+
Aliases:
104104

105105
Required: False
106106
Position: Named
@@ -116,6 +116,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
116116
117117
## OUTPUTS
118118
119+
### Microsoft.IIs.PowerShell.Framework.ConfigurationElement#bindings#binding
120+
119121
## NOTES
120122
121123
## RELATED LINKS
@@ -125,4 +127,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
125127
[Remove-WebBinding](./Remove-WebBinding.md)
126128
127129
[Set-WebBinding](./Set-WebBinding.md)
128-

docset/winserver2016-ps/webadministration/Get-WebBinding.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Specifies the host name for which the binding is configured.
4040
```yaml
4141
Type: String
4242
Parameter Sets: (All)
43-
Aliases:
43+
Aliases:
4444

4545
Required: False
4646
Position: Named
@@ -55,7 +55,7 @@ Specifies the IP address for which the binding is configured.
5555
```yaml
5656
Type: String
5757
Parameter Sets: (All)
58-
Aliases:
58+
Aliases:
5959

6060
Required: False
6161
Position: Named
@@ -70,7 +70,7 @@ Specifies the name of the site for which this cmdlet returns binding information
7070
```yaml
7171
Type: String
7272
Parameter Sets: (All)
73-
Aliases:
73+
Aliases:
7474

7575
Required: False
7676
Position: 0
@@ -85,7 +85,7 @@ Specifies the port for which the binding is configured.
8585
```yaml
8686
Type: String
8787
Parameter Sets: (All)
88-
Aliases:
88+
Aliases:
8989

9090
Required: False
9191
Position: Named
@@ -101,7 +101,7 @@ The protocol is usually HTTP, HTTPS, or FTP.
101101
```yaml
102102
Type: String
103103
Parameter Sets: (All)
104-
Aliases:
104+
Aliases:
105105

106106
Required: False
107107
Position: Named
@@ -117,6 +117,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117117
118118
## OUTPUTS
119119
120+
### Microsoft.IIs.PowerShell.Framework.ConfigurationElement#bindings#binding
121+
120122
## NOTES
121123
122124
## RELATED LINKS
@@ -126,4 +128,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
126128
[Remove-WebBinding](./Remove-WebBinding.md)
127129
128130
[Set-WebBinding](./Set-WebBinding.md)
129-

docset/winserver2019-ps/webadministration/Get-WebBinding.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Specifies the host name for which the binding is configured.
4040
```yaml
4141
Type: String
4242
Parameter Sets: (All)
43-
Aliases:
43+
Aliases:
4444

4545
Required: False
4646
Position: Named
@@ -55,7 +55,7 @@ Specifies the IP address for which the binding is configured.
5555
```yaml
5656
Type: String
5757
Parameter Sets: (All)
58-
Aliases:
58+
Aliases:
5959

6060
Required: False
6161
Position: Named
@@ -70,7 +70,7 @@ Specifies the name of the site for which this cmdlet returns binding information
7070
```yaml
7171
Type: String
7272
Parameter Sets: (All)
73-
Aliases:
73+
Aliases:
7474

7575
Required: False
7676
Position: 0
@@ -85,7 +85,7 @@ Specifies the port for which the binding is configured.
8585
```yaml
8686
Type: String
8787
Parameter Sets: (All)
88-
Aliases:
88+
Aliases:
8989

9090
Required: False
9191
Position: Named
@@ -101,7 +101,7 @@ The protocol is usually HTTP, HTTPS, or FTP.
101101
```yaml
102102
Type: String
103103
Parameter Sets: (All)
104-
Aliases:
104+
Aliases:
105105

106106
Required: False
107107
Position: Named
@@ -117,6 +117,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117117
118118
## OUTPUTS
119119
120+
### Microsoft.IIs.PowerShell.Framework.ConfigurationElement#bindings#binding
121+
120122
## NOTES
121123
122124
## RELATED LINKS
@@ -126,4 +128,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
126128
[Remove-WebBinding](./Remove-WebBinding.md)
127129
128130
[Set-WebBinding](./Set-WebBinding.md)
129-

docset/winserver2022-ps/webadministration/Get-WebBinding.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Specifies the host name for which the binding is configured.
4040
```yaml
4141
Type: String
4242
Parameter Sets: (All)
43-
Aliases:
43+
Aliases:
4444

4545
Required: False
4646
Position: Named
@@ -55,7 +55,7 @@ Specifies the IP address for which the binding is configured.
5555
```yaml
5656
Type: String
5757
Parameter Sets: (All)
58-
Aliases:
58+
Aliases:
5959

6060
Required: False
6161
Position: Named
@@ -70,7 +70,7 @@ Specifies the name of the site for which this cmdlet returns binding information
7070
```yaml
7171
Type: String
7272
Parameter Sets: (All)
73-
Aliases:
73+
Aliases:
7474

7575
Required: False
7676
Position: 0
@@ -85,7 +85,7 @@ Specifies the port for which the binding is configured.
8585
```yaml
8686
Type: String
8787
Parameter Sets: (All)
88-
Aliases:
88+
Aliases:
8989

9090
Required: False
9191
Position: Named
@@ -101,7 +101,7 @@ The protocol is usually HTTP, HTTPS, or FTP.
101101
```yaml
102102
Type: String
103103
Parameter Sets: (All)
104-
Aliases:
104+
Aliases:
105105

106106
Required: False
107107
Position: Named
@@ -117,6 +117,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117117
118118
## OUTPUTS
119119
120+
### Microsoft.IIs.PowerShell.Framework.ConfigurationElement#bindings#binding
121+
120122
## NOTES
121123
122124
## RELATED LINKS
@@ -126,4 +128,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
126128
[Remove-WebBinding](./Remove-WebBinding.md)
127129
128130
[Set-WebBinding](./Set-WebBinding.md)
129-

0 commit comments

Comments
 (0)