hello team
am unable to install the Teams module one my pC's
PS C:\Ramki\Connect2Office> Install-Module -Name microsoftTeams
WARNING: The module 'MicrosoftTeams' cannot be installed or updated because it is not a properly-formed module.
PS C:\Ramki\Connect2Office>
PS C:\Ramki\Connect2Office>
PS C:\Ramki\Connect2Office>
PS C:\Ramki\Connect2Office> Find-Module -Name MicrosoftTeams -Repository PSGallery | Install-Module -Verbose
VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted =
'True'; IsRegistered = 'True'.
VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted =
'True'; IsRegistered = 'True'.
VERBOSE: Performing the operation "Install-Module" on target "Version '2.3.1' of module 'MicrosoftTeams'".
VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted =
'True'; IsRegistered = 'True'.
VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: Using the specified source names : 'PSGallery'.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='MicrosoftTeams'' for ''.
VERBOSE: Total package yield:'1' for the specified package 'MicrosoftTeams'.
VERBOSE: Performing the operation "Install-Module" on target "Version '2.3.1' of module 'MicrosoftTeams'".
VERBOSE: The installation scope is specified to be 'AllUsers'.
VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'.
VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'.
VERBOSE: Downloading module 'MicrosoftTeams' with version '2.3.1' from the repository
'https://www.powershellgallery.com/api/v2'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='MicrosoftTeams'' for ''.
VERBOSE: InstallPackage' - name='MicrosoftTeams', version='2.3.1',destination='C:\Users\Ram\AppData\Local\Temp\816045836'
VERBOSE: DownloadPackage' - name='MicrosoftTeams', version='2.3.1',destination='C:\Users\Ram\AppData\Local\Temp\816045836\MicrosoftTeams\MicrosoftTeams.nupkg',
uri='https://www.powershellgallery.com/api/v2/package/MicrosoftTeams/2.3.1'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/MicrosoftTeams/2.3.1'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/MicrosoftTeams/2.3.1'.
VERBOSE: Completed downloading 'MicrosoftTeams'.
VERBOSE: Hash for package 'MicrosoftTeams' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='MicrosoftTeams', version='2.3.1',destination='C:\Users\Ram\AppData\Local\Temp\816045836'
WARNING: The module 'MicrosoftTeams' cannot be installed or updated because it is not a properly-formed module.
PS C:\Ramki\Connect2Office>