New-SPProjectDatabase
Published: July 16, 2012
This documentation is preliminary and subject to change.
Creates a new Project Web App database and attaches it to the specified web application or Project Server service application.
New-SPProjectDatabase [-Name] <String> [-WebApplication] <SPWebApplicationPipeBind> [-AbortAfter <String>] [-AssignmentCollection <SPAssignmentCollection>] [-Confirm [<SwitchParameter>]] [-DatabaseServer <String>] [-FailoverPartner <String>] [-Lcid <Int32>] [-SQLAzure <SwitchParameter>] [-SQLLogon <PSCredential>] [-Tag <String>] [-WhatIf [<SwitchParameter>]]
New-SPProjectDatabase [-Name] <String> [-ServiceApplication] <PsiServiceApplicationPipeBind> [-AbortAfter <String>] [-AssignmentCollection <SPAssignmentCollection>] [-Confirm [<SwitchParameter>]] [-DatabaseServer <String>] [-FailoverPartner <String>] [-Lcid <Int32>] [-SQLAzure <SwitchParameter>] [-SQLLogon <PSCredential>] [-Tag <String>] [-WhatIf [<SwitchParameter>]]
Parameters
1| Parameter | Required | Type | Description | ||
| Name | Required | System.String | The name of the new Project Web App database. | ||
| WebApplication | Required | Microsoft.SharePoint.PowerShell.SPWebApplicationPipeBind | The web application that the Project Web App database will mount to. | ||
| AbortAfter | Optional | System.String | Microsoft internal use only. | ||
| AssignmentCollection | Optional | Microsoft.SharePoint.PowerShell.SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
| ||
| Confirm | Optional | System.Management.Automation.SwitchParameter | Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters | ||
| DatabaseServer | Optional | System.String | The name of the instance of SQL Server where you want to create the database. | ||
| FailoverPartner | Optional | System.String | The name of the instance of SQL Server where the failover database is located. | ||
| Lcid | Optional | System.Int32 | The LCID of the Project Web App database. | ||
| SQLAzure | Optional | System.Management.Automation.SwitchParameter | Internal use only. | ||
| SQLLogon | Optional | System.Management.Automation.PSCredential | Internal use only. | ||
| Tag | Optional | System.String | A tag associates a Project Web App database with a Project Web App instance. The tag can be any string. | ||
| WhatIf | Optional | System.Management.Automation.SwitchParameter | Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters |
| Parameter | Required | Type | Description | ||
| Name | Required | System.String | The name of the new Project Web App database. | ||
| ServiceApplication | Required | Microsoft.Office.Project.Server.Cmdlet.PsiServiceApplicationPipeBind | The Project Server service application that the Project Web App database is to be associated with. | ||
| AbortAfter | Optional | System.String | Microsoft internal use only. | ||
| AssignmentCollection | Optional | Microsoft.SharePoint.PowerShell.SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
| ||
| Confirm | Optional | System.Management.Automation.SwitchParameter | Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters | ||
| DatabaseServer | Optional | System.String | The name of the instance of SQL Server where you want to create the database. | ||
| FailoverPartner | Optional | System.String | The name of the instance of SQL Server where the failover database is located. | ||
| Lcid | Optional | System.Int32 | The LCID of the Project Web App database. | ||
| SQLAzure | Optional | System.Management.Automation.SwitchParameter | Internal use only. | ||
| SQLLogon | Optional | System.Management.Automation.PSCredential | Internal use only. | ||
| Tag | Optional | System.String | A tag associates a Project Web App database with a Project Web App instance. The tag can be any string. | ||
| WhatIf | Optional | System.Management.Automation.SwitchParameter | Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters |
Detailed Description
The New-SPProjectDatabase cmdlet creates a new Project Web App database and attaches it to the specified web application or Project Server service application.
Input Types
Return Types
Change History
| Date | Description |
|---|---|
| July 16, 2012 | Initial publication |

Note: