Get App-information without Get-NAVAppInfo / Update for D365BCAppHelper
Get information from App-Files similar to Get-NavAppInfo, but without the need of having the standard libraries available.
Get information from App-Files similar to Get-NavAppInfo, but without the need of having the standard libraries available.
When I initially started with the D365BCAppHelper-module I did not only want to easily see a representation of existing Dependencies between installed Apps. I also wanted to use it for scenarios like easily updating Apps with said dependencies (e.g. replacing “Base Application”). I know that there are already posts out there explaining the replacement of … Read more
It’s been quiet for some time here, but I didn’t abandon the blog. There was just a lot to do and there was little time for new stuff. This post won’t be very long, just a quick introduction of a little helper Module I created. I wanted an easy way to visualize app-dependencies for Business … Read more
This post took a bit longer than expected, but it were some busy days. First of all I want to give a quick update to the creation of the demo environment. Update I added HTTPS/SSL-support for the Webclient/Application Gateway setup – at least some initial support. I’m still not sure how to set this up … Read more
This will be a short post. I updated the Download Helper for Dynamics 365 Business Central (first described here) module. For a demo I needed to have the functionality for an older version (NAV 2018). So I figured to just add it for 2015 and 2017 as well. Now you are able to also download … Read more
In case you have no idea what this post is about, you should probably read the Introduction and Part 1 real quick. But besides that, let’s jump right into the creation of the demo environment. If you have any questions, please take a look at the other parts of this series. Creating the demo environment … Read more
In case you have no idea what this post is about, you should probably read the Introduction real quick. But besides that, let’s jump right into the first real chapter of this series. Process Overview The following picture basically shows the high-level steps of the resources that are created (the ones with a dotted-line as … Read more
Well, this post will be split it up in multiple posts – I guess otherwise it’ll be too big and readers will get scared 😉. It’s difficult to provide a short “TL;DR” for that series. But if you’re interested in this topic I guess it might be a good idea to come back for updates … Read more
A little while ago I struggled a bit when I wanted to create an extensible Build Agent setup for an Azure DevOps-project for Business Central. I wanted to use ALOps for this project and different VMs for the Build Agents, depending on different sources (builds based on a Pull Request-policy, builds from dev-branch, builds from … Read more
We all know these situations: you have a simple requirement and wonder anyway why you can’t find an easy-to-use solution to solve it. That’s why I created a little PowerShell-module which I’ll describe here. Requirement I needed a simple way to retrieve the download link for a Dynamics 365 Business Central DVD ZIP file from … Read more