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
}
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
}