-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning when using New-DcnImage -ImageLocalPath: Please enter the network path where to save the images #135
Comments
I've had a look and resolved the warning, but I've run into some logic I'm not sure about. |
Yeah I also looked and couldn't make out what it's supposed to do. Part of me thinks it's supposed to represent the local path with respect to the server... but who knows. |
When I developed the module there was some challenges when creating the images over network paths. That's the reason I convert the network path to a local path. |
And that kind of makes sense, but the example still doesn't work out of the box. I also believe that should be clarified in the documentation :) |
just hit the same issue just trying to discover the module. I believe it would be good if the documentation had an example that just works locally on the SQL server. To not have to setup WinRM, Remoting etc. In the PowerShell integrated docs it seems quiet easy...
|
Describe the bug
When trying to create an image, using the example:
I get the following error:
To Reproduce
Ran the above example from the documentation, substituting my own values of course.
The text was updated successfully, but these errors were encountered: