Forum Discussion
AB21805
Oct 26, 2021Bronze Contributor
install graphics driver via intune
Hi all, I have to use a specific driver for adobe and would like to install this remotely The files of the driver are: I have tried to follow this: https://universecitiz3n.tech/in...
Oct 27, 2021
Hi,
Looking at the script (didnt test it myself)
".\igfx_win10_100.8496\igxpin.exe" instead of ".\Intel\igxpin.exe"
But please make sure you are packaging the folder igfx_win10_100.8496 and not only the contents of it..
So create a folder on you harddrive c:\packages
create a new sub folder igfx_win10_100.8496 in it with the contents igxpin.exe
-Create the powershell script you mentioned and place it in the c:\packages folder
-Create the intunewinapp package and select the poewrshell script as install file ... it will also add the igfx folder to it...
Looking at the script (didnt test it myself)
".\igfx_win10_100.8496\igxpin.exe" instead of ".\Intel\igxpin.exe"
But please make sure you are packaging the folder igfx_win10_100.8496 and not only the contents of it..
So create a folder on you harddrive c:\packages
create a new sub folder igfx_win10_100.8496 in it with the contents igxpin.exe
-Create the powershell script you mentioned and place it in the c:\packages folder
-Create the intunewinapp package and select the poewrshell script as install file ... it will also add the igfx folder to it...
AB21805
Oct 27, 2021Bronze Contributor
I have also tried to run the script manually before putting on intune and I get this? Any ideas?
Thanks in advance