Category Archives: Windows Server 2008 R2

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 VLAN to a Virtual Machine. In Microsoft System Center Virtual Machine Manager 2008 R2 (SCVMM 2008 R2), … Continue reading

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

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 way, we at Genotec AG are offering a Hosted Sharepoint 2010 solution based on Powershell automation.

Posted in Hosting, IT, Microsoft, Powershell, Sharepoint, Software, Web, Windows Server, Windows Server 2008 R2, Work | Tagged , , , , , , , , , , , , , , , , , , | 2 Comments

HowTo: Install Roles and Features Windows Server 2008 R2 Core (Shell)

This Guide should help you to install Roles and Features on Windows Server 2008 R2 per shell or on a Windows Server 2008 R2 Core Server. Under Windows Server 2008 you could install Roles and Features with the command OCSETUP. Since … Continue reading

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

Time sync problems with Hyper-V Guests

If you have time sync problems with Hyper-V Guest Systems there is a simple solution for this. Problems: Time between Server and Active Directory Domain Controller is not correct Can’t login because of this Can’t add AD Users to local … Continue reading

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

Active Directory Schema Versions

The list of Active Directory Schema versions: Windows 2000 RTM with all Service packs = Schema version 13 Windows Server 2003 RTM with all Service packs = Schema version 30 Windows Server 2003 R2 RTM with all Service packs = … Continue reading

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

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