blindzero/Connect-MS365

Module Update Function

blindzero opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
When modules have been installed once, they don't get updated, although newer versions are available and maybe necessary based in Microsoft's online services.

Describe the solution you'd like
Test-MS365Module should check the version as well and suggest an auto-update if newer version is available.

Additional context

  • Test-MS365Module checks version installed (Get-Module -ListAvailable) and available online (Find-Modul)
  • calls new Function Update-MS365 to update module