-
Notifications
You must be signed in to change notification settings - Fork 32
Function WebSiteBinding
Mark Wragg edited this page Jun 17, 2019
·
3 revisions
Test Binding of Web Site
Used To Determine if Website is Running Desired Binding
[Parameter(
Mandatory = $true,
Position = 1,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 2,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 3,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 4,
ParameterSetName = 'Set 1')]
Match, Be
WebSite TestSite http protocol { Should be "http" }
WebSite TestSite https bindingInformation { Should match '443' }
WebSite TestSite https sslFlags { Should be 1 }
Getting Started
Contributing
Functions