How to package and deploy the New Teams app (and remove the "personal" Teams client)

  Рет қаралды 4,698

Get Rubix

Get Rubix

Күн бұрын

Пікірлер
@55johnkid
@55johnkid 6 ай бұрын
Thanks for this. This channel is straight gold for intune stuff
@getrubix
@getrubix 6 ай бұрын
Thanks!
@andrewgray8211
@andrewgray8211 5 ай бұрын
Amazing - Thanks very much for this, this channel has so much fantastic content for Intune! Just a minor note that the link in the description for the bootstrapper exe is incorrect.
@getrubix
@getrubix 5 ай бұрын
Thanks! Good catch, just updated :)
@markorr321
@markorr321 11 күн бұрын
Trying to test this in conjunction with packaging Office 365 as a Win32 Application. Could you post the install and uninstall commands for the New Teams because for some reason I can't read them no matter what I try. As always, you're the best and any assistance is always appreciated!
@markorr321
@markorr321 11 күн бұрын
I believe I got the install commands sorted out but would love to confirm. Now, when I install the "New Teams" application I'm getting a false positive. I.E. the application doesn't install but Intune thinks it did. I tested the detection script, and it did not detect the application. When I installed it manually, I was able to confirm the detection script worked because it verified the install. So, the detection script seems to be working but Intune thinks the application installed when it didn't.
@Tamis_ExploringAlberta
@Tamis_ExploringAlberta 4 ай бұрын
Hi .. i am getting error opening new teams app.. i made sure the app exists by running appx command in PS. The error is Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item
@jerloper
@jerloper 4 ай бұрын
What would be the advantage of using the remediation script for removing Personal Teams vs using a Configuration Profile? I have a configuration profile that removes the Chat icon from the taskbar and that also seems to remove Teams Personal.
@getrubix
@getrubix 4 ай бұрын
No advantage, just different options. I say, do what works!
@vagabondghost4939
@vagabondghost4939 4 ай бұрын
I tried this but somehow it is not detecting the personal teams therefore it is not running the remediation. Manually it is detecting that teams is installed.
@JVinterberg
@JVinterberg 5 ай бұрын
I copied the scripts from your github and installed the run-in-sandbox to mirror your setup for testing in Sandbox, but for some reason it never make the New-Teams folder nor installing the App, am i right in the command you issue is: %windir%\sysnative\windowspowershell\v1.0\powershell.exe -executionpolicy bypass .\install.ps1
@getrubix
@getrubix 5 ай бұрын
yes- if that doesn't work, then just try "powershell.exe -executionpolicy bypass .\install.ps1"
@tylerwagler1979
@tylerwagler1979 Ай бұрын
@@getrubix I was so confused when mine wasn't showing up and couldn't figure out why! Thanks for this response to his comment!
@tianfreeze3472
@tianfreeze3472 4 ай бұрын
I used the intune remediation to remove personal teams ,but the user who has logged in will still exist teams personal, new user signing in the teams personal doesn't appearr anymore. it seems that Teams Personal under the user cannot be deleted? The detection script has always been able to detect the presonal Teams .
@getrubix
@getrubix 4 ай бұрын
I'll take a look into this.
@zhiqiangzhou540
@zhiqiangzhou540 5 ай бұрын
I'm having trouble with the Run in sandbox, when I try to launch an intunewin package, the installa command window doesn't show, it automatically open the Sandbox and does nothing
@getrubix
@getrubix 5 ай бұрын
Not sure what the reason would be, but I would try reinstalling "RunInSandbox"
@zhiqiangzhou540
@zhiqiangzhou540 5 ай бұрын
​@@getrubix Already tried, the option is present in the context menu, but when clicked, it open a powershell window which closes almost instantly and then the Sandbox is launched.
@patrick__007
@patrick__007 5 ай бұрын
Perhaps stupid question, but how do you add the "Open with Code" to your right click menu?
@getrubix
@getrubix 5 ай бұрын
I believe it's an option during the VS Code install
@nathanhopkins8780
@nathanhopkins8780 6 ай бұрын
Any reason to not put the remediation steps into the New Teams installer?
@getrubix
@getrubix 6 ай бұрын
Nope- you can do that. Options are good :)
@ToTCaMbIu
@ToTCaMbIu 5 ай бұрын
Keep them separate, it would be easier to troubleshoot if one of them doest work as expected.
@thomasbrowne8001
@thomasbrowne8001 5 ай бұрын
Any chance this can be installed during pre-provisioning or Self-deployed ?
@getrubix
@getrubix 5 ай бұрын
I don't see why not...
@MrMarcLaflamme
@MrMarcLaflamme 5 ай бұрын
If these scripts are running in the background, where are the write-host messages shown/written to? Will the user get a popup?
@getrubix
@getrubix 5 ай бұрын
Write-Host is for logging purposes
@MrMarcLaflamme
@MrMarcLaflamme 5 ай бұрын
@@getrubix where does it get logged though? That’s what I was asking. Does it write to a file on the client or get surfaced in Intune?
@getrubix
@getrubix 5 ай бұрын
Oh okay- it will get logged in the output of the remediation. Other than that, you would have to specify somewhere specific by Start-Transcript...
@MrMarcLaflamme
@MrMarcLaflamme 5 ай бұрын
@@getrubix Ah okay, that's cool! Really wish we had remediations...
@ThisGuyDakota
@ThisGuyDakota 6 ай бұрын
I suppose being remediation it should continuously remove it, right? Because the ConfigureChatAutoInstall registry value is going to have reinstalled whenever there's a significant update
@getrubix
@getrubix 6 ай бұрын
Correct- couldn't hurt to change the value as well
@JonHelm
@JonHelm 5 ай бұрын
Is there another way to remove Teams personal for tenant that runs Office 365 Business Premium? Remediation script is greyed out and I think it's because it requires a higher level of subscription.
@getrubix
@getrubix 5 ай бұрын
You can deploy the PowerShell script directly as a 'platform script' or package as an application?
@limitless968
@limitless968 3 ай бұрын
@@getrubix if I am deploying the script as a platform script, would i need to combine the detect and remediate files into one script, or would i just deploy the scripts separately?
@ayyappacreations6654
@ayyappacreations6654 6 ай бұрын
Can you please share any link for uninstalling old teams classic
@getrubix
@getrubix 6 ай бұрын
There are several options discussed here: learn.microsoft.com/en-us/microsoftteams/teams-classic-client-uninstall
@jonlyons3601
@jonlyons3601 6 ай бұрын
How do you get teams to AutoStart the first time? :)
@getrubix
@getrubix 6 ай бұрын
Intune configuration policy. Go to settings catalog > search "teams" > and you'll see the available options.
@jonlyons3601
@jonlyons3601 6 ай бұрын
​@@getrubix Weird I have that AutoStart option set to disable(which is to enabled it) but teams never auto starts the first time from a fresh autopilot deploy.
@papajohnscookie
@papajohnscookie 5 ай бұрын
It would be so much easier if they just had the new teams UWP app on the store to install
7 HIDDEN Apps in Microsoft 365 that will EXPLODE Productivity
28:35
Jonathan Edwards
Рет қаралды 334 М.
How to Manage Projects Like a Pro in Microsoft Teams
24:33
Bulb Digital
Рет қаралды 104 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 7 МЛН
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
Interview Cleared 💥 - Full MOCK Interview #interview #viralvideo
16:12
Autopilot Device Preparation | August 20, 2024 | MSFT EDU Endpoint Office Hours
56:18
Microsoft EDU Endpoint Office Hours
Рет қаралды 2,3 М.
The ONLY tool you need for Microsoft Intune app management
15:49
Dean Ellerby MVP
Рет қаралды 7 М.
How to Update Your Devices in Microsoft 365 Using Intune
20:25
Jonathan Edwards
Рет қаралды 22 М.