2014年3月20日 星期四

PowerShell Import-Module for VMM2012

In order to execute commands of SCVMM 2012 R2, the procedure is :
1. Execute powershell by administrator
2. ps> Set-ExecutionPolicy remotesigned
3. ps> Import-Module "C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\psModules\virtualmachinemanager\virtualmachinemanager.psd1"

2014年3月18日 星期二

Windows 8.1 + VS2012 開發市集(Window Store)應用程式在目標機器上測試程序

1. Prepare 'Windows Store App' program.
2. VS 2012 建立應用程式
 3. 自行測試

 4. Settings
 5. 建置完成
 6. 產生套件(安裝)目錄與PowerShell批次指令程式
 7. 複製到目標電腦,安裝後執行