Describe the bug
When trying to create an image, using the example:
New-DcnImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageLocalPath C:\Temp\images\ -Database DB1 -CreateFullBackup
I get the following error:
WARNING: [16:36:04][New-DcnImage] Please enter the network path where to save the images
To Reproduce
Ran the above example from the documentation, substituting my own values of course.