Windows 8.1 RT Preview Available

You can now download and install the Windows 8.1 RT Preview on your Microsoft Surface device. The download is 2.19 GB. Screenshot below:

Windows 8.1 RT Preview

VN:F [1.9.20_1166]
Rating: 6.0/10 (1 vote cast)

Download – Windows Server 2012 R2 Preview

Update: 2013-06-25

Public (non-TechNet/MSDN subscribers) links for the preview versions are now live for everyone. Here are the public download links:

This just in; the following betas are available for download for subscribers of TechNet and MSDN: http://www.ittsystems.com/best-free-tftp-servers-windows/

  • Windows Server 2012 R2 Datacenter Beta (3938 MB)
  • Windows Server 2012 R2 Essentials Beta (3736 MB)
  • Windows Hyper-V Server 2012 R2 Beta (1769 MB)

Here are the file sizes and SHA1 values.

Windows Server 2012 R2 Datacenter Preview:

TechNet download of Windows Server 2012 R2 Datacenter Beta

Windows Server 2012 R2 Essentials Preview:

MSDN download of Windows Server 2012 R2 Essentials Beta

Windows Hyper-V Server 2012 R2 Preview:

MSDN download of Windows Hyper-V Server 2012 R2 Beta

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)

Download – Cisco Nexus 1000V Switch for Hyper-V

Just announced at TechEd 2013 North America the Cisco Nexus 1000V Switch for Hyper-V is finally out of beta and available for download!

Cisco logoTitle: Nexus 1000v Switch 1.5.1 release for HyperV platform
Publisher: Cisco
Release date: 06/03/2013
Version: 5.2(1)SM1(5.1)
File size: 177.93 MB
Price: FREE
File name: n1000vh-dk9.5.2.1.SM1.5.1.zip
Download URL: Click here to download

Note: This download is intended for Hyper-V in Windows Server 2012, not 2008 or 2008 R2 Hyper-V hosts.

GETTING UP TO SPEED
If you haven’t heard of the Cisco Nexus 1000V before, this is a virtual switch that is inside the Hyper-V host itself, not in Cisco physical hardware.

Cisco Nexus 1000V for Hyper-V

This page has a good overview:
http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/ns955/ns963/solution_overview_c22-687087.html

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)

Video – Windows Server 2012 Essentials

Rick Claus and Cristian Molina from Microsoft talk about Windows Server 2012.

Edge Show 63 - Windows Server 2012 Essentials

Title: Edge Show 63 – Windows Server 2012 Essentials
Run time: 23 minutes 23 seconds
Format: Silverlight

Can’t see the Silverlight video above?

Click the link below to choose another video format or to download offline.

  • MP3
  • MP4
  • WMV

Link: http://channel9.msdn.com/Shows/Edge/Edge-Show-63-Windows-Server-2012-Essentials

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)

PowerShell – Move AD FSMO Roles in Server 2012

Over the long weekend we worked on two projects:

  1. Upgrade the Hyper-V hosts on the cluster at the data center
  2. Finish prepping a new Hyper-V host and Domain Controller for a new branch office with a new subnet

imageSince the cluster at the data center holds all of the Active Directory FSMO roles we needed to transfer the roles to an alternate location on the MPLS network so that project 1 didn’t slow down or stop project 2.

PowerShell to the rescue!

WHICH SERVER HOLDS THE FSMO ROLES?

Open PowerShell as an Administrator and type:

netdom query fsmo

You’ll see each of the 5 FSMO roles and which domain controller holds them.

Using PowerShell to transfer FSMO roles

The 5 FSMO roles are numbered 0-4:

0 – PDCEmulator
1 – RIDMaster
2 – InfrastructureMaster
3 – SchemaMaster
4 – DomainNamingMaster

Why do we care what those numbers are? Because we can move the FSMO roles very quickly and save a lot of typing.

For example, which PowerShell command is easier to type?

Move-ADDirectoryServerOperationMasterRole -Identity “Target-DC” -OperationMasterRole SchemaMaster,RIDMaster,InfrastructureMaster,DomainNamingMaster,PDCEmulator

Or this one?

Move-ADDirectoryServerOperationMasterRole -Identity "Target-DC" -OperationMasterRole 0,1,2,3,4

Personally, if you’re moving all the roles at once to the same DC (like when doing some server maintenance) the 0,1,2,3,4 is easy.

Once you type in either of those commands you are prompted with several options for confirmation.

Y, A, N, L, S or ?

Moving FSMO roles with PowerShell

OPTIONS:

If you choose “Y” for Yes, PowerShell will prompt you to move each role,
then move to the next role, like this.

PowerShell FSMO role transfer - individual confirmation

If you choose “N” for No, PowerShell will skip transferring that role.

If you choose “A” for All, PowerShell will try to transfer all 5 roles to Target-DC.

If the transfer of a FSMO role fails PowerShell will let you know loud and clear.

PowerShell FSMO role transfer message

CONFIRMATION:

Unfortunately, if the transfer is successful you basically don’t get any confirmation of the role transfer.

You’ll need to run NETDOM QUERY FSMO to double-check who has the roles.
NETDOM QUERY FSMO to double-check FSMO role location

Side note – Once nice thing about using PowerShell to transfer the FSMO roles is that you can script the transfer to run at a scheduled time (so you don’t forget to put the roles back where they should be later).

Also, I didn’t have to load the Active Directory PowerShell module – Windows Server 2012 does that for me automatically.

VN:F [1.9.20_1166]
Rating: 9.4/10 (84 votes cast)

Download – Capacity Planner for Hyper-V Replica

Title: Hyper-V Replica Capacity Planner
Author: Microsoft Virtualization Team
Publisher: Microsoft Corporation
Published: 5/21/2013
File #1: Capacity Planner for Hyper-V Replica.docx
File size: 263 KB
Pages: 12
File #2: HVRCapacityPlanner.exe
File size: 437 KB
Price: FREE
Download URL: Click here to download

Description:
When considering deploying Hyper-V Replica numerous questions come up:

  • How much network bandwidth is required between the primary and replica site?
  • How much storage is required on the primary and replica site?
  • What is the storage impact by enabling multiple recovery points?

Microsoft released a new tool to help you answer those questions.

Tip: READ THE DOCUMENTATION (seriously – it’s only 12 pages).

Screenshot:

image

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)

Everything You Wanted to Know About Hyper-V Replica

Hyper-VWe had a fun demo of how to configure and use Hyper-V Replica in Windows Server 2012 using two HP MicroServers at the KYSBSUG meeting on Thursday May 9, 2013. Hyper-V replica truly is one of the killer features of Windows Server 2012.

Below are the links we discussed at the KYSBSUG meeting along with some extra URLs from my Hyper-V Replica research.

Tip: If you’re completely green to Hyper-V Replica, check out out the VIR302 video below from TechEd 2012.

Bottom line – this list is pretty much anything you could ever want to know about Hyper-V Replica in Windows Server 2012:

Update 2013-05-10: Added 11 more Hyper-V Replica resources

VN:F [1.9.20_1166]
Rating: 10.0/10 (3 votes cast)

KYSBSUG May 2013 Meeting – Hyper-V Replica

The votes are in, and the topic has been decided by you.
Mark your calendars for this week

Date: Thu May 9, 2013
Time: 6:30 PM Eastern – 8:30 PM Eastern
Venue: Money Concepts
Address: 323 Townepark Circle, Louisville, KY 40243

Topic: Hyper-V Replica in Windows Server 2012
Presenter: Tim Barrett

Description: This month we’ll show how to setup Hyper-V Replica in Windows Server 2012 and we’ll show Hyper-V replica in action.

Registration: Registration for this event is NOT required.

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)