To create extra named instances for a already installed MS-SQL server
I usually re-run the installer...
and choose to add a new instance supplying the new name...
How can I do this from Powershell???
(I installed the SQLServer module but there is no 'New-Instance' commandlet there...)
Googlin' I saw some solution with Powershell+WMI but couldn't find one for new instance creation...
In last case...
if this can be done with c# (cs/csx) it is also an option...
?any ideas,,, Thx!