Forum Discussion
ABill1
Oct 12, 2023Iron Contributor
deploying printer via intune
Hello everyone, I'm in need of assistance with the following script I'm currently using: powershell # Replace the placeholders with your details $inf_path = ".\driver\KOBxxK__01.inf" $drive...
- Oct 16, 2023Seems ok if you copy all the files in a folder on a test machine (Or Windows Sandbox) and run install.cmd as Administrator... Does that work?
ABill1
Iron Contributor
This worked if I run the script locally but via intune I get this error:
Any ideas?
Aran
Oct 13, 2023
I suggest adding Start-Transcript c:\windows\temp\log.txt at the top of the script and Stop-Transcript at the end. After deployment, check the logs to see what's going on. Are you running it as System?
- ABill1Oct 13, 2023Iron ContributorYes running as system, I am going to do this and will check and let you know! thanks