Add Custom ArgumentCompleters to your CMD-Lets
If we take a PowerShell CMD-Let like Get-AdComputer and try to search for a specific computer, you have to specify the filter- or the identity property and you have to remember the name. If you hav...
If we take a PowerShell CMD-Let like Get-AdComputer and try to search for a specific computer, you have to specify the filter- or the identity property and you have to remember the name. If you hav...
In this post i will tell you why It’s important to sign your skripts. If we look at a clean installed pc, PowerShell scripts can’t run by default. This is blocked by Microsoft due to security reas...
Today I want to show you how to host your own NuGet Repository for uploading PowerShell Modules / Scripts. There is also a method for hosting a NuGet Fileshare, but for production environments it ...
Today I’m going to show how to migrate your XenServer VMs to Hyper-V Gen2 Vms using the following tools: XenCenter XenConvert 2.3.1: XenConvert 2.3.1 PowerShell Skript to convert a Gen1 Hyp...
In the blogpost Manage Hyper-V Hosts in a workgroup environment I described how to connect two Windows 10 devices in a workgroup environment. I describe the following steps: Connect to the tar...
If you try to connect to a Hyper-V Host in a workgroup environment, you get the following error: Target machine to connect to the Hyper-V environment you need to have WinRM enabled. It’s only e...