What objects were added?

Yesterday, I got a question that I found was too difficult to answer: “What tables were added in 20.5?” The reason for this question was simple: we need to update the manually created permissionsets in order for new tables to be supported after an upgrade. So…

PowerShell Duration

This is a really quick tip just for myself to save the script where I can easily get to it, this time a quick way to output the duration of a PowerShell script. When a script takes longer than expected, in my mind I am waiting…

Upload Files to SFTP via Powershell

I was asked how to upload files to SFTP from Business Central, there are several ways to do it and several posts published about it for Business Central. In this case, without going through other Azure services, PowerApps etc., it is possible to do it directly…