For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-DPSInstallConfiguration

Syntax

Kestrel (Standard)

New-DPSInstallConfiguration [-AcceptEula <bool>] [-AccessUri <string>] [-HttpListenerUri <string>]
 [-ApplicationPath <string>] [-GenerateSelfSignedCertificate <bool>] [-DisableEncryptConfig <bool>]
 [-SourceZipPath <string>] [-Version <string>] [-DatabaseHost <string>] [-DatabaseName <string>]
 [-DatabaseUserName <string>] [-DatabasePassword <string>] [-IntegratedSecurity <bool>]
 [-UseEncryptedConnection <bool>] [-TrustServerCertificate <bool>] [-FailoverPartner <string>]
 [-MinPoolSize <int>] [-MaxPoolSize <int>] [-RetryCount <int>] [-RetryInterval <int>]
 [-Timeout <int>] [-ServerName <string>] [-ServerDescription <string>] [-EnableTelemetry <bool>]
 [-AdministratorUsername <string>] [-AdministratorPassword <string>] [-AdministratorEmail <string>]
 [-AppPoolName <string>] [-WebApplicationName <string>] [-WebsiteName <string>] [<CommonParameters>]

IIS

New-DPSInstallConfiguration -IIS [-AcceptEula <bool>] [-AccessUri <string>]
 [-HttpListenerUri <string>] [-ApplicationPath <string>] [-GenerateSelfSignedCertificate <bool>]
 [-DisableEncryptConfig <bool>] [-SourceZipPath <string>] [-Version <string>]
 [-DatabaseHost <string>] [-DatabaseName <string>] [-DatabaseUserName <string>]
 [-DatabasePassword <string>] [-IntegratedSecurity <bool>] [-UseEncryptedConnection <bool>]
 [-TrustServerCertificate <bool>] [-FailoverPartner <string>] [-MinPoolSize <int>]
 [-MaxPoolSize <int>] [-RetryCount <int>] [-RetryInterval <int>] [-Timeout <int>]
 [-ServerName <string>] [-ServerDescription <string>] [-EnableTelemetry <bool>]
 [-AdministratorUsername <string>] [-AdministratorPassword <string>] [-AdministratorEmail <string>]
 [-AppPoolName <string>] [-WebApplicationName <string>] [-WebsiteName <string>] [<CommonParameters>]

Parameter

-AcceptEula

-AccessUri

-AdministratorEmail

-AdministratorPassword

-AdministratorUsername

-ApplicationPath

-AppPoolName

Name des App-Pools. Standardmäßig wird dvls verwendet.

-DatabaseHost

-DatabaseName

-DatabasePassword

-DatabaseUserName

-DisableEncryptConfig

-EnableTelemetry

-FailoverPartner

-GenerateSelfSignedCertificate

-HttpListenerUri

-IIS

IIS-Konfiguration

-IntegratedSecurity

-MaxPoolSize

-MinPoolSize

-RetryCount

-RetryInterval

-ServerDescription

-ServerName

-SourceZipPath

Zip-Datei des Servers

-Timeout

-TrustServerCertificate

-UseEncryptedConnection

-Version

Version des Servers

-WebApplicationName

Name der Webanwendung. Standardmäßig wird dvls verwendet.

-WebsiteName

Name der Website. Standardmäßig wird /dvls verwendet.

CommonParameters

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction und -WarningVariable. Weitere Informationen finden Sie unter about_CommonParameters.

Hinweise

Weitere Informationen erhalten Sie mit "Get-Help New-DPSInstallConfiguration -detailed". Technische Informationen erhalten Sie mit "Get-Help New-DPSInstallConfiguration -full".

Zuletzt aktualisiert

War das hilfreich?