MSEndpointMgr / IntuneAppFactory

Intune App Factory automates Win32 application packaging in Intune.
https://msendpointmgr.com/intune-app-factory
MIT License
32 stars 12 forks source link

Fixed 'Issues with Graph Requests #2' #5

Closed nithilin1 closed 10 months ago

nithilin1 commented 11 months ago

Update Install-Modules.ps1. -Allowclobber is added to the script which allows installation of Msgraphrequests module without errors.

NickolajA commented 10 months ago

Appreciate your reporting this, I've however updated the code in an offline branch that speeds up the module installation stage, but I've added the -AllowClobber parameter to the new code to account for this issue.