Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Latest commit

 

History

History
61 lines (23 loc) · 673 Bytes

README.md

File metadata and controls

61 lines (23 loc) · 673 Bytes

Please use the official Microsoft PowerShell module, this is no longer maintained!

teams-module

PowerShell module for Microsoft Teams using the rest API that are not documented from api.teams.skype.com.

Requirements;

AzureAD PowerShell module

PowerShell 4.0 or higher

A Microsoft Teams license

Usage:

import-module teams_v2.psm1

limited to 250 teams

connect-teamsservice -user [email protected] -tenant contoso.onmicrosoft.com

get-Team

add-Team

remove-Team

add-TeamMember

remove-TeamMember

get-TeamMember

convert-TeamMemberToOwner

convert-TeamOwnerToMember

get-TeamChannel

Add-TeamChannel

Remove-TeamChannel

Convert-GroupToTeam