Pagefile size limits on Windows Server 2003
Some moths ago I posted a Blogpost called “Pagefile size bigger than 4095MB on Windows Server...
Powershell: Create a new Sharepoint 2010 WebApplication and Site collection
Microsoft Sharepoint 2010 is one of the new products which supports Windows Powershell commands. Its really easy to do the most tasks you...
How to create a Powershell v2 Module
If you need some functions a lot in different scripts you create maybe external function files. This is a good way to clean up your code....
Still love my iPad
I still love my iPad. Now I really start to work with it. It keeps my life simple and easy. First I...
Powershell: Changing registry key value
After posting Pagefile size bigger than 4095MB on Windows Server 2003 I had the Idea to change this registry values with powershell. First...
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 size limits on Windows Server 2003 The...
SCVMM 2008 R2 adding VLANs
In Microsoft System Center Virtual Machine Manager 2008, SCVMM added the VLAN automatically to 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 create this second post which describes...
PowerShell: Count your Code lines
After Coding some lines in a lot of different files you wanna know how much lines you have coded....