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 …

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 …

Use ISE as central administration tool (Evolution of ISE profile) part 1

Use ISE as central administration tool (Evolution of ISE profile) part 1 Preface: all information mentioned in this article are based on profile file of ISE, for further information about profilefiles have a look at Microsoft description To quickly generate a ISE profile file you can use the following code in your ISE if (!(Test-Path …

Add personal functions in powershell ise editor, Add-Ons ISE

Add personal functions in powershell ise editor, Add-Ons ISE Since I always act project-related in different environments, I wondered if it is possible to extend my already adapted ISE (with ISE steroids). Again and again, I need remote powershell in the environments and had to re-integrate the commands for the remote session into my ISE …