mozziemozz / TeamsPhoneAutomation

Automation Scripts for Microsoft Teams Phone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teams Phone Automation

Teams Phone Number Management

Author: Martin Heusser | M365 Apps & Services MVP

Please check out the accompanying blog post.

The readme will be updated at a later time.

Teams Managament Module

The module located in .\Modules\TeamsPS.psm1 contains some useful functions to help with day to day Teams administrative tasks.

Import the Module

$localRepoPath = git rev-parse --show-toplevel
Import-Module "$localRepoPath/Modules/TeamsPS.psm1" -Force

About

Automation Scripts for Microsoft Teams Phone


Languages

Language:PowerShell 98.6%Language:Python 1.4%