How can we help you today? How can we help you today?
owen.hall
Hi Sean, Probably the best place to ask would be the SQL Server Central forums - this is the forum for our SQL Clone product. [image] Owen / comments
Hi Sean, Probably the best place to ask would be the SQL Server Central forums - this is the forum for our SQL Clone product. Owen
0 votes
Would something like this do the job? $allSqlServerInstances = Get-SqlCloneSqlServerInstance $myClone = Get-SqlClone -Name MyClone $myCloneInstance = $allSqlServerInstances | Where-Object Id -Eq $myClone.LocationId / comments
Would something like this do the job?$allSqlServerInstances = Get-SqlCloneSqlServerInstance $myClone = Get-SqlClone -Name MyClone $myCloneInstance = $allSqlServerInstances | Where-Object Id -Eq $...
0 votes