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

Update Install-Modules.ps1 #19

Closed Jan-BaptistVandeuren closed 2 weeks ago

Jan-BaptistVandeuren commented 6 months ago

The following commands are already available on this system:'Test-AccessToken'. This module 'MSGraphRequest' may override the existing commands. If you still want to install this module 'MSGraphRequest', use -AllowClobber parameter.

Extract from https://learn.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershellget-3.x#-allowclobber

-AllowClobber Overrides warning messages about installation conflicts about existing commands on a computer. Overwrites existing commands that have the same name as commands being installed by a module. AllowClobber and Force can be used together in an Install-Module command.

The proxy cmdlet transform the value of this parameter to the NoClobber parameter of the Install-PSResource cmdlet.

NickolajA commented 2 weeks ago

This is addressed with the upcoming release.