Unclear how to use some parameters

Open
#3,693 1 comment 0 reactions 1 assignee View on GitHub

@scanum is already working on this.

Since Nov 2, 2023.

Assessment

This issue has not been assessed yet.

Description

area-iisadministration issue-doc-bug

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.

Dominant language
Dockerfile
Stars
504
Forks
635
Avg merge
1d 3h
Merged PRs (30d)
8

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from MicrosoftDocs/windows-powershell-docs

All issues in MicrosoftDocs/windows-powershell-docs

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.