This blog post will be a short one. I will show you how to list all USB-Devices on your computer. We will use PowerShell for this task, what else? Here it is: […]
Sudo for Windows (PowerShell)
Sudo for Windows is a new way for users to execute commands with elevated privileges (as an administrator) directly from a non-relevant console session on Windows. The following requirements apply to the […]
PowerShell: Changing Active Directory User Logon Names (Bulk)
Active Directory users log on with their logon names and password. But what are the rules for assigning usernames? g.surname? surname? gsurname? What are the naming conventions? This article looks for and […]
PowerShell: How to find empty Attributes
We are often looking for attributes, but what about the empty attributes? How can I find out if an attribute is empty? That is the focus of this article. I will show […]
PowerShell: How to configure a custom PSSessionconfiguration
A remote session can be set up with the help of PSSession. The predefined remote session is used by default. However, we can also create our own session configurations and then connect […]
PowerShell: (Parameter) Splatting explained
It often happens that you have many, many parameters in PowerShell. The command then extends over several lines. That doesn’t look pretty. In this article, I will show you how to summarize […]
Hyper-V: Enabling VM Resource Metering
It is a good idea to monitor your Hyper-V VMs to get an overview of where resources are being consumed. Microsoft unfortunately doesn’t offer much in this area, this is rather left […]
Active Directory: How to perform an Offline Domain Join
What sounds strange actually works. An offline domain join. Why do you need an offline domain join? Maybe you want to order a completely finished PC from your supplier, which is already […]
Active Directory: How to retrieve the Domain SID
Recently I needed the domain SID to configure MFA with a 3rd party tool. Where can I get the domain SID? That’s exactly what I will show in this blog post. Let’s […]
PowerShell: Search for Empty Folders (and delete them)
We live in times of Big Data. Too much data in too short a time. You may have empty folders in your environment and if you want to search for them and […]
PowerShell: List and document all Hyper-V VMs with the most important properties
So you have multiple Hyper-V VMs and may have lost track of them. In this post I will show you how to retrieve all Hyper-V VMs with the most important properties and […]
Active Directory: List all Network Shares from all Windows Servers
In today’s blog post I show how to retrieve all network shares from all servers in an Active Directory domain to get a nice list in the output. This script is used […]
PowerShell: Copy File to multiple (all) Hyper-V VMs
In this post, I’ll show you how to copy one or more files to all VMs in Hyper-V. I would say: Let’s get started. Prerequisites To copy files, guest services must be […]
PowerShell: Retrieve and document all Hyper-V VMs
In this post I will show how to retrieve all Hyper-V VMs and save the output. This is especially helpful if you want to bring an overview into your chaos. Let’s dive […]
PowerShell: Search and delete empty Folders
Big Data? Pain? Looking for empty folders and want to delete them? In this post I show you how to proceed to find and delete empty folders. Open PowerShell, ISE or VS […]



