We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5795aba commit e48d4a3Copy full SHA for e48d4a3
functions/clone/New-PSDCClone.ps1
@@ -161,12 +161,6 @@
161
162
# Setup the computer object
163
$computer = [PsfComputer]$server.Name
164
-
165
- # Check if Hyper-V enabled for the SQL instance
166
- if (-not (Test-PSDCHyperVEnabled -HostName $computer.ComputerName -Credential $Credential)) {
167
- Stop-PSFFunction -Message "Hyper-V is not enabled on host." -ErrorRecord $_ -Target $computer -Continue
168
- return
169
- }
170
}
171
catch {
172
Stop-PSFFunction -Message "Could not connect to Sql Server instance $instance" -ErrorRecord $_ -Target $instance
0 commit comments