PowerShell Wrapper for SqlLocalDB Utility.
Creates a new sqllocaldb instance.
New-LocalDbInstance [[-Name] <String>] [[-Version] <String>] [<CommonParameters>]
New-LocalDbInstance -Name 'foobar'
[PSCustomObject]
Name Value —- —– Name foobar Version 15.0.4153.1
Specifies the name of the instance to create.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: ( [string](New-Guid) ).Substring(0, 8)
Accept pipeline input: False
Accept wildcard characters: False
Specifies the sql server version to use.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.