Skip to content

Instantly share code, notes, and snippets.

@Pyromaniaxxx
Last active September 28, 2016 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pyromaniaxxx/54ee214bab766a975c3a40cde935a78d to your computer and use it in GitHub Desktop.
Save Pyromaniaxxx/54ee214bab766a975c3a40cde935a78d to your computer and use it in GitHub Desktop.
Create-isoToVHD.ps1 の構成ファイル
{
"ISOFileName":"14393.0.160715-1616.RS1_RELEASE_SERVER_EVAL_X64FRE_JA-JP.ISO",
"VHDconfigurations":[
{
"ProductKey":"*",
"SKU":"SERVERDATACENTERCORE",
"Organization": "Contoso.com",
"Owner":"S.Hiro",
"Timezone":"Tokyo Standard Time",
"Locale":"ja-JP",
"InputLocale":"ja-JP",
"Language":"ja-JP",
"ComputerName":"WS2016DCCore",
"DiskSize":20,
"adminPassword":"password"
},
{
"ProductKey":"*",
"SKU":"ServerStandard",
"Organization": "Contoso.com",
"Owner":"S.Hiro",
"Timezone":"Tokyo Standard Time",
"Locale":"ja-JP",
"InputLocale":"ja-JP",
"Language":"ja-JP",
"ComputerName":"WS2016Std",
"DiskSize":20,
"adminPassword":"password",
"Feature":[ "Microsoft-Hyper-V","RSAT-Hyper-V-Tools-Feature","SNMP" ]
},
{
"ProductKey":"*",
"SKU":"ServerDataCenter",
"Organization": "Contoso.com",
"Owner":"S.Hiro",
"Timezone":"Tokyo Standard Time",
"Locale":"ja-JP",
"InputLocale":"ja-JP",
"Language":"ja-JP",
"ComputerName":"WS2016DC",
"DiskSize":20,
"adminPassword":"M@sterEr0s",
"Feature":[ "NetFx3","SNMP" ]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment