New-UDImage wont find local file

Product: PowerShell Universal
Version: 1.4.6

Do you need to have a url of new-udimage
I am using a path but get errors about a parameter cant be found
I am trying to use an image I have downloaded
path is to a directory I have created for images so new-udimage -path c:\images\image.png

I would suggest adding a published folder to C:\images. Then you can use the URL from the server for your image.

https://docs.powershelluniversal.com/dashboard/published-folders

Thanks Adam!