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...
Activated SSH on ESXi 4.1
In VMware ESXi 4.0 you needed a small a trick to activated SSH on your Host. In VMware ESXi 4.1 its very easy to activate SSH. Press F2 to...
Howto: Update SCVMM 2008 to SCVMM 2008 R2
Update from Microsoft System Center Virtual Machine Manager 2008 to Micorsoft System Center Virtual...
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...
Restore iPhone Backups from Time Machine
After my iPhone crashed with a new beta firmware I could boot it again. So I restore it and did...
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...