PowerShell / Azure VM - Move preferred language to the top of the list -


i have issue date time format on azure vm changes this:

mm/dd/yyyy 

if move language english (australia) top of list, date time format changes this:

dd/mm/yyyy 

which want.

enter image description here

i need in powershell automated.

  1. if have logged in , want change timezone on vm, use script change time zone in windows 7 or windows 8 (powershell)

  2. if want change timezone when creating new azure vm, add new azurevmconfig using add-azureprovisioningconfig, in set timezone parameter, example:

    new-azurevmconfig -name "domainvm" -instancesize small -imagename $img ` | add-azureprovisioningconfig -windows –password $password -timezone <your time zone> ` | new-azurevm -servicename $servicename 

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -