From e07860366a20e5be3a3f21388510750b4c77093a Mon Sep 17 00:00:00 2001 From: Martin Fiala <33632177+fiala-sns@users.noreply.github.com> Date: Thu, 14 Jul 2022 11:06:18 +0200 Subject: [PATCH] repair call for ConfigurationData --- DSC/SQLServer/SQLServerStandalone.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DSC/SQLServer/SQLServerStandalone.ps1 b/DSC/SQLServer/SQLServerStandalone.ps1 index 91f2b18..20e8797 100644 --- a/DSC/SQLServer/SQLServerStandalone.ps1 +++ b/DSC/SQLServer/SQLServerStandalone.ps1 @@ -61,5 +61,5 @@ if (-not (Get-Module -Name xSqlServer -ListAvailable)) { Install-Module -Name 'xSqlServer' -Confirm:$false } -SQLStandAlone -SetupCredential (Get-Credential) -WindowServerSource '' -SqlServerInstallSource '' -SysAdminAccount '' -ConfigurationData '.\ConfiguraitonData.psd1' -Start-DscConfiguration –Wait –Force –Path '.\SQLStandalone' –Verbose \ No newline at end of file +SQLStandAlone -SetupCredential (Get-Credential) -WindowServerSource '' -SqlServerInstallSource '' -SysAdminAccount '' -ConfigurationData '.\ConfigurationData.psd1' +Start-DscConfiguration –Wait –Force –Path '.\SQLStandalone' –Verbose