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 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:
+ 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