Find microsoft teams organization wide with guests included

Find microsoft teams organization wide with guests included Some may have read my previous article about finding guests in teams, see link. Unfortunately, with the “normal” teams cmdlets only user-based queries can be dropped, so if my user is not a member of the team, then I also do not find the O365 group.So I …

Find Teams with guest users included via powershell user centric

Hi everyone, today I asked myself, how can you find microsoft teams with guest users integrated. I  did a script doing exactly this challenge. It collects all teams with guests integrated (only if you are a member) and displays the results in seperated windows. Also there will be an HTML report next to the script. …

New Powershell cmdlets for microsoft teams

Hi everyone, April 25. was the day a new version of powershell cmdlets for microsoft teams. This time the cmdlets are in beta status. https://www.powershellgallery.com/packages/MicrosoftTeams/0.9.3 This module can be installed really simple. Open an “administrative” Powershell or ISE session. Insert the following command. Install-Module MicrosoftTeams -Force -Verbose   After installation restart powershell to see if …

Integrate existing Sharepoint 365 website into Microsoft Teams

Integrate existing Sharepoint 365 website into Microsoft Teams Today, I was also faced with the question, is it possible to integrate existing SharePoint sites in Office 365 into new teams. The answer is simple. YES In this little article I show you how this can be done easily. For demonstration purposes, I have created a …

Get all microsoft teams groups with members and owners

UPDATE 29/03/2020: this article works, but now Teams Module was relaunched and can do quite more things. See my later article: https://blog.it-koehler.com/en/Archive/2074 NOTE: the following actions ONLY shows team groups created in teams, NO converted O365 groups are shown.For HTML Reports have a look in comments!   Hi everybody, I am always faced with the …