26 results for powershell modules

Invoke-NAVSQL: Execute SQL queries on NAV databases with PowerShell

Just another CmdLet to bother you with (no really, it’s quite an interesting one – try to keep awake … ;-)). The more you use PowerShell .. and the more you use it for NAV .. you just realize that you have to call out to SQL Server quite regularly. Just a few examples: Backup …

Continue reading

Permanent link to this article: https://www.waldo.be/2016/06/08/invoke-navsql-execute-sql-queries-on-nav-databases-with-powershell/

Multi Root Workspaces in VSCode for AL Development – Episode 2

Remember my blog post on “Multi-root workspaces in VSCode for AL Development“?  If not – it might be interesting to read first, because this is in fact an “extension” (get it?) on it .. so you might say this blogpost “depends” on that one ;-). I concluded the post with some scripts – and that’s …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/05/12/multi-root-workspaces-in-vscode-for-al-development-episode-2/

Export C/AL objects as AL from a database on a docker container on a remote host

That’s a mouthful, isn’t it :-)? As you might have figured in quite some sessions, threads and posts, I’m quite fond running docker images on a remote Hyper-V on my laptop. From the moment it was described by Arend Jan, I’m using it. In my opinion, it’s a much better way to run, because Windows …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/08/27/export-c-al-objects-as-al-from-a-database-on-a-docker-container-on-a-remote-host/

Make the New Developer Tools available on a local machine

On Twitter, Mark Brummel was wondering on how we would be able to get this wonderful new DEV environment locally, to be able to play with whenever we don’t have an Internet Connection. Well .. by coincidence, I had been trying to wrap my head around that a few weeks ago .. but never wrote …

Continue reading

Permanent link to this article: https://www.waldo.be/2017/02/20/make-the-new-developer-tools-available-on-a-local-machine/

Dependency Analysis Tool (ALDependencyAnalysis)

Remember this post?  Probably not.  Nearly a year ago at Directions US, I showed some “how did I do stuff” during a number of sessions.  And it ended with a lot of feedback, which came down to: “can I have it”?  So, that’s where I wrote a post “I have work to do” ;-). The …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/04/24/dependency-analysis-tool-aldependencyanalysis/

Microsoft Dynamics 365 Business Central (OnPrem) Production environment on Docker?

Well .. no!  “Not yet”, at least ;-). Let me be clear: this post is NOT a recommendation that you should use Docker for your OnPrem Customer’s production environments.  Not at all.  This is merely a blogpost about the fact that I wouldn’t mind Microsoft to officially support Docker as an alternative to an NST …

Continue reading

Permanent link to this article: https://www.waldo.be/2019/12/11/microsoft-dynamics-365-business-central-onprem-production-environment-on-docker/

Developing Business Central Extensions/Apps in Team – Follow Up

A while ago (in fact: in July last year), I posted a blog post about the challenges when “working in Team on apps“. Since then, I have been asked to work on a follow-up post on how we are tackling these challenges in our company today – and if all the assumptions I made also …

Continue reading

Permanent link to this article: https://www.waldo.be/2019/02/28/developing-business-central-extensions-apps-in-team-follow-up/

CRS.RemoteNAVDockerHostHelper – Updated!

I’m not going to blog about each version of this module, but for this update, I felt obligated to share a few words. Primarily, because all has changed :-). Not one function is the same. I renamed all of the functions to a more convenient name – as they were quite long (not to say: …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/02/15/crs-remotenavdockerhosthelper-updated/

AL with VSCode: ExportToNewSyntax

When you start doing AL development in VSCode, you inevitably will want to convert from the very old and dusty C/AL language, to the brand new shining innovative AL language :-). How that is being done, is described in multiple places. Let me just reference to this post on my blog to get you going …

Continue reading

Permanent link to this article: https://www.waldo.be/2017/08/07/al-with-vscode-exportnewsyntax/

NAV Developer Preview – Fix Script

When you want to experience the new developer tools, you need to set up a VM on Azure. Now, this takes a while. On top of that, it’s all “preview”. As in: “might crash”. And in: “if it crashes, there might not be a decent way out”. I was able to completely mess up my …

Continue reading

Permanent link to this article: https://www.waldo.be/2017/07/04/nav-developer-preview-fix-script/