Upload a Template
- Last Updated: August 28, 2025
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
You can upload a template by using the Install-Template command. This does not create any Virtual Services, but you can use the addvs command with the template parameter to do this. Refer to the next section for an example. An example command with output is provided below.
$installtemplate = Install-Template -Path C:\Temp\Microsoft_Dynamics.tmpl $installtemplate | Format-List ReturnCode : 200Response : Command successfully executed.Data : @{TemplateData=Installed 3 new Kemp certified templates.}