Create-NFDatabase
Create the Nintex Forms database.
Syntax
Create-NFDatabase [-DataBaseName] <string> [-DataBaseServer] <string>
[[-UseWindowsAuthentication]] [[-DatabaseUserName] <string>]
[[-DatabasePassword] <string>] [[-FailoverDatabaseServer] <string>]
[-AssignmentCollection <SPAssignmentCollection>] [<CommonParameters>]
Note: SharePoint Subscription Edition does not support the standard Nintex Workflow cmdlets. You may see the error The term 'X' is not recognized as the name of a cmdlet, function, script file, or operable program. If you want to use these cmdlets in SharePoint Subscription Edition, see Invoke cmdlets in SharePoint Subscription Edition.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
DataBaseName | Required | System.String | The database name. |
DataBaseServer | Required | System.String | The server name of the server. |
UseWindowsAuthentication | Optional | System.Boolean | Flag to use Windows Authentication rather than the Database user name and password. |
DatabaseUserName | Optional | System.String | Optional, configure the content database to use database authentication with this username. Use in conjunction with - password. |
DatabasePassword | Optional | System.String | Optional, configure the content database to use database authentication with this password. Use in conjunction with - username. |
FailoverDatabaseServer | Optional | System.String | The name of the fail over database server. |
Examples
Create-NFDatabase -DataBaseName NintexForms -DataBaseServer SPDEVBOX.crestan.com