New-SPWebApplication

适用于: SharePoint Foundation 2010, SharePoint Server 2010

上一次修改主题: 2015-03-09

在本地服务器场中创建新的 Web 应用程序。

Syntax

New-SPWebApplication -ApplicationPool <String> -Name <String> [-AdditionalClaimProvider <SPClaimProviderPipeBind[]>] [-AllowAnonymousAccess <SwitchParameter>] [-ApplicationPoolAccount <SPProcessAccountPipeBind>] [-AssignmentCollection <SPAssignmentCollection>] [-AuthenticationMethod <String>] [-AuthenticationProvider <SPAuthenticationProviderPipeBind[]>] [-Confirm [<SwitchParameter>]] [-DatabaseCredentials <PSCredential>] [-DatabaseName <String>] [-DatabaseServer <String>] [-HostHeader <String>] [-Path <String>] [-Port <UInt32>] [-SecureSocketsLayer <SwitchParameter>] [-ServiceApplicationProxyGroup <SPServiceApplicationProxyGroupPipeBind>] [-SignInRedirectProvider <SPTrustedIdentityTokenIssuerPipeBind>] [-SignInRedirectURL <String>] [-Url <String>] [-WhatIf [<SwitchParameter>]]

详细说明

创建由 Name 参数指定的新 Web 应用程序。DatabaseCredentials 参数指定的用户必须是数据库服务器上 dbcreator 固定服务器角色的成员。

Parameters

参数 是否必需 类型 说明

ApplicationPool

必需

System.String

指定要使用的应用程序池的名称;例如,SharePoint - 1213。如果不存在具有提供的名称的应用程序池,必须提供 ApplicationPoolAccount 参数,这将创建一个新的应用程序池。如果未指定任何值,将使用默认应用程序池。

Name

必需

System.String

指定新 Web 应用程序的名称。

AdditionalClaimProvider

可选

Microsoft.SharePoint.PowerShell.SPClaimProviderPipeBind[]

向定义的 Web 应用程序添加特定声明提供程序。

AllowAnonymousAccess

可选

System.Management.Automation.SwitchParameter

允许对 Web 应用程序进行匿名访问。

ApplicationPoolAccount

可选

Microsoft.SharePoint.PowerShell.SPProcessAccountPipeBind

指定将运行此应用程序池的用户帐户的身份。使用 Get-SPIisWebServicApplicationPool cmdlet 可以使用系统帐户。

AssignmentCollection

可选

Microsoft.SharePoint.PowerShell.SPAssignmentCollection

管理对象以便正确进行处理。使用 SPWebSPSite 等对象可能会耗用大量内存,而且在 Windows PowerShell 脚本中使用这些对象需要正确管理内存。通过使用 SPAssignment 对象,可以将对象分配给变量,然后在不需要这些对象时对它们进行处理,以释放内存。在使用 SPWebSPSiteSPSiteAdministration 对象时,如果不使用分配集合或 Global 参数,则会自动处理这些对象。

注意Note
在使用 Global 参数时,所有对象均包含在全局存储中。如果未立即使用对象,或未通过使用 Stop-SPAssignment 命令来处理对象,则可能会发生内存不足的情况。

AuthenticationMethod

可选

System.String

使用 KerberosNTLM 可指定身份验证方法。如果未指定任何值,则应用默认的 NTLM

AuthenticationProvider

可选

Microsoft.SharePoint.PowerShell.SPAuthenticationProviderPipeBind[]

指定应用于 Web 应用程序的验证提供程序或提供程序。

Confirm

可选

System.Management.Automation.SwitchParameter

在执行命令之前提示您确认。有关详细信息,请键入以下命令:get-help about_commonparameters

DatabaseCredentials

可选

System.Management.Automation.PSCredential

指定数据库用户帐户的 Windows PowerShell Credential 对象。

DatabaseName

可选

System.String

指定新 Web 应用程序的初始内容数据库的名称。

键入的值必须为有效的数据库名称;例如,ContentDB1。如果未指定任何值,则自动生成 WSS_Content_<GUID> 格式的值。

DatabaseServer

可选

System.String

指定数据库服务器名称。键入的值必须是 SQL1 形式的有效数据库服务器名称;如果使用了命名实例,此格式可显示为 server\server。如果未提供值,则使用默认 SQL Server 实例。

HostHeader

可选

System.String

指定分配给必须与备用访问映射配置关联的 Web 应用程序的有效 URL,格式为 server_name。

如果存在 HostHeader 参数,则此字段的值为 Web 应用程序的内部 URL。Url 参数用于指定公用 URL。如果未指定任何值,那么该值留空。

Path

可选

System.String

指定新 Web 应用程序的物理目录(在虚拟目录文件夹中)。键入的值为 C:\Inutepub\wwwroot\MyWebApplication 形式的有效路径。如果未指定任何值,则应用值 %wwwroot%\wss\VirtualDirectories\<portnumber>。

Port

可选

System.UInt32

指定可在其上访问此 Web 应用程序的端口。可以是任意有效端口号。如果未指定端口,则自动生成一个非冲突的端口号。

重要说明Important
如果指定了已分配的端口号,则直到您更改新网站的端口号或旧网站的端口号时,IIS 才会启动新网站。

SecureSocketsLayer

可选

System.Management.Automation.SwitchParameter

对此 Web 应用程序启用安全套接字层 (SSL) 加密。如果选择使用 SSL,则必须使用 IIS 管理工具在每个服务器中添加证书。完成此操作之前,将无法从此 IIS 网站访问 Web 应用程序。

ServiceApplicationProxyGroup

可选

Microsoft.SharePoint.PowerShell.SPServiceApplicationProxyGroupPipeBind

指定 Web 应用程序要使用的自定义服务应用程序代理组。Web 应用程序将使用此代理组中的代理来连接服务应用程序。如果未指定此参数,则使用服务器场的默认代理组。

SignInRedirectProvider

可选

Microsoft.SharePoint.PowerShell.SPTrustedIdentityTokenIssuerPipeBind

设置登录重定向 URL,使其指向在指定验证提供程序中定义的 URL。

SignInRedirectURL

可选

System.String

指定 Web 应用程序的登录重定向 URL。

Url

可选

System.String

指定 Web 应用程序的负载平衡 URL。

WhatIf

可选

System.Management.Automation.SwitchParameter

显示一条描述命令作用的消息,而不执行命令。有关详细信息,请键入以下命令:get-help about_commonparameters

输入类型

返回类型

Example

------------------示例-----------------------

New-SPWebApplication -Name "Contoso Internet Site" -Port 80 -HostHeader sharepoint.contoso.com -URL "https://www.contoso.com" -ApplicationPool "ContosoAppPool" -ApplicationPoolAccount (Get-SPManagedAccount "DOMAIN\jdoe")

此示例使用 sharepoint.contoso.com 的内部主机标头和 https://www.contoso.com 的公用 URL 创建新的 Web 应用程序。

See Also

Reference

Get-SPWebApplication
Set-SPWebApplication
Get-SPWebApplication