On a computer that is running Windows Server 2008 R2, SmigDeploy.exe creates a Windows Server Migration Tools deployment ...

On a computer that is running Windows Server 2008 R2, SmigDeploy.exe creates 
a Windows Server Migration Tools deployment folder. The deployment folder can be
copied to computers that are running Windows Server 2008 or Windows Server 2003.
On a computer that is running Windows Server 2008 or Windows Server 2003, 
SmigDeploy.exe registers Windows Server Migration Tools cmdlets with Windows 
PowerShell. SmigDeploy.exe can also be used to reverse the registration of Windows 
Server Migration Tools cmdlets.


Usage:

To register Windows Server Migration Tools cmdlets with Windows PowerShell:
      SmigDeploy.exe

To reverse the registration of Windows Server Migration Tools cmdlets:
      SmigDeploy.exe /unregister

To create a deployment folder:
      SmigDeploy.exe 
           /package  
           /architecture   
           /os  
           /path 


Parameters:
  
  /package
        Creates a Windows Server Migration Tools deployment folder that can be 
        copied to computers that are running Windows Server 2008 or Windows 
        Server 2003. This parameter must be used with the /architecture, /OS, and /path 
        parameters. (Short form: /k)

  /architecture 
        Specifies the architecture (x86 or amd64) of the operating 
        system to which the deployment folder will be copied. (Short form: /a)

  /os 
        Specifies the version (WS08 or WS03) of the operating system 
        to which the deployment folder will be copied. (Short form: /o)

  /path 
        Specifies the location where the Windows Server Migration Tools deployment
        folder is created. (Short form: /p)

  /unregister
        Reverses the registration of Windows Server Migration Tools cmdlets 
        with Windows PowerShell. (Short form: /u)

  /help
        Displays Help. (Short form: /?)

  /version
        Displays the version of Windows Server Migration Tools that is running, 
        and Microsoft trademark information.
        (Short form: /v)


Examples:

    SmigDeploy.exe /package /architecture x86 /os ws08 /path c:	emp

    SmigDeploy.exe 

    SmigDeploy.exe /unregister

    SmigDeploy.exe /help