Andrew Currie
Results
1
comments of
Andrew Currie
For a workaround I have done the following: ``` Import-Module SqlServer [int]$sqlServerModule = (Get-Module SqlServer -ListAvailable).Version.Major #Inputs $SQLInstance = $Database = $BackupFile = # if ($sqlServerModule -ge 23) { Restore-SqlDatabase...