1

I want create one template template from one modele with power cli. I have esxi 6.5 and vcsa 6.7

Plese can you help me

1 Answers1

0

To convert your configured VM into a VM Template is very simple.

Set-VM -VM <VM Name> -ToTemplate -Confirm:$false

Then you'll be able to see your template with the Get-Template command.

PS> Get-Template

Name 
----
<VM Name>
Tim Kennedy
  • 19,369
  • 4
  • 38
  • 58