Skip to content

Commit ae6e241

Browse files
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-powershell-docs into fileserverresourcemanager-v-tishe
2 parents 8d540e7 + 60522ec commit ae6e241

34 files changed

+137
-47
lines changed

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

docset/winserver2022-ps/iisadministration/Export-IISConfiguration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
156156
157157
## INPUTS
158158
159+
### System.String
160+
161+
### System.Security.SecureString
162+
159163
## OUTPUTS
160164
165+
### System.Object
166+
161167
## NOTES
162168
163169
## RELATED LINKS

docset/winserver2022-ps/iisadministration/Get-IISAppPool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7272
7373
## INPUTS
7474
75-
### string, string[]
75+
### System.String[]
7676
7777
## OUTPUTS
7878
79-
### Microsoft.Web.Administration.ApplicationPool, Microsoft.Web.Administration.ApplicationPool[]
79+
### System.Object
8080
8181
## NOTES
8282

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
125125
126126
## INPUTS
127127
128-
###
129-
****Get-IISCentralCertProvider does not accept pipelined input.
128+
### None
130129
131130
## OUTPUTS
132131
133-
###
134-
**Get-IISCentralCertProvider** returns instances of the **System.String** object.
132+
### System.Object
135133
136134
## NOTES
137135

docset/winserver2022-ps/iisadministration/Get-IISConfigAttributeValue.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8181
8282
## INPUTS
8383
84-
### Microsoft.Web.Administration.ConfigurationElement, System.String
84+
### Microsoft.Web.Administration.ConfigurationElement
85+
86+
### System.String
8587
8688
## OUTPUTS
8789
88-
### object
90+
### System.Object
8991
9092
## NOTES
9193

0 commit comments

Comments
 (0)