GetSecureScore

How to Force Install Microsoft Teams With Intune Scripts

For some reason, Teams won’t install automatically with Office 365 deployment via Intune. I have created the below scripts and assigned them on Intune to force install Teams. Scripts: $registryPath = “HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run” $Name = “TeamsMachineInstaller” $value = “C:\Program Files (x86)\Teams Installer\Teams.exe –checkInstall –source=default”      if (Get-ItemProperty -Path $registryPath -Name $name -ErrorAction Ignore) {   Read More

GetSecureScore

How to Fix Microsoft Teams Won’t Start for New Users

I’ve noticed the registry value “TeamsMachineInstaller” in “HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run” is not persistent after Windows 10 upgrade. For example, we are currently upgrading numerous machines from Windows 10-1709 to 1909 and this registry value disappears after the upgrade. This means Teams will no longer start for newly logged-in users after a Windows upgrade has been applied to Read More

GetSecureScore

Deploy Teams by Using Windows Installer (MSI)

Watch the following session to learn about the benefits of the Windows Desktop Client, how to plan for it and how to deploy it: Teams Windows Desktop Client. Microsoft provides 32-bit, 64-bit, and ARM64 MSI files that you can use to bulk deploy Microsoft Teams to select users and computers. MSI files can be used with Microsoft Read More

GetSecureScore

Easy Ways to Unmute Yourself on Teams & Zoom

Given how much we now use virtual training and meeting platforms like Zoom and Microsoft Teams, it’s likely you’ve tried to speak up once or twice while muted. Speaking while you’re on mute can be a frustrating part of the way we communicate today in virtual meetings. Yet, there are some easy solutions. For your Read More

GetSecureScore

How to Add User to Microsoft SharePoint Site

User management is an important responsibility of SharePoint administrators. One of the important tasks they sometimes have to perform is to add users to a SharePoint site. Here, we will show how to add users to a site in SharePoint Online. This method would work for the on-premises SharePoint too. How to add users to Read More

GetSecureScore

How to Delete and recover files in Teams

Microsoft Teams Use Teams on the desktop or web to delete files. Use SharePoint or OneDrive to recover them. Delete a file from a channel Go to the Files tab in a channel. Select More options    next to the file and then select Delete. To delete several files at once, select each file by clicking the left side of its row, Read More