Hello Guys
I got a short question:
I want to install with Powershell a SQL Server, and I know it is possible. So I searchedon the Internet how to do that and found this page: http://www.colinsalmcorner.com/post/install-and-configure-sql-server-using-powershell-dsc
Now, I tried this at my script, so I installed an ISO file (en_sql_server_2012_developer_edition_x86_x64_dvd_813280.iso) and so one, but the program still dont work.
If im execute this program, I get the error notification: At line 103 "The argument transformation for the parameter "Configuration Data" can not be processed. The path "C: \ Users \ he\ configData.psd1" can not be found, because it does not exist"
But the Path does exist!
Second notification:
Line 104 " The computer name is not specified, and the configuration directory contains no configuration files"
Here is my Code:
...