Powershell: Simple retry logic
I am working on some larger PowerShell scripts right now and so I needed to create a simple retry...
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 could not download, remove or rename the...
Howto: Update SCVMM 2008 to SCVMM 2008 R2
Update from Microsoft System Center Virtual Machine Manager 2008 to Micorsoft System Center Virtual...
Genotec released Shared Hosting with .NET Framework 4
Last Monday we added support for the .NET Framework 4 to our Windows Shared Hosting Server at Genotec. Today the official Press release was...
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...
AspJPEG doesn’t work: Server object error ‘ASP 0177 : 800401f3’
After updating Persits AspJPEG to the latest version on all our Servers we got this error on one of your systems: Server object error...
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. 1. Start SharePoint 2010...
Powershell: check variable for null
If you are working a lot with PowerShell parameters and inputs you need to check if variables have...