PoC Jumpstart 2.0 SQL Server Evaluation Expired
As of this writing, the SQL Server installed within the PoC Jumpstart Kit 2.0 is expired. While the new version 3.0 isn’t available yet.
This can be solved by disabling the time synchronization between the host, set the date to one in the past, and restart de SQL services afterwards.
net stop vmictimesync
date 24/2/2011
net start mssql$pocserver
net start mssql$microsoftscm
net start mssql$maps
net start vmictimesync
Edit: Proof of Concept Jumpstart Kit v3.0 was released, start your download managers!