Deploying font using SCCM

Copper Contributor

We would like to deploy fonts using SCCM. We are using a vbs script 0*1(1) error message. We have several fonts in the source folder, and we are deploying them in a package to a device OU. I have attached the code.

 

When I try run the vbs script through the command line I get the following errorfonterror.JPG

 

Any ideas on how to fix this, or how else to deploy fonts using SCCM?

 

Thank you

3 Replies

My quick look at the VBS, tell me you are trying to copy the font from a netwrok share. Thsi will fail as the computer account does NOT have access to this share by defautl.

 

Instead of using a netwrok share, included the file within the VBS and everything will work correctly then.

Hi,

 

Actually, it is maybe a good idea to go with PowerShell ;)

Here we use the microsoft experimental powershell script available at: https://blogs.technet.microsoft.com/deploymentguys/2010/12/04/adding-and-removing-fonts-with-windows...

 

You can tweak it to your need...

 

I'm sure it can be made from vbs but keep in mind that, unfortunately, windows don't automatically discover font from the font folder and if you don't do it the right way, your font won't "register".