Pagefile size bigger than 4095MB on Windows Server 2003
UPDATE: If you can use PAE on your Windows Server 2003 you should check out this post: Pagefile...
SCVMM 2008 R2 adding VLANs
In Microsoft System Center Virtual Machine Manager 2008, SCVMM added the VLAN automatically to the VM Hosts VLAN Trunk , if you added the...
Powershell: Count Sharepoint Sites on Sharepoint Server 2010
This is a very small line of code to count Sharepoint 2010 Site Collections with Powershell. (Get-SPSite -Limit all).Count By the...
Powershell: Working with XML part 2
After my first post (Powershell: Parsing XML part 1) about working with XML and Powershell, I have...
PowerShell: Count your Code lines
After Coding some lines in a lot of different files you wanna know how much lines you have coded. There are two (I am sure there are even...
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...
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: Update SCVMM 2008 to SCVMM 2008 R2
Update from Microsoft System Center Virtual Machine Manager 2008 to Micorsoft System Center Virtual Machine Manager 2008 R2 is pretty...
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....
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...