Announcements
how to import PackageSETUP(1) to powershell for dynamics 365 business central ? Please find below image i cant import to power shell
i want to import "PackageSETUP(1)"
Please help me if any one know about this
What is packageSETUP?
With Powershell you can import a module by using the Import-Module cmdlet:
docs.microsoft.com/.../importing-a-powershell-module
Hello stefano
Thank you for quick response
packageSETUP is a rapidstartfile .Please find below screenshot,Could you please share me what is the code for this
If this is a .rapidstart file you can import it by using the Import-NAVConfigurationPackageFile cmdlet:
docs.microsoft.com/.../import-navconfigurationpackagefile
Dear stefano,
Could you please share me here using with that screenshot or share me code or script ,actually i have no idea about this
Import-NAVConfigurationPackageFile -Path C:\Documents\YOURFILE.rapidstart -ServerInstance 'YOURSERVERINSTANCE'
where YOURSERVERINSTANCE is the name of your D365BC server instance
Hello Stefano,
Thank you so much for script
let me check then i will back to you
Unable to import to powershell .Have any solution ,kindly check below screenshot
Please advise me if have any solution
But are you using the Business Central Administration Shell? Here you should have the Microsoft.Dynamics.Nav.Apps.Management module automatically installed.
If you open Powershell from a normal prompt, you don't have this module.
using windows power shell
Use the the Business Central Administration Shell.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.