Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### None
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### None
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None
### System.String

### System.Security.SecureString

## OUTPUTS

### None
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### System.String

### System.Security.SecureString

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### System.String

### System.Security.SecureString

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2022-ps/iisadministration/Get-IISAppPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### string, string[]
### System.String[]

## OUTPUTS

### Microsoft.Web.Administration.ApplicationPool, Microsoft.Web.Administration.ApplicationPool[]
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

###
****Get-IISCentralCertProvider does not accept pipelined input.
### None

## OUTPUTS

###
**Get-IISCentralCertProvider** returns instances of the **System.String** object.
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Web.Administration.ConfigurationElement, System.String
### Microsoft.Web.Administration.ConfigurationElement

### System.String

## OUTPUTS

### object
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Web.Administration.ConfigurationElement,System.String
### Microsoft.Web.Administration.ConfigurationElement

### System.String

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Web.Administration.ConfigurationElementCollection, System.Collections.Hashtable
### Microsoft.Web.Administration.ConfigurationElementCollection

### System.Collections.Hashtable

## OUTPUTS

### Microsoft.Web.Administration.ConfigurationElement
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Web.Administration.ConfigurationElement, System.String
### Microsoft.Web.Administration.ConfigurationElement

### System.String

## OUTPUTS

### Microsoft.Web.Administration.ConfigurationElement
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### string, string[]
### System.String

## OUTPUTS

### Microsoft.Web.Administration.ConfigurationSection, Microsoft.Web.Administration.ConfigurationSection[]
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None

## OUTPUTS

### Microsoft.Web.Administration.ServerManager
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2022-ps/iisadministration/Get-IISSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### String, array of string
### System.String[]

## OUTPUTS

### Microsoft.Web.Administration.Site
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gets the bindings on the specified IIS site. This cmdlet has been introduced in

```
Get-IISSiteBinding [-Name] <String> [[-BindingInformation] <String>] [[-Protocol] <String>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -92,14 +93,17 @@ Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

### System.String


## OUTPUTS

### Microsoft.Web.Administration.BindingCollection
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Web.Administration.ConfigurationElementCollection, System.Collections.Hashtable
### Microsoft.Web.Administration.ConfigurationElementCollection

### System.Collections.Hashtable

### System.UInt32

## OUTPUTS

### Microsoft.Web.Administration.Configuration
### System.Object

## NOTES

Expand Down
18 changes: 11 additions & 7 deletions docset/winserver2022-ps/iisadministration/New-IISSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Creates an IIS Website.
## SYNTAX

```
New-IISSite -Name <String> -PhysicalPath <String> -BindingInformation <String> [-Protocol <String>]
[-CertificateThumbPrint <String>] [-SslFlag <SslFlags>] [-CertStoreLocation <String>] [-Force] [-Passthru]
[<CommonParameters>]
New-IISSite [-Name] <String> [-PhysicalPath] <String> [-BindingInformation] <String> [[-Protocol] <String>]
[[-CertificateThumbPrint] <String>] [[-SslFlag] <SslFlags>] [[-CertStoreLocation] <String>] [-Force]
[-Passthru] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -90,7 +90,8 @@ Specifies the certificate store path of the certificate, which is used to add a
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:
Accepted values: Cert:\LocalMachine\My, Cert:\LocalMachine\WebHosting, My, WebHosting

Required: False
Position: Named
Expand Down Expand Up @@ -181,7 +182,8 @@ Specifies the SSL flag settings of the new binding.
```yaml
Type: SslFlags
Parameter Sets: (All)
Aliases:
Aliases:
Accepted values: None, Sni, CentralCertStore, DisableHTTP2, DisableOCSPStp, DisableQUIC, DisableTLS13, DisableLegacyTLS

Required: False
Position: Named
Expand All @@ -195,11 +197,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### String
### System.String

### Microsoft.Web.Administration.SslFlags

## OUTPUTS

### Microsoft.Web.Administration.Site
### System.Object

## NOTES

Expand Down
11 changes: 8 additions & 3 deletions docset/winserver2022-ps/iisadministration/New-IISSiteBinding.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds a new binding to an existing Website. This cmdlet has been introduced in ve
```
New-IISSiteBinding [-Name] <String> [-BindingInformation] <String> [[-Protocol] <String>]
[[-CertificateThumbPrint] <String>] [[-SslFlag] <SslFlags>] [[-CertStoreLocation] <String>] [-Force]
[-Passthru]
[-Passthru] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -185,7 +185,7 @@ Specifies the SSL Flag(s) of the new binding.
Type: SslFlags
Parameter Sets: (All)
Aliases:
Accepted values: None, Sni, CentralCertStore
Accepted values: None, Sni, CentralCertStore, DisableHTTP2, DisableOCSPStp, DisableQUIC, DisableTLS13, DisableLegacyTLS

Required: False
Position: 4
Expand All @@ -194,13 +194,18 @@ Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

### System.String

### Microsoft.Web.Administration.SslFlags

## OUTPUTS

### Microsoft.Web.Administration.BindingCollection
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Web.Administration.ConfigurationElement, String
### Microsoft.Web.Administration.ConfigurationElement

### System.String

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Web.Administration.ConfigurationElementCollection, System.Collections.Hashtable
### Microsoft.Web.Administration.ConfigurationElementCollection

### System.Collections.Hashtable

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
Loading