How to Backup a Sharepoint 2010 Site Collection with Powershell
Okay for a real backup solution you should use a backup software like Microsoft System Center Data...
How to download files with Powershell
This should show you how you can download a file with Powershell. This is not a script or function you should use. It just is the the...
Random Numbers in Powershell
In one of my last scripts I needed random numbers in Powershell. Now this Blog post should show you how you can generate random numbers in...
Simple Bean Machine program done in Powershell
In the last article I posted the C++ Code for a simple Bean Machine output. Now I did the same in...
Create Cisco VLAN Config with Powershell
Small Script for creating a simple CISCO VLAN config. # Create Cisco VLANs Config # # www.thomasmaurer.ch # (c) 2010 Thomas Maurer # #...
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...
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...
Powershell: Changing registry key value
After posting Pagefile size bigger than 4095MB on Windows Server 2003 I had the Idea to change this...