top of page

Add missing Fonts to your BC Container

Aktualisiert: 7. Apr. 2022

Sometimes you create your container and you see that your printout is using a different font?



You might forgot to add your local fonts to your container?

Just run this powershell script to add your fonts into your local dynamics 365 business central container:

Import-Module bccontainerhelper
$containerName  = "de-latest"

Add-FontsToBcContainer -containername $containerName -path C:\Windows\Fonts
Restart-BcContainer -containerName $containername




See more on our github repository:


Please follow us on LinkedIn:


153 Ansichten0 Kommentare

Aktuelle Beiträge

Alle ansehen

BeyondCues

Make your employees' everyday life easier and increase productivity at the same time. BEYOND Cues adds a tab to your role center with “Cues”. Among other things, the cues can be configured to display

bottom of page