PsSqlLocalDb

PowerShell Wrapper for SqlLocalDB Utility.

View the Project on GitHub abbgrade/PsSqlLocalDb

Get-LocalDbVersion

SYNOPSIS

Return localdb versions

SYNTAX

Get-LocalDbVersion [<CommonParameters>]

DESCRIPTION

Selects the installed localdb versions, that can be used to create new instances.

EXAMPLES

EXAMPLE 1

Get-LocalDbVersion

Name Version —- ——- Microsoft SQL Server 2016 13.1.4001.0 Microsoft SQL Server 2019 15.0.4153.1

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES