Skip to content

Commit 04ad52e

Browse files
Update WebRTC Auto Updater/Detect - WebRTC - Detection Script.ps1
Co-authored-by: kennywangms <[email protected]> Signed-off-by: Donna Ryan <[email protected]>
1 parent 97cde48 commit 04ad52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebRTC Auto Updater/Detect - WebRTC - Detection Script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function get-teamsinstall {
9090

9191
foreach ($appxpack in $appxpacks){
9292
if ($appxpack -match "MSTeams"){$count = $count + 1}
93-
}
93+
}
9494
if ($count -eq 0){
9595
update-log -data "New Teams not found. Teams is not installed. Returning compliant." -Class Information -Output Both
9696
Exit 0

0 commit comments

Comments
 (0)