PsSqlLocalDb

PowerShell Wrapper for SqlLocalDB Utility.

View the Project on GitHub abbgrade/PsSqlLocalDb

Test-LocalDbUtility

SYNOPSIS

Tests if a localDb-based SQL Server can be created.

SYNTAX

Test-LocalDbUtility [<CommonParameters>]

DESCRIPTION

Uses [SqlLocalDB Utility](https://docs.microsoft.com/en-us/sql/tools/sqllocaldb-utility?view=sql-server-ver15).

EXAMPLES

EXAMPLE 1

Test-LocalDbUtility

True

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

bool

NOTES