entra-powershell icon indicating copy to clipboard operation
entra-powershell copied to clipboard

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

Open SamErde opened this issue 1 year ago • 1 comments

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.

SamErde avatar Jul 05 '24 17:07 SamErde

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

v-varshamane avatar Jul 08 '24 11:07 v-varshamane