Forum Discussion

6 Replies

  • askaresh's avatar
    askaresh
    Iron Contributor

    I hope you had enabled TPM on your virtual machine? If not, please make sure its enabled as TPM 2.0 is a requirement for the Windows 11 Upgrade.

     

    • askaresh 

      I tried to activate it by running the following commands

      az vm update \
      --resource-group  \
      --name  \
      --enable-secure-boot true \
      --enable-vtpm true

       

      but I get the following error back

       

      (PropertyChangeNotAllowed) Changing property 'securityProfile.uefiSettings' is not allowed.
      Code: PropertyChangeNotAllowed
      Message: Changing property 'securityProfile.uefiSettings' is not allowed.
      Target: securityProfile.uefiSettings

       

       

       

      • askaresh's avatar
        askaresh
        Iron Contributor
        Make sure the virtual machine is Gen2 and last when i checked there were some limitations on Multi Session (Feature was under preview)

        https://learn.microsoft.com/en-us/azure/virtual-machines/generation-2 (jump to the FAQ)

Resources