Monthly Archives: February 2010

Cheatsheet: Using Diskpart on a Server Core installation #4

Using Diskpart on a Server Core installation. Disk Administration or Partition a disk. Create a new partition and format a partition SELECT DISK 0 CREATE PARTITION PRIMARY ASSIGN LETTER=E SELECT PARTITION 1 FORMAT FS=NTFS LABEL=”New Volume” QUICK EXIT Commands you … Continue reading

Posted in Hyper-v, IT, Microsoft, Server Core, Software, Windows, Windows Server, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2 | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Cheatsheet: How to install HP Support Pack on a Server Core installation #3

This is a HowTo step-by-step guide to install the HP Support Pack on a Windows Server 2008 R2 Core installation or Hyper-v Core installation. Download the latest HP ProLiant Support Pack for Windows Server 2008 R2 Eable SNMP on Windows … Continue reading

Posted in HP, Hardware, Hyper-v, IT, Microsoft, Server Core, Software, Virtualization, Windows, Windows Server, Windows Server 2008, Windows Server 2008 R2, Work | Tagged , , , , , , , , , , , , , , , , , , , , | 1 Comment

Cheatsheet: Add roles and features to a Server Core installation #2

This are some commands to add roles and features to a Windows Server 2008 R2 Core installation. You also can enable Remote MMC and Remote Server Manager to simply connect from a management server to the core server and add … Continue reading

Posted in Hyper-v, IT, Microsoft, Server Core, Software, Virtualization, Windows, Windows Server, Windows Server 2008, Windows Server 2008 R2, Work | Tagged , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment

Cheatsheet: Configuring a Server Core installation #1

After setting up my new hardware for my LAB, I thought about installing my Hyper-V Servers as Server Core installations. After reading two minutes in some blogs and the Microsoft TechNet I decided to use the Core Editions. Basically the … Continue reading

Posted in Hyper-v, IT, Microsoft, Server Core, Software, Virtualization, Windows Server, Windows Server 2008 R2, Work | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

How to create a Windows 7 & Windows Server 2008 R2 Install USB Stick

Its very simple to create a Windows 7 or Windows Server 2008 R2 bootable USB Stick. Microsoft provides a tool called Windows 7 USB/DVD Tool. This tool also works for Windows Server 2008 R2. Download Windows 7 USB/DVD Tool and … Continue reading

Posted in IT, Microsoft, Software, Windows, Windows Server, Windows Server 2008 R2, Work | Tagged , , , , , , , , , , , , | Leave a comment

Sharepoint 2007 or WSS 3.0 export/import

How to do a Sharepoint site export: stsadm -o export -url http://sharepointsite -filename c:\backup\sharepointsite.bak -includeusersecurity -versions 4 -nofilecompression Hot to do a Sharepoint site import: stsadm –o import –url http://sharepointsite -filename c:\backup\sharepointsite.bak –includeusersecurity More information to stsadm: C:\>stsadm -help export stsadm.exe … Continue reading

Posted in IT, Microsoft, Sharepoint, Work | Tagged , , , , , , , , , | Leave a comment