Get-SqlCloneSqlServerInstance not returning instance
Afternoon!
I am picking up the use of SQL Clone from the since departed DBA and I am looking to automate a few of the tasks via PowerShell.
Working through the basics I am falling at a very early hurdle
Running "Get-SqlCloneSqlServerInstance" I can see the Server info however the Instance always returns blank. I have tried using a variety of credentials but all return the same (blank). I am able to create Images via the WebUI through a linked Windows account without issue.
Is this a permissions issue or a wider SQL Server setting that its not returning some info?
Many thanks!
I am picking up the use of SQL Clone from the since departed DBA and I am looking to automate a few of the tasks via PowerShell.
Working through the basics I am falling at a very early hurdle
Running "Get-SqlCloneSqlServerInstance" I can see the Server info however the Instance always returns blank. I have tried using a variety of credentials but all return the same (blank). I am able to create Images via the WebUI through a linked Windows account without issue.
Is this a permissions issue or a wider SQL Server setting that its not returning some info?
Many thanks!
Answers