PowerShell: Count your Code lines
After Coding some lines in a lot of different files you wanna know how much lines you have coded....
Powershell: Simple retry logic
I am working on some larger PowerShell scripts right now and so I needed to create a simple retry logic for sending web request to a...
Powershell: if Statement basics
The if-statement is pretty important if you are creating PowerShell scripts. So I created this post to get some basic information about how...
Solved: Cannot download File from IIS6 FTP
Today we a ticket which was escalated by the second level support to the engineering. A customer...
HowTo: Install Roles and Features Windows Server 2008 R2 Core (Shell)
This Guide should help you to install Roles and Features on Windows Server 2008 R2 per shell or on a Windows Server 2008 R2 Core Server....
Tuning a Windows 7 VM
I run several Windows Virtual Machines (VMs) on my Mac with VMware Fusion. Even VMware Fusion has a great performance for Virtual Machines...
Powershell: Parsing XML part 1
In my company, we started to use XML files as configuration files. So we use it for some...
Powershell: Invoke-Expression
Using the Invoke-Expression Cmdlet: The Invoke-Expression cmdlet provides one way to run a script from within Windows PowerShell....
Cheatsheet: Using Diskpart on a Server Core installation #4
Using Diskpart on a Server Core installation. Disk Administration or Partition a disk. Create a new...