Skip to content

Commit db64737

Browse files
tiburdvelkovb
authored andcommitted
Merge pull request MicrosoftDocs#2602 from TimShererWithAquent/iisadministration-v-tishe-a
iisadministration PowerShell reference update
2 parents 4be4559 + 04df2c8 commit db64737

39 files changed

+147
-57
lines changed

docset/winserver2012-ps/netsecurity/Set-NetFirewallRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ Specifies that network packets with matching IP addresses match this rule.
525525
526526
This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
527527
528-
This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any.
528+
This parameter value is an IPv4 or IPv6 address, subnet, range, or the following keyword: Any.
529529
530530
The acceptable formats for this parameter are:
531531
@@ -947,7 +947,7 @@ Specifies that network packets with matching IP addresses match this rule.
947947

948948
This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
949949

950-
This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any.
950+
This parameter value is an IPv4 or IPv6 address, subnet, range, or the following keyword: Any.
951951

952952
The acceptable formats for this parameter are:
953953

docset/winserver2012r2-ps/netsecurity/Set-NetFirewallRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Specifies that network packets with matching IP addresses match this rule.
557557
558558
This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
559559
560-
This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any.
560+
This parameter value is an IPv4 or IPv6 address, subnet, range, or the following keyword: Any.
561561
562562
The acceptable formats for this parameter are:
563563
@@ -980,7 +980,7 @@ Specifies that network packets with matching IP addresses match this rule.
980980

981981
This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
982982

983-
This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any.
983+
This parameter value is an IPv4 or IPv6 address, subnet, range, or the following keyword: Any.
984984

985985
The acceptable formats for this parameter are:
986986

docset/winserver2016-ps/netsecurity/Set-NetFirewallRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ Accept wildcard characters: False
536536
### -LocalAddress
537537
Specifies that network packets with matching IP addresses match this rule.
538538
This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
539-
This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any.
539+
This parameter value is an IPv4 or IPv6 address, subnet, range, or the following keyword: Any.
540540
The acceptable formats for this parameter are:
541541
- Single IPv4 Address: 1.2.3.4
542542
- Single IPv6 Address: fe80::1
@@ -900,7 +900,7 @@ Accept wildcard characters: False
900900
### -RemoteAddress
901901
Specifies that network packets with matching IP addresses match this rule.
902902
This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
903-
This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any.
903+
This parameter value is an IPv4 or IPv6 address, subnet, range, or the following keyword: Any.
904904
The acceptable formats for this parameter are:
905905
- Single IPv4 Address: 1.2.3.4
906906
- Single IPv6 Address: fe80::1

docset/winserver2019-ps/netsecurity/Set-NetFirewallRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ Accept wildcard characters: False
536536
### -LocalAddress
537537
Specifies that network packets with matching IP addresses match this rule.
538538
This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
539-
This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any.
539+
This parameter value is an IPv4 or IPv6 address, subnet, range, or the following keyword: Any.
540540
The acceptable formats for this parameter are:
541541
- Single IPv4 Address: 1.2.3.4
542542
- Single IPv6 Address: fe80::1
@@ -900,7 +900,7 @@ Accept wildcard characters: False
900900
### -RemoteAddress
901901
Specifies that network packets with matching IP addresses match this rule.
902902
This parameter value is the second end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
903-
This parameter value is an IPv4 or IPv6 address, hostname, subnet, range, or the following keyword: Any.
903+
This parameter value is an IPv4 or IPv6 address, subnet, range, or the following keyword: Any.
904904
The acceptable formats for this parameter are:
905905
- Single IPv4 Address: 1.2.3.4
906906
- Single IPv6 Address: fe80::1

docset/winserver2022-ps/iisadministration/Clear-IISCentralCertProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6060
6161
## OUTPUTS
6262
63-
### None
63+
### System.Object
6464
6565
## NOTES
6666

docset/winserver2022-ps/iisadministration/Clear-IISConfigCollection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9292
9393
## OUTPUTS
9494
95+
### System.Object
96+
9597
## NOTES
9698
9799
## RELATED LINKS

docset/winserver2022-ps/iisadministration/Disable-IISCentralCertProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5050

5151
## OUTPUTS
5252

53-
### None
53+
### System.Object
5454

5555
## NOTES
5656

docset/winserver2022-ps/iisadministration/Disable-IISSharedConfig.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
108108
109109
## INPUTS
110110
111+
### None
112+
111113
## OUTPUTS
112114
115+
### System.Object
116+
113117
## NOTES
114118
115119
## RELATED LINKS

docset/winserver2022-ps/iisadministration/Enable-IISCentralCertProvider.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
130130

131131
## INPUTS
132132

133-
### None
133+
### System.String
134+
135+
### System.Security.SecureString
134136

135137
## OUTPUTS
136138

137-
### None
139+
### System.Object
138140

139141
## NOTES
140142

docset/winserver2022-ps/iisadministration/Enable-IISSharedConfig.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
158158
159159
## INPUTS
160160
161+
### System.String
162+
163+
### System.Security.SecureString
164+
161165
## OUTPUTS
162166
167+
### System.Object
168+
163169
## NOTES
164170
165171
## RELATED LINKS

0 commit comments

Comments
 (0)