2009-08-01

Создание VHD файла в Windows 7

 

В Windows 7/Windows Server 2008 R2 можно создать vhd файл штатными средствами ОС. Для этого можно воспользоваться консолью Disk Managemt (diskmgmt.msc) либо утилитой Diskpart.

image

Особенно удобно записать команды для Diskpart в файл и выполнить их с помощью diskpart /s <имя файла>

image

Приведу полный пример скрипта для diskpart, который  создает vhd, монтирует его, создает раздел, форматирует раздел, назначает букву диска.

create vdisk  file=c:\demo.vhd  type=expandable  maximum=10240

select vdisk  file=c:\demo.vhd

attach vdisk

create partition primary

active

format quick fs=ntfs label=demo

assign letter=V

Установка Windows 7 из флешки.

В последнее время растет популярность нетбуков. На них, как правило, отсутсвует привод CD/DVD, поэтому для установки ОС можно использовать сеть, внешний DVD привод. Но удобнее всего воспользоваться загрузочной флешкой. Такую флешку достаточно просто подготовить. Берем любую флешку размером не менее 4GB, запускаем с административными привилегиями утилиту diskpart и вводим команды:
  1. list disk
  2. select disk 1 (указываем номер диска, соответсвующий флешке, диски нумеруются с нуля)
  3. clean (все разделы на флешке будут уничтоженны)
  4. create partition primary (данная команда создаст первичный раздел, используя все пространство на флешке, при желании можно использовать только часть диска с помошью опции size, например create partition primary size=4096 использует 4GB)
  5. select partition 1 (выбираем раздел, разделы нумеруются с 1)
  6. active (сделали раздел активным)
  7. format fs=fat32 quick
  8. assign letter=X (назначаем букву диска)
Теперь копируем содержимое  инсталляционного диска на флешку. Вот и все. Флешка готова. Теперь достаточно выставить в BIOS’e компьютера загрузку с флешки и можно начинать инсталляцию. В некоторых BIOS для этого необходимо указать загрузку с hdd, далее в отдельном пункте меню уточнить что какой именно hdd необходимо использовать для загрузки.

Ребрендинг продуктов в составе Forefront

Forefront Client Security

Forefront Endpoint Protection 2010

Forefront Security for Exchange Server

Forefront Protection 2010 for Exchange Server

Forefront Security for SharePoint

Forefront Protection 2010 for SharePoint

Forefront Security for Office Communications Server

Forefront Protection 2010 for OCS

Forefront Online Security for Exchange

Forefront Online Protection for Exchange

ISA Server 2006

Forefront Threat Management Gateway

Intelligent Application Gateway

Forefront Unified Access Gateway

Forefront codename "Stirling"

Forefront Protection Suite (FPS)

Identity Lifecycle Manager

Forefront Identity Manager 2010

Network Location Awareness.

Начиная с Vista/Windows Server 2008 появилась технология NLA (Network Location Awareness), благодаря которой ОС "запоминает" и "различает" сети, к которым подлючается компьютер. Если компьютер подключился к новой сети пользователь может выбрать тип сети: Рабочая, Домашняя, Публичная. Это например использует Windows Firewall для применения разных правил к разным типам сетей. Каким именно образом система идентифицирует сеть, какие параметры используються для запоминания и различения сетей расскрывается в статье MSDN http://msdn.microsoft.com/en-us/library/aa480195.aspx.

Материалы о Windows 7

На сайте Microsoft опубликованы достаточно интересные видео материалы о Windows 7 и Windows Server 2008 R2. Для просмотра необходимо установить Silverlight http://silverlight.net/


 

Windows 7 Feature Overview 
  
Demo 1: Introducing DirectAccess 
  
Demo 2: Using Search Federation 
  
Demo 3: Using Windows PowerShell 2.0 
  
Demo 4: Configuring AppLocker 
  
Demo 5: Troubleshooting Windows 7

Windows 7 Deployment Enhancements 
  
Demo 1: Modifying Windows 7 Operating Systems with DISM 
  
Demo 2: Automating Deployment Using Windows Deployment Services 
  
Demo 3: Provisioning Virtual Machines

Windows 7 Manageability Solutions 
  
Demo 1: Configuring Group Policy 
  
Demo 2: Using Windows PowerShell 2.0 
  
Demo 3: Using Support Tools 
  
Demo 4: Exploring System Recovery Options

Technical Overview of Windows Server 2008 R2 Part 1 
  
Demo 1: Using Hyper-V Live Migration 
  
Demo 2: Booting from Virtual Hard Disk (VHD) 
  
Demo 3: Administering Windows PowerShell Remotely 
  
Demo 4: Using Active Directory Management Enhancements

Technical Overview of Windows Server 2008 R2 Part 2 
  
Demo 1: Improving Availability and Scalability with Server Core 
  
Demo 2: Managing Web Applications with the Configuration Editor 
  
Demo 3: Installing and Using the Windows PowerShell Snap-In for IIS 7.5 
  
Demo 4: Configuring an FTP Server with the New Administration Interface 
  
Demo 5: Connecting to Windows 7 Clients Using DirectAccess

Using the Windows Server 2008 R2 Migration Tools 
  
Demo 1: Installing Windows Server Migration Tools 
  
Demo 2: Migrating Active Directory 
  
Demo 3: Migrating DNS Servers 
  
Demo 4: Migrating IP Settings  
  
Demo 5: Migrating DHCP Servers 
  
Demo 6: Migrating Local Users and Groups  
  
Demo 7: Migrating File Servers 
  
Demo 8: Migrating Print Servers