Image via Wikipedia
Just installed out first Windows 2008 R2 Server. When we tried to install SQL 2008 it needed .NET framework 3.5, but said that we had to install it via server roles. I found this powershell command to install the .NET Framework
servermanagercmd -i NET-Framework-Core
I’ve written (pieced together) a few general powershell commands. Likes like [...]






Adding Disk to Cluster on Windows 2008
The Cluster Guys have a nice post about a few ways to add a disk to a windows 2008 cluster. I would like to see a similar post for windows 2003 clusters. They don’t seem to allow comments so I’m creating my own post and sending them a pingback
Windows Cluster 2008 provides [...]