Jump to content
Updated Privacy Statement
  • 0

New Teams w/ Windows Server 2019?


Luan Swanepoel

Question

5 answers to this question

Recommended Posts

  • 1

I've installed teams using the following code:

$TeamsNewInstaller = "C:\temp\teams\MSTeams-x64.msix

New-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\Appx -Name AllowAllTrustedApps -Value 1 -PropertyType DWORD -Force | Out-Null
Add-AppProvisionedPackage -online -packagepath "$TeamsNewInstaller" -skiplicense | Out-Null

Please be aware that you need FSLogix 2210 HF4 (which is is not GA) or CPM on WS2019.

Edited by Balint Oberrauch
Link to comment
  • 0
On 3/19/2024 at 1:41 PM, Balint Oberrauch said:

I've installed teams using the following code:

$TeamsNewInstaller = "C:\temp\teams\MSTeams-x64.msix

New-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\Appx -Name AllowAllTrustedApps -Value 1 -PropertyType DWORD -Force | Out-Null
Add-AppProvisionedPackage -online -packagepath "$TeamsNewInstaller" -skiplicense | Out-Null

Please be` aware that you need FSLogix 2210 HF4 (which is is not GA) or CPM on WS2019.

Hi Balint

do you have any more info on HF4? e.g. link to download it? expected release date, etc?

Also, which version of CPM supports new Teams on Server 2019? 

Regards

Ken Z

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...