I would like to use
Export-NAVApplicationObject MyAppSrc.txt -DatabaseName MyApp | Split-NAVApplicationObject -Destination MyAppSrc
to get all objects from my NavServer, as documented on https://docs.microsoft.com/en-us/powershell/module/microsoft.dynamics.nav.ide/export-navapplicationobject?view=dynamicsnav-ps-2018
But unlike Import-NAVApplicationObject (https://docs.microsoft.com/en-us/powershell/module/microsoft.dynamics.nav.ide/import-navapplicationobject?view=dynamicsnav-ps-2018), there are no parameters for NavServerName,
NavServerInstance,
NavServerManagementPort.
Is Export only possible on the server itself? I would have liked to use it from the Dynamics Nav 2018 Development Shell on my development machine.
Is there any way to accomplish this?
*This post is locked for comments