Hello Everyone
I hope everyone is doing good . In this blog, we are going to see, how to deploy the New MS Teams application for a single computer or bulk using teamsbootstrapper.exe
Microsoft provides an executable (.exe) file for the new Teams client so that we can upgrade the MS Teams application directly to the computer.
Ways of up-gradation methods
teamsbootstrapper.exe, Intune,group Policy , and any 3rd party software distribution app
When teamsbootstrapper.exe is run on a computer, The installer downloads the latest Teams MSIX package from Microsoft
Download and install new Teams for a single computer
- Open the Command Prompt as an Admin.
- At the prompt enter: .\teamsbootstrapper.exe -p
- A success or fail status displays. - Like below
- Open the Command Prompt as an Admin.
For local path, enter .\teamsbootstrapper.exe -p -o "C:\Users\ramki\Downloads\MSTeams-x64 (2).msix"
For UNC, enter: .\teamsbootstrapper.exe -p -o "\unc\path\to\teams.msix"
UNC :
teamsbootstrapper.exe -p -o "\CMAAD01\C\Teamsapp\MSTeams-x64.msix"
Results
PS C:\Teamsapp> .\teamsbootstrapper.exe -p -o "\CMAAD01\C\Teamsapp\MSTeams-x64.msix"
{
"success": false,
"errorCode": "0x80070057",
"errorMessage": "MSIX installer is not supported on your Windows Operating System version. Please visit https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client for supported versions"
}
The above error belongs to my test environment, on which the operating system doesn't support the new MS Teams client app, while installing the target computer
for more error code reference
https://learn.microsoft.com/en-us/windows/win32/seccrypto/common-hresult-values
To deploy this installer to a group of computers, or your entire organization, follow these steps:
- Download the .exe installer. If you have downloaded this file previously confirm you have the latest version by comparing the properties on each file.
- Use intune, Group policy or third-party distribution software, to distribute the installer to your target computers.
- Run the installer on each computer or groups of computer devices from Intune using LOB
I hope , this new deployment for MS Teams client helps office 365 admins for easy and smooth installations. Happy learning 😃
Comments
Post a Comment