From Powershell ISE to VSCode… give it a try!

First of all! I’m not a software developer and I use VSCode only to build small powershell automation scripts. So my VSCode never saw python or any other language. I think this is also on big issue, because VSCode can do much, much more than some small powershell script development. Lots of people in administration …

New PowerShell Module Microsoft Teams 0.9.6 tutorial

Hi everyone, some time passed since the last articles about Microsoft Teams and PowerShell integration. So there are some breaking news.  The teams module now finally can find all teams not only the team login user is member. Whoohoo 😉 One other big improvement is that you don’t need a MS Teams license anymore for …

Generate robocopy jobs from foldername automatically

Generate robocopy jobs from foldername automatically Hi there, from time to time I’m migrating some small fileservers. Often I have to create a hole new folder structure for the new fileserver. When the structure is available of course I have to migrate the data, by using robocopy. But it is difficult to copy all data …

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 …