Powershell: How to rename all files in a folder
Sometimes you need a fast way to rename a lot of file. With Powershell this is pretty easy. 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 start with a daily briefing with my...
Updated my iMac to 8GB RAM
I just updated the memory of my early 2009 iMac to 8GB. Now I can see a nice performance boost by...
Docs.com
I think this is not really new but it looks like a lot of people don’t know about the new service of Microsoft called Docs.com....
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...
Overview: SharePoint 2010 Service Applications
A lot of people wanna use Access or Excel Services with Sharepoint 2010. But this is only possible with Sharepoint Server 2010 Enterprise....
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....