PowerShell Wrapper for SqlLocalDB Utility.
Returns connection parameters to a available localDb.
Get-LocalDbInstance [<CommonParameters>]
Get-LocalDbInstance [-Name <String>] [<CommonParameters>]
Uses [SqlLocalDB Utility](https://docs.microsoft.com/en-us/sql/tools/sqllocaldb-utility?view=sql-server-ver15) to get info about the available local db.
Get-LocalDbInstance
[PSCustomObject]
Name Value —- —– Name MSSQLLocalDB Version v11.0
Specifies the name of the instance.
Type: String
Parameter Sets: Single
Aliases:
Required: False
Position: Named
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.