Posts

Showing posts with the label Windows 8 server

Desktop Infrastructure Workshop App-V 5.0, VDI. Hyper-V, Server 2012,Windows 8

Desktop Infrastructure Workshop App-V 5.0, VDI. Hyper-V, Server 2012,Windows 8 Microsoft PR Today conducted a seminar Desktop Deployment Services focused on Microsoft technologies.  One of the technologies my attention was App-V to help the issue of migration   from Windows XP to Windows 8.  These workshops are going to be providing weekly, whether public from 5 people on and they will be selected from our database.

Windows Server 2012 Convert a .WIM to .VHD for virtual PC, Hyper-V

You will need WAIK you can download from Microsoft site. Here's the script you should use to convert that  image test.WIM Windows Server 2012 to a VHD named test.vhd CSCRIPT WIM2VHD.WSF /WIM:C:\Images\test.wim /SKU:01 /VHD:C:\test.vhd  Let me know if it works for you.

How to Install SCCM System Center Configuration Manager 2012 SP1 on Server 2012 Consultant Guide Part 1

Image
As Microsoft recommend test this in your lab first of all and then you can use this steps for your real-world implementations. Prerequisites First of all you will need 3 virtual machines to make this lab. DC (Domain Controller) SCCM (MGMT Server with SQL Server Enterprise) “ You can also deploy SQL in another server but i preferred install locally, remember that you will need a great performance.” Client (Windows 8) preferred  Features and roles you need to install on your SCCM Server. Roles Install the Web Server (IIS) Role with the following role services : • Common HTTP features • ASP.NET • Windows Authentication • IIS 6 Metabase Compatibility • IIS 6 WMI Compatibility Features  Install the following Features: • Background Intelligent Transfer Service (BITS) • Remote Differential Compression • .NET Framework 3.5.1 Features Verify that .NET Framework 4.0 is already installed on Server 2012 Here's an Power Shell script for...