From ed2937843047cae20b4fdabf09d021d2e24102a9 Mon Sep 17 00:00:00 2001 From: Dennis Mohrmann Date: Fri, 26 Mar 2021 22:18:08 +0100 Subject: [PATCH] Update Install MS Teams.ps1 --- Install MS Teams.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install MS Teams.ps1 b/Install MS Teams.ps1 index b286ef7..5bd2ae9 100644 --- a/Install MS Teams.ps1 +++ b/Install MS Teams.ps1 @@ -94,7 +94,7 @@ $Teams = (Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentV IF ($Teams) {$Teams = $Teams.Insert(5,'0')} IF ($Teams -ne $Version) { -#Uninstalling MS Teams +# Uninstalling MS Teams IF (Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Where DisplayName -like "*Teams Machine*") { Write-Host -ForegroundColor Yellow "Uninstalling $Product" DS_WriteLog "I" "Uninstalling $Product" $LogFile @@ -111,7 +111,7 @@ Write-Host -ForegroundColor Green " ...ready!" Write-Output "" } -#MS Teams Installation +# MS Teams Installation Write-Host -ForegroundColor Yellow "Installing $Product" DS_WriteLog "I" "Installing $Product" $LogFile try {