Invoke-ExportSettings UNC

PatrickD8

Member
Hi,
I receive error messages when I try to export settings via UNC path:

PS C:\Users\example> Invoke-ExportSettings "\\example\export$\RASBackup\example.dat2"
Invoke-ExportSettings : Failed to export settings file
At line:1 char:1
+ Invoke-ExportSettings "\\example\export$\RASBackup\example.dat2"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (:) [Invoke-ExportSettings], Exception
+ FullyQualifiedErrorId : PSAdmin.Commands.ExportSettingsCommand

Even if the path is mounted, I get the exception. Folder and path exist. Access rights are given.
How do I get this to work?

Best regards
Patrick
 
I had the same issue.
Ended up by saving the file locally and then move it where I needed it.

I have also informed support and they said that a fix should be avail soon.
 
Back
Top