Skip to content

Support typo in book#8486

Merged
potatoqualitee merged 1 commit intodevelopmentfrom
bookfix
Aug 16, 2022
Merged

Support typo in book#8486
potatoqualitee merged 1 commit intodevelopmentfrom
bookfix

Conversation

@potatoqualitee
Copy link
Member

Fixes #8485

@potatoqualitee
Copy link
Member Author

Tested with this and it works 👍🏼

$config = @{
    SQLSYSADMINACCOUNTS = "ADTEST\SQL Test Admins"
    SQLUSERDBDATADIR    = "C:\MSSQL14.MSSQLSERVER\MSSQL\Data"
    SQLUSERDBLOGDIR     = "C:\MSSQL14.MSSQLSERVER\MSSQL\Data"
    SQLTEMPDBDIR        = "C:\MSSQL14.MSSQLSERVER\MSSQL\Data"
    SQLBACKUPDIR        = "C:\MSSQL14.MSSQLSERVER\MSSQL\Data"
    TCPENABLED          = "1"
    NPENABLED           = "0"
}

 $splatInstallInst = @{
    SqlInstance = "sqlcs"
    Path = "D:\"
    Version = "2019"
    Feature = "Engine"
    Configuration = $config
}
Install-DbaInstance @splatInstallInst

@potatoqualitee potatoqualitee merged commit 062ec09 into development Aug 16, 2022
@potatoqualitee potatoqualitee deleted the bookfix branch August 16, 2022 07:00
potatoqualitee added a commit that referenced this pull request Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support typo in book

1 participant