For the install of the new Teams on Server 2022, it looks like it takes the same .\teamsbootstrapper - p like W10 and W11. Is that correct? Server 2019 use the DSIM install, but I was wondering about 2022 side?
j
Jeff Riechers
03/19/2024, 6:26 PM
Yes, with 2022 -p is what you need.
👍 1
j
Joe Miller
03/19/2024, 6:26 PM
Thank you for confirming
d
Dennis
03/20/2024, 8:14 AM
You can also use this one:
Add-AppProvisionedPackage -online -packagepath “$PSScriptRoot\$Product\MSTeams-x64.msix” -skiplicense | Out-Null
j
Joe Miller
03/21/2024, 4:45 PM
Cool, thanks for that
j
Jeff Riechers
03/22/2024, 12:44 PM
I thought the AppProvisionedPackage was only for a per user install. But teamsbootstrapper was for multi-user 2022.
j
Jason Parker
03/27/2024, 4:47 PM
the boot strapper is the preferred method using -p and -o switches