Hi,
Sorry for the delay in our response. These was never a template setup for VM summary letter but if you can provide a copy of the one you make it would be grateful and we can add this for everyone.
The variables match the ones used in the sysprep. I did make a quick test by using this:
Hello #user.FirstName#,
VM: #vm.Hostname.ToUpper()#.#vm.Domain#
<ad:foreach collection=”#external_nic.IPAddresses#” var=”ip” index=”i”>
Mgmt Nic: #ip.IPAddress#
</ad:foreach>
<ad:foreach collection=”#management_nic.IPAddresses#” var=”ip” index=”i”>
Mgmt Nic: #ip.IPAddress#
</ad:foreach>
<ad:foreach collection=”#private_nic.IPAddresses#” var=”ip” index=”i”>
Priv Nic: #ip.IPAddress#
</ad:foreach>
If you need anymore help please let me know. I can check in detail for any variables you require. You should also be able to use the ones starting space, user, email, creation which are used on the other templates.
Kind Regards,
Trevor Robinson