Server Migration Cmdlets in Windows PowerShell

Windows PowerShell®은 시스템 관리용으로 특별히 설계된 작업 기반 명령줄 셸 및 스크립트 언어입니다. 정보 기술(IT) 전문가를 위한 이 참조 항목은 Windows PowerShell cmdlet를 활용하도록 지원하여 작업의 스크립트를 작성하고 이를 자동화하는 합니다.

Server Migration Cmdlets

This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate server roles, features, operating system settings, and other data and shares to computers that are running the latest version of Windows Server. For more information about how to migrate specific roles and features, see Migrate Roles and Features to Windows Server 2012.

참고

Help for the cmdlets in the Windows Server Migration Tools module cannot be updated on your computer by running the Update-Help cmdlet.

Cmdlet Description

Export-SmigServerSetting

Exports selected Windows features and operating system settings from the local computer, and stores them in a migration store.

Get-SmigServerFeature

Gets the set of all Windows features that can be migrated from the local server or from a migration store.

Import-SmigServerSetting

Imports selected Windows features and operating system settings from a migration store, and applies them to the local computer.

Receive-SmigServerData

Allows a destination server to receive shares, folders, files, and associated permissions and share properties that are migrated from a source server. The cmdlet Send-SmigServerData must be run on the source server at the same time Receive-SmigServerData is running on the destination server.

Send-SmigServerData

Migrates folders, files, and associated permissions and share properties from a source server to a destination server through port 7000. The cmdlet Receive-SmigServerData must be run on the destination server at the same time Send-SmigServerData is running on the source server.

To list all the cmdlets that are available, use the following commands:

PS C:\> Add-PSSnapin Microsoft.Windows.ServerManager.Migration
PS C:\> Get-Command -Module Microsoft.Windows.ServerManager.Migration

구문 또는 cmdlet에 대한 자세한 내용은 <cmdlet name>이 검색하려는 cmdlet 이름인 Get-Help <cmdlet name> cmdlet를 사용하세요. 보다 자세한 내용을 보려면 다음 cmdlet을 실행합니다.

Get-Help <cmdlet name> -Detailed
Get-Help <cmdlet name> -Examples
Get-Help <cmdlet name> -Full

More Information

For more information about the cmdlets, see the following:

Install, Use and Remove Windows Server Migration Tools
Windows Server 2012 Migration Portal
Windows Server Migration forums on Microsoft TechNet