msgraphapi

Create a Channel in Teams with PowerShell and MS Graph API

In this post, I want to show you how you can create a Team Channel in Teams with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Make sure not everyone can create a new Channel✔️Control your Channels outside Teams.✔️Many more… API Reference and Permissions We used the following Docs to get this Script up […]

Create a Channel in Teams with PowerShell and MS Graph API Read More »

Remove a Member from a Microsoft Teams Team with PowerShell and MS Graph API

In this post, I want to show you how you can remove a Member from a Microsoft Teams Team with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Make sure not everyone can remove a Team Member.✔️Control your Members of a Team outside Teams.✔️Many more… API Reference and Permissions We used the following Docs

Remove a Member from a Microsoft Teams Team with PowerShell and MS Graph API Read More »

Add a Member to a Microsoft Teams Team with PowerShell and MS Graph API

In this post, I want to show you how you can add a new Member to a Microsoft Teams Team with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Make sure not everyone can add a new Team Member.✔️Control your Members of a Team outside Teams.✔️Many more… API Reference and Permissions We used the

Add a Member to a Microsoft Teams Team with PowerShell and MS Graph API Read More »

Create Microsoft ToDo Task with PowerShell and Microsoft GRAPH API

Now it is time to create some Microsoft ToDo Tasks with PowerShell and MS Graph API. To learn more from Microsoft GRAPH API, see my Blog Series:Part 1 – Authentication and Azure App – Use Microsoft Graph API with PowerShell – Part 1 » TechGuyPart 2 – Oauth2.0 – Use Microsoft Graph API with PowerShell – Part

Create Microsoft ToDo Task with PowerShell and Microsoft GRAPH API Read More »

Send CARD Message to a Teams Channel with PowerShell and MS GRAPH API

The next Post in my GRAPH API Series now switches to Microsoft Teams. Let us send a CARD Message to a Teams Channel. To learn more from Microsoft GRAPH API, see my Blog Series:Part 1 – Authentication and Azure App – Use Microsoft Graph API with PowerShell – Part 1 » TechGuyPart 2 – Oauth2.0 – Use

Send CARD Message to a Teams Channel with PowerShell and MS GRAPH API Read More »