I m trying to install SQL server 2014 in one of my server using dbatools and the command as below but i m getting this error as attach. Any idea why getting this error
Install-DbaInstance -Version 2014 -path C:\jack\en -InstancePath D:\SQLserver -DataPath F:\data: -LogPath F:\Log: -Restart

