Powershell: if Statement basics
The if-statement is pretty important if you are creating PowerShell scripts. So I created this post...
Solved: Cannot download File from IIS6 FTP
Today we a ticket which was escalated by the second level support to the engineering. A customer could not download, remove or rename the...
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....
Powershell: Get Sharepoint 2010 Site Collection Storage Usage
If you need to get the Storage Usage from a Sharepoint 2010 Site Collection, you can do this with...
Powershell: check variable for null
If you are working a lot with PowerShell parameters and inputs you need to check if variables have the right value and are not...
Powershell: Send Tweet
For some reason your Powershell script should send a Tweet. With this function Powershell will send a message to Twitter. function...
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....