Chocolatey is an Online Respository for popular software products. Online repositories provide a convenient way to install software, such as Adobe Reader, WinZip … It is also possible to install multiple software […]
Enable Remote Desktop remotely with PowerShell (Enable-RemoteDesktop)
Forgot to enable remote desktop? This is bad. The only solution is to go back to the remote computer and then enable RD. Not really. In this blog post I will show […]
PowerShell: How to create Logging for your PowerShell Scripts
So you have already created your first PowrShell scripts? Now you want to enhance this scripts with error logging ? If your answer is yes, jump in this this article. I will […]
Microsoft 365: Find Users Last Logon Time (Orphaned User Accounts)
You want to find out the last logon time of your Microsoft 365 user accounts? If so, the right way to do this is using PowerShell. In this blog post I will […]
PowerShell Cheat Sheet: Connect to Microsoft Cloud Services (Az, AzureAD, Exchange, MSTeams)
Recently, I’ve been working on a cheat sheet to collect all the commands needed to connect to Microsoft cloud services. Now I am happy to share this information here on my blog […]
PowerShell: Securing Passwords in Scripts by encrypting with the Security Identifier (SID)
Months before I wrote a post about passwords in scripts. In this post I solved the “problem” with encryption using certificates. This time I will show how to encrypt passwords in scripts […]
Create Hyper-V VMs with PowerShell (Single, Multiple)
In case you have Hyper-V in use, then you are in the right place. In this blog post I will show you how to create VMs in Hyper-V. I will also show […]
Windows 10: Configure Auto-Logon with PowerShell Automation
Sometimes we just need a computer with the so-called auto-logon feature. This feature is without a doubt a security risk but on the other hand it is a good way to make […]
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: 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 […]
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 […]



