microsoftgraph / entra-powershell

Microsoft Entra PowerShell
https://aka.ms/entraps
MIT License
59 stars 12 forks source link

Make Install-Dependencies faster by only installing what is needed. #893

Open SamErde opened 3 months ago

SamErde commented 3 months ago

The Install-Dependencies script currently installs the AzureAD module and all required module dependencies, even if they are already installed. This takes about 2.5 minutes on average in my testing.

The Install-Dependencies script should only install missing or out of date modules, with an option to force a fresh install.

v-varshamane commented 2 months ago

@SamErde Thanks for raising the issue, We are looking into it.