<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Remove the built-in Teams client and chat icon from Windows 11	</title>
	<atom:link href="https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/</link>
	<description>Intune, Windows, Office 365, Microsoft 365, Azure, Automation</description>
	<lastBuildDate>Tue, 17 Jan 2023 23:47:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ffej		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-194046</link>

		<dc:creator><![CDATA[Ffej]]></dc:creator>
		<pubDate>Tue, 17 Jan 2023 23:47:08 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-194046</guid>

					<description><![CDATA[On M$ EPM AC it gives me errors saying I&#039;m not authorized to view it.. Any idea why? 11 build is from M$ site...]]></description>
			<content:encoded><![CDATA[<p>On M$ EPM AC it gives me errors saying I&#8217;m not authorized to view it.. Any idea why? 11 build is from M$ site&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-184647</link>

		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Tue, 28 Jun 2022 03:14:38 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-184647</guid>

					<description><![CDATA[The proactive remediation script does not work for me I&#039;m afraid, I had to add -Allusers after Get-AppxPackage in the detection script. And then the same thing after Get-AppxPackage and Remove-AppxPackage in the remdiation script. Nevertheless thank for the article it got me to where I need to be :).

Detection
if($null -eq (Get-AppxPackage -Allusers -Name MicrosoftTeams)) 
    {
	Write-Host &quot;Microsoft Teams client not found&quot;
	exit 0
    } 
Else{
    Write-Host &quot;Microsoft Teams client found&quot;
	Exit 1
    }

Remediation
#Script removes the new Microsoft Teams consumer app on Windows 11.
#App is removed because this app can only be used with personal Microsoft accounts

try {
    Get-AppxPackage -Allusers -Name MicrosoftTeams &#124; Remove-AppxPackage -AllUsers -ErrorAction stop
    Write-Host &quot;Microsoft Teams app successfully removed&quot;
    }
catch {
      Write-Error &quot;Error removing Microsoft Teams app&quot;
      }]]></description>
			<content:encoded><![CDATA[<p>The proactive remediation script does not work for me I&#8217;m afraid, I had to add -Allusers after Get-AppxPackage in the detection script. And then the same thing after Get-AppxPackage and Remove-AppxPackage in the remdiation script. Nevertheless thank for the article it got me to where I need to be :).</p>
<p>Detection<br />
if($null -eq (Get-AppxPackage -Allusers -Name MicrosoftTeams))<br />
    {<br />
	Write-Host &#8220;Microsoft Teams client not found&#8221;<br />
	exit 0<br />
    }<br />
Else{<br />
    Write-Host &#8220;Microsoft Teams client found&#8221;<br />
	Exit 1<br />
    }</p>
<p>Remediation<br />
#Script removes the new Microsoft Teams consumer app on Windows 11.<br />
#App is removed because this app can only be used with personal Microsoft accounts</p>
<p>try {<br />
    Get-AppxPackage -Allusers -Name MicrosoftTeams | Remove-AppxPackage -AllUsers -ErrorAction stop<br />
    Write-Host &#8220;Microsoft Teams app successfully removed&#8221;<br />
    }<br />
catch {<br />
      Write-Error &#8220;Error removing Microsoft Teams app&#8221;<br />
      }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-184552</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Sun, 26 Jun 2022 07:36:31 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-184552</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-183019&quot;&gt;Tony Spencer&lt;/a&gt;.

It will most likely work on these devices, but you don&#039;t meet the license requirements. So, that&#039;s a no go.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-183019">Tony Spencer</a>.</p>
<p>It will most likely work on these devices, but you don&#8217;t meet the license requirements. So, that&#8217;s a no go.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony Spencer		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-183019</link>

		<dc:creator><![CDATA[Tony Spencer]]></dc:creator>
		<pubDate>Tue, 24 May 2022 05:24:59 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-183019</guid>

					<description><![CDATA[As per
https://docs.microsoft.com/en-us/mem/analytics/overview

Proactive remediations also requires users of the devices to have one of the following licenses:

Windows 10/11 Enterprise E3 or E5 (included in Microsoft 365 F3, E3, or E5)
Windows 10/11 Education A3 or A5 (included in Microsoft 365 A3 or A5)
Windows 10/11 Virtual Desktop Access (VDA) per user

So won&#039;t work with Microsoft 365 Business Premium?]]></description>
			<content:encoded><![CDATA[<p>As per<br />
<a href="https://docs.microsoft.com/en-us/mem/analytics/overview" rel="nofollow ugc">https://docs.microsoft.com/en-us/mem/analytics/overview</a></p>
<p>Proactive remediations also requires users of the devices to have one of the following licenses:</p>
<p>Windows 10/11 Enterprise E3 or E5 (included in Microsoft 365 F3, E3, or E5)<br />
Windows 10/11 Education A3 or A5 (included in Microsoft 365 A3 or A5)<br />
Windows 10/11 Virtual Desktop Access (VDA) per user</p>
<p>So won&#8217;t work with Microsoft 365 Business Premium?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sven		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-181931</link>

		<dc:creator><![CDATA[Sven]]></dc:creator>
		<pubDate>Fri, 29 Apr 2022 12:19:29 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-181931</guid>

					<description><![CDATA[Thanks for the blogpost! 

For simplicity the Teams chat icon can also be removed via the settings catalog as an extra option :) 
To remove the Chat icon using Intune – Settings Catalog, do the following steps:

Create a new Configuration Policy.
Search for Experience.
Select Configure Chat icon.
https://docs.microsoft.com/en-us/troubleshoot/windows-client/application-management/managing-teams-chat-icon-windows-11]]></description>
			<content:encoded><![CDATA[<p>Thanks for the blogpost! </p>
<p>For simplicity the Teams chat icon can also be removed via the settings catalog as an extra option 🙂<br />
To remove the Chat icon using Intune – Settings Catalog, do the following steps:</p>
<p>Create a new Configuration Policy.<br />
Search for Experience.<br />
Select Configure Chat icon.<br />
<a href="https://docs.microsoft.com/en-us/troubleshoot/windows-client/application-management/managing-teams-chat-icon-windows-11" rel="nofollow ugc">https://docs.microsoft.com/en-us/troubleshoot/windows-client/application-management/managing-teams-chat-icon-windows-11</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-181572</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Wed, 20 Apr 2022 07:51:10 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-181572</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-181550&quot;&gt;George G.&lt;/a&gt;.

Yes, it works for standard users.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-181550">George G.</a>.</p>
<p>Yes, it works for standard users.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: George G.		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-181550</link>

		<dc:creator><![CDATA[George G.]]></dc:creator>
		<pubDate>Tue, 19 Apr 2022 15:31:34 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-181550</guid>

					<description><![CDATA[Since this is using logged-in user credentials, will it work for users that are not admins on their devices? Or, will we have to add a &quot;-allusers&quot; parameter to the script?]]></description>
			<content:encoded><![CDATA[<p>Since this is using logged-in user credentials, will it work for users that are not admins on their devices? Or, will we have to add a &#8220;-allusers&#8221; parameter to the script?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chris		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-179390</link>

		<dc:creator><![CDATA[chris]]></dc:creator>
		<pubDate>Sun, 20 Feb 2022 21:50:48 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-179390</guid>

					<description><![CDATA[awesome work - i was able to follow the article and it delivered on the first attempt - good stuff man ! keep it up]]></description>
			<content:encoded><![CDATA[<p>awesome work &#8211; i was able to follow the article and it delivered on the first attempt &#8211; good stuff man ! keep it up</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl M		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-178924</link>

		<dc:creator><![CDATA[Carl M]]></dc:creator>
		<pubDate>Wed, 09 Feb 2022 19:03:48 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-178924</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-177495&quot;&gt;Peter Klapwijk&lt;/a&gt;.

So you are saying that this Proactive Remediation as listed above, will continue to keep the Teams built-in app uninstalled after the initial run? No manual intervention going forward?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-177495">Peter Klapwijk</a>.</p>
<p>So you are saying that this Proactive Remediation as listed above, will continue to keep the Teams built-in app uninstalled after the initial run? No manual intervention going forward?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-177495</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Fri, 31 Dec 2021 14:15:29 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8444#comment-177495</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-176744&quot;&gt;ed hixon&lt;/a&gt;.

That&#039;s why I changed the approach to using Proactive Remediation and changed the article.

Peter]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/remove-the-built-in-teams-client-and-chat-icon-from-windows-11/#comment-176744">ed hixon</a>.</p>
<p>That&#8217;s why I changed the approach to using Proactive Remediation and changed the article.</p>
<p>Peter</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
