//
archives

Archive for

Deploying Windows Server Technical Preview with MDT 2013

If you want to deploy Windows Server Technical Preview using MDT 2013 follow the instruction in these blog posts: Beyond unsupported – Deploying Windows Technical Preview with MDT 2013 by Johan Arwidmark Deploy Windows 10, Windows Server, and Hyper-V Server Technical Preview Using MDT 2013 by Frank Lesniak Though these are for Windows 10 Technical Preview deployment, it … Continue reading

SCOM Technical Preview: Unattended installation

Here’s a command line for unattended installation of System Center Technical Preview Operations Manager OMServer, OMConsol and OMReporting . I am running Windows Server Technical Preview. First download the SCOM perquisites: ReportViewer SQLSysClrTypes Unattended Install parameters below, just change highlighted text. Start-Process -FilePath setup.exe -ArgumentList ‘/install /InstallPath:”C:\Program Files\Microsoft System Center Technical Preview\Operations Manager” /components:OMServer,OMConsole,OMReporting /ManagementGroupName:SCOMMgmt /SqlServerInstance:<SQLSERVER\MSSQLSERVER> /DatabaseName:OperationsManager … Continue reading

SQL Server 2014 – Creating ConfigurationFile.ini

This post will show to create and configure your SQL ConfigurationFile.ini for unattended installation or deployment(s). Download  SQL Server 2014 at http://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2014 For this exercise, I’am using Windows Server Technical Preview: http://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview and make sure that the .Net Framework 3.5 Feature is installed. Run the setup.exe file and go through the normal installation process. You can then fetch the … Continue reading