entra-powershell
entra-powershell copied to clipboard
Make Install-Dependencies faster by only installing what is needed.
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 Thanks for raising the issue, We are looking into it.