Unclear how to use some parameters #3693
Labels
area-iisadministration
Issues for iisadministration module
issue-doc-bug
Something is out of date, unclear, confusing, or broken in the article. Blocks customer success.
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.
The text was updated successfully, but these errors were encountered: