I wanted a really simply way to access the tables in Business Central and to write the information of those tables into SQL database so that my team could access them directly from SQL. Since I am just an accountant, I always find it very difficult when I find snippets of code but nothing isContinue reading “Using PowerShell to access the tables in Business Central”
Category Archives: PowerShell
Printing lots of PDFs with Powershell
We get invoices as attachments saved to a folder from our email. Here’s a little script I wrote to print out all of the PDFs from that folder.