Teams install fails
Deploy New Microsoft Teams App On Windows Using Intune (cloudinfra.net)
Followed everything in this step as it is in thi slink and the detection rule did not work as per this so I changed to this and it shows the installation as failed.
I just want to upgrade the TEAMS to the newer version for orgwide that is all any suggestions or what is going wrong here?
Deploy New Microsoft Teams App On Windows Using Intune (cloudinfra.net) Followed everything in this step as it is in thi slink and the detection rule did not work as per this so I changed to this and it shows the installation as failed.if ($null -eq (Get-AppxPackage -Name MSTeams)) { Write-Host “New Teams client not found” exit 1 } Else { Write-Host “New Teams client found” Exit 0 } I just want to upgrade the TEAMS to the newer version for orgwide that is all any suggestions or what is going wrong here? Read More