Skip to content

Unclear how to use some parameters #3693

Open
@burnchar

Description

@burnchar

It is unclear how to use -BindingInformation, -Protocol, etc.
At first reading, these appear to be parameters to the Get-IISSite command:

Get-IISSite
-> Works

Get-IISSite -BindingInformation
Get-IISSite -BindingInformation "IP:Port"
Get-IISSite -BindingInformation IP:Port
Get-IISSite -Protocol
Get-IISSite -Protocol "https"
-> " A parameter cannot be found that matches..."

Some examples would help.

For example:

Display binding information for first website

$x = Get-IISSite
$x[0].Bindings.BindingInformation


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

Labels

area-iisadministrationIssues for iisadministration moduleissue-doc-bugSomething is out of date, unclear, confusing, or broken in the article. Blocks customer success.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions