Hi All,
I would like more information on customising and saving a specialized or generalized image of a Windows VM in Azure. Step-by-step instructions would be awesome.
When syspreping a Windows VM offline, you would generally boot into audit mode, make your app and profile customisations, then supply a custom answers file as an unattended.xml
file with things like CopyProfile = true
so that the customisation of the default administrator account is captured to the default profile during the specialisation pass.
However, in Azure, audit mode doesn't work, as you can only connect to the VM via RDP, and this connection method is blocked or disabled.
In addition, Microsoft states in this article (https://learn.microsoft.com/en-us/azure/virtual-machines/generalize#related-content) that customised answer files are not supported, so you can't configure things like CopyProfile
in an unattend.xml.
How are profile customisations captured properly for a Windows Azure VM (including all desktop and start bar customisations)? TBH, as far as I can remember, start bar customisations are complex as well, which has been the case forever.
Cheers.