au2mator-M365-RemoveOwnerFromTeamsTeam.ps1
<#PSScriptInfo .VERSION 0.1 .GUID 8443b52d-f7e1-49ba-8c84-15734b542037 .AUTHOR au2mator .COMPANYNAME au2mator.com .COPYRIGHT .TAGS Windows au2mator Teams Microsoft365 MSTeams .LICENSEURI .PROJECTURI .ICONURI https://au2mator.com/my-content/TransparentPNGsymbol.png .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS .EXTERNALSCRIPTDEPENDENCIES .RELEASENOTES .PRIVATEDATA #> <# .DESCRIPTION Remove an Owner from Microsoft 365 Teams with au2mator and Azure Automation See the Blog Post for more Details: https://au2mator.com/remove-owner-from-microsoft-teams-team-microsoft-teams-self-service-with-au2mator/ Self Service your IT with au2mator #> Param() |