Get-TeamsMembership.ps1


<#PSScriptInfo
 
.VERSION 0.2
 
.GUID 5afc96b9-693c-430d-a0e6-773a20377212
 
.AUTHOR Paul Robichaux
 
COMPANYNAME Quadrotech Solutions
 
.COPYRIGHT (c) 2018 Quadrotech Solutions Inc.
 
.TAGS Teams
 
.LICENSEURI
http://creativecommons.org/licenses/by-nc/4.0/
 
 
.RELEASENOTES
07-July-2018: 1.0. Initial release.
 
 
 
#>


<#
 
.DESCRIPTION
This script will show which Teams objects the specified user is a member or owner of.
It can optionally clone membership from one user to another, so the target user has the same Teams memberships as the source user.
    
If you're not already connected to an Exchange Online PowerShell session, the script will attempt to connect you. It requires the Connect-ExOPSSession cmdlet, which means you need the Exchange Online Remote PowerShell module.
 
 
#>
 
Param()