Removes an IP SSL binding.
Syntax
Parameter Set: Default
Remove-WebSitesSslBinding -FrontEndName <String> -IPAddress
<String> -Port <Int32> [-ConnectionString
<String> ] [-HostName <String> ] [-PipelineVariable
<String> ] [-Confirm] [-WhatIf] [
<CommonParameters>]
The Remove-WebSitesSslBinding cmdlet removes an Internet Protocol (IP) Secure Sockets Layer (SSL) binding.
Specifies a connecting string to a hosting database. If this parameter is not specified, the default instance of the hosting database is used.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Specifies the name of the front-end server to which the binding applies.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies a host name.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies an IP address.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies a variable to be used with the pipeline operator.
Aliases |
pv |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Specifies a port number.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Prompts you for confirmation before executing the command.
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Describes what would happen if you executed the command without actually executing the command.
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
This command removes the SSL binding from the front-end server named FESERVER01 for the IP address FD4A:29CD:184F:3A2C:D07A:489A:1EC4:E2CD on port 8443.
PS C:\> Remove-WebSitesSslBinding -FrontEndName "FESERVER01" -IPAddress FD4A:29CD:184F:3A2C:D07A:489A:1EC4:E2CD -Port 8443