Docs.com
I think this is not really new but it looks like a lot of people don’t know about the new...
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...
Overview: SharePoint 2010 Service Applications
A lot of people wanna use Access or Excel Services with Sharepoint 2010. But this is only possible...
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...
HP iLO3: What’s new
With the new G7 Serverline, HP released also iLO 3 (HP Integrated Lights-Out). With new and important features: 800% faster remote console:...
Powershell: Simple retry logic
I am working on some larger PowerShell scripts right now and so I needed to create a simple retry...