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

New-DPSInstallConfiguration

Syntax

Kestrel (Default)

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>]

Parameters

-AcceptEula

-AccessUri

-AdministratorEmail

-AdministratorPassword

-AdministratorUsername

-ApplicationPath

-AppPoolName

App pool name. By default, dvls is used.

-DatabaseHost

-DatabaseName

-DatabasePassword

-DatabaseUserName

-DisableEncryptConfig

-EnableTelemetry

-FailoverPartner

-GenerateSelfSignedCertificate

-HttpListenerUri

-IIS

IIS configuration

-IntegratedSecurity

-MaxPoolSize

-MinPoolSize

-RetryCount

-RetryInterval

-ServerDescription

-ServerName

-SourceZipPath

Zip file of the server

-Timeout

-TrustServerCertificate

-UseEncryptedConnection

-Version

Version of the server

-WebApplicationName

Web application name. By default, dvls is used.

-WebsiteName

Website name. By default, /dvls is used.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help New-DPSInstallConfiguration -detailed". For technical information, type "Get-Help New-DPSInstallConfiguration -full".

Last updated

Was this helpful?