PS C:\Users\administrator.SKOLAVELTRUSY> New-Item -Path "IIS:\SslBindings\0.0.0.0!443" -Thumbprint $cert New-Item : SSL binding for end point 0.0.0.0:443 already exists. At line:1 char:9 + New-Item <<<< -Path "IIS:\SslBindings\0.0.0.0!443" -Thumbprint $cert + CategoryInfo : InvalidData: (:) [New-Item], ProviderException + FullyQualifiedErrorId : SSL binding for end point 0.0.0.0:443 already exists.,Microsoft.PowerShell.Commands.NewI temCommand