I have download the .iso file to install the SQL Server . I want to automate the process of installation on windows server using powershell script so that i can run those scripts in multiples machines. I have searched online but didn't find any good material to do so from scratch. I am a beginner in powershell.Can anyone provide a sample script to do so?
Tried this answer on Stackoverflow but didnt get it> Install SQL Server using PowerShell
setup.exefrom theisofile and make the required changes in theConfiguration.inifile. A standardconfiguration.inifile will ensure that exact same installation is present on each and every machine. I have used this with success. One more way is to use the PowerShell Desired State Configuration (DSC). You can find it here.