-
Notifications
You must be signed in to change notification settings - Fork 20
DMF Package import
Mötz Jensen edited this page Dec 12, 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
Lets import some users
- Create a Import job, goto Modules > System Administration > Data Management > Import
ex:
2. Create a Recurring Data Job
Save the ID, we need it when uploading a package
ex:

-
Locate the data job, goto Workspaces > System Administration > Data Management > Data Management IT

-
Locate the job ID

Lets update a file to using powershell
Import-D365DMFPackage @config `
-JobId "{0643859C-D633-4B7A-B573-8220793CD34C}" `
-FileName "C:\Temp\UserExport.zip"
- Lets take a look in D365FO to see uploaed and processed
- 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