<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Install Microsoft Teams Powershell Module Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/install-microsoft-teams-powershell-module/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/install-microsoft-teams-powershell-module/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Sat, 24 Apr 2021 01:35:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>Install Microsoft Teams Powershell Module</title>
		<link>https://thesysadminchannel.com/install-microsoft-teams-powershell-module/</link>
					<comments>https://thesysadminchannel.com/install-microsoft-teams-powershell-module/#comments</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Sat, 24 Apr 2021 01:35:48 +0000</pubDate>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Teams]]></category>
		<category><![CDATA[Install Microsoft Teams Powershell Module]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1842</guid>

					<description><![CDATA[<p>Now more than ever the work force is migrating to a model where everything should be accessible remotely. One platform that is exceeding in remote communication is Microsoft Teams. As an admin, I think Teams is a great platform and&#8230; <a href="https://thesysadminchannel.com/install-microsoft-teams-powershell-module/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/install-microsoft-teams-powershell-module/">Install Microsoft Teams Powershell Module</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Now more than ever the work force is migrating to a model where everything should be accessible remotely. One platform that is exceeding in remote communication is Microsoft Teams.  As an admin, I think Teams is a great platform and gets the job done.  However, managing it in the GUI is not the most efficient way when doing it in bulk. With that said, today we&#8217;re going to go over <strong>how to install Microsoft Teams Powershell Module</strong>.</p>
<h2>Install Microsoft Teams Powershell Module From PC With Internet Connection</h2>
<ul>
<li>From a computer with an internet connection open Powershell (preferably as an administrator)</li>
<li>Find-Module -Name MicrosoftTeams</li>
<li>Install-Module -Name MicrosoftTeams -Scope CurrentUser</li>
<li>Get-Command -Module *Team*</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/04/Get-Module-for-Teams.png" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/04/Get-Module-for-Teams.png" alt="Get Module for Teams" width="979" height="512" class="aligncenter size-full wp-image-3088" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/04/Get-Module-for-Teams.png?v=1619051164 979w, https://thesysadminchannel.com/wp-content/uploads/2021/04/Get-Module-for-Teams-768x402.png?v=1619051164 768w" sizes="(max-width: 979px) 100vw, 979px" /></a></p>
<p>Using the <code>-Scope CurrentUser</code> parameter allows Powershell to install the module without administrator access.  You can install for all users on the machine by using the <code>-Scope AllUsers</code> parameter.</p>
<h2>Offline Installation of Microsoft Teams Powershell Module</h2>
<ul>
<li>Hop on a computer with internet access and open Powershell (preferably as an administrator)</li>
<li>Find-Module -Name MicrosoftTeams</li>
<li>Save-Module -Name MicrosoftTeams -Path <em>Path</em></li>
<li>Copy the files you downloaded to the offline computer</li>
<li>Move the copied files to <strong>C:\Program Files\WindowsPowerShell\Modules</strong> (requires admin rights)</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/04/Install-Teams-Powershell-Module.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/04/Install-Teams-Powershell-Module.png" alt="Install Teams Powershell Module" width="685" height="309" class="aligncenter size-full wp-image-3091" /></a></p>
<p>&nbsp;</p>
<p>Eventually you&#8217;ll need an internet connection because in order to make queries you&#8217;ll need to connect to Office365.  </p>
<p>Finally, I hope you were able to find value in seeing how to install Microsoft Teams Powershell Module so you can get your Powershell on.  If you&#8217;re interested in finding more things to do with PS, be sure to check out our <a href="https://thesysadminchannel.com/powershell/" rel="noopener" target="_blank">Powershell Gallery</a> full of real world scripts.  If you&#8217;re more into video content, feel free to check out our <a href="https://www.youtube.com/c/theSysadminChannel" rel="noopener" target="_blank">Youtube Channel</a> which is also full of sysadmin content.</p>
<p>The post <a href="https://thesysadminchannel.com/install-microsoft-teams-powershell-module/">Install Microsoft Teams Powershell Module</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/install-microsoft-teams-powershell-module/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1842</post-id>	</item>
	</channel>
</rss>
