Dear Community! I wish you Merry Christmas and a happy new year! This year was an exceptional one. I hope everyone came through the crisis well and we will meet again next […]
Microsoft Teams: List all Teams, Team Members and Team Channels

Everyone is talking about Microsoft Teams at this time. Me too. So I decided to focus more and more on this cloud technology, in particular the automation of it. In this blog […]
PowerShell: Connect to Azure with stored Credentials

If you need to connect to Microsoft Azure frequently, it might be useful to store your tenant information. Why? It brings comfort while giving up security. It’s your choice. In this blog […]
MS-Teams: Create and configure Teams with PowerShell

What is one of the most used tools these days? It is – by all means – MS-Teams. In this blog post I will show you how to connect to MS-Teams and […]
PowerShell: Import Active Directory Users from CSV

Comma separated files are widely used when it comes to bulk import or export of data. In this blog post I will provide a sample script to import Active Directory users from […]
Webinar 07.11.2020 15:00: Cloud einfach erklärt mit Tom Wechsler und Patrick Gruenauer

Liebe Follower! Was ist die Cloud ? Gibt es die überhaupt ? Tom Wechsler und Patrick Gruenauer – zwei Microsoft MVPs – erklären IT-Themen simpel und einfach, diesmal mit dem Thema Cloud […]
Kostenloser PowerShell Einsteigerworkshop via MS Teams : Donnerstag, 22.10.2020 13:00 – 17:00

Liebe Community! Ich würde mich morgen über eine zahlreiche Teilnahme sehr freuen. Mehr Infos hier: https://www.itls.at/course/fl-psew
PowerShell: Convert Word documents to PDF documents (Bulk)

I often have to convert Microsoft word documents to pdf. What if you have really many documents to convert, let’s say 1000 or more? Would you open each documents seperately and click […]
PowerShell: Difference between Break, Return and Exit

In this blog post I will show you the difference of three PowerShell statements that are widely used in PowerShell scripts. I am talking about Break, Return and Exit. I will use […]
Microsoft 365: List Mailbox Permissions (AllUser)

With Microsoft Outlook, users can assign permissions to other users in the same organization. The same goes to Microsoft 365 tenant administrators. They can also grant mailbox privileges to other identities. How […]
Windows 10: How to remove apps that can’t be removed via the Graphical User Interface

If you think this blog post is not about PowerShell then you’re wrong ;-). Today, I was faced the problem that I was not able to remove an app via the GUI. […]
Microsoft 365: List all Outlook Inbox Rules created by the User

PowerShell is the tool you need to list all inbox rules of all users in your environment. In this blog post I will show how to connect to Exchange Online to afterwards […]
Microsoft 365: Send E-Mails with PowerShell

Sending E-Mails for monitoring or documenting purposes is a common procedure in Windows networks. When you move to the cloud, there is no more on-premise exchange that means your service accounts have […]
PowerShell Quiz: Are you already a PowerShell developer?

Hi followers! Test your PowerShell knowledge with this 15 questions quiz. It’s anonymous and free. You can either use the link below or simply scan the QR code on your smartphone or tablet. And don’t be […]
PowerShell: Convert .ps1 Files to .exe Files

Have you ever dreamed of creating exe files out of your PowerShell scripts? If yes, read on. In this post I will show you how you can create exe files with a […]