-
Notifications
You must be signed in to change notification settings - Fork 20
DMF Package export
Rasmus Andersen edited this page Sep 28, 2018
·
3 revisions
This is based upon a Authority configuration is loaded into $Config
On how to do this, please take a look at the Authority configuration page
The module is allready installed and importet, if not you can do the following
Install-Module -Name d365fo.integrations
Import-Module d365fo.integrations
Before there is something to Export, D365FO needs to generate something first
Lets export some users
- Create a Export job, goto Modules > System Administration > Data Management > Export
ex: 2. Create a Recurring Data Job Save the ID, we need it when requesting a package ex:
-
Locate the data job, goto Workspaces > System Administration > Data Management > Data Management IT
-
Locate the data job, goto Workspaces > System Administration > Data Management > Data Management IT
Lets download it using powershell
Export-D365DMFPackage @config `
-JobId "{09767400-4C9B-4D35-A0C1-B90240908933}" `
-FileName "C:\Temp\UserExport.zip"
- Lets take a look in D365FO to see it was ack'ed
- Install as a non-Administrator
- Install as a Administrator
- Import d365fo.integrations module
- List available commands from d365fo.integrations module
- Get help content for a command