If you check \\targetcomputer\C$\Windows\Fonts and you don’t see the same thing as when you go directly to the targetcomputer and look in C:\Windows\Fonts, then it sounds like you might have some kind of DNS or naming issue where you are actually looking at two different computers, not the same one. I can’t think of any other explanation.
I wish that was the case. Easy fix. But it’s not. All other commands/deployments work successfully. I even changed the script from %SystemRoot%\Fonts” to “C:\Windows\Fonts” and it still doesn’t copy. I’ll just manually copy to directory and use the script to add reg key. Thanks
Just a heads up I made a job queue that installs said font via powershell deployment. The above method deff does not work in windows 10 above build 1809. 1909 or 20h2. I can share the script if anybody needs…
Thanks. We weren’t aware that anything had changed in 1809, so thanks for letting us know. What is your powershell deployment method? What is it doing differently?