ZabbixAgent2Installer/Templates/Install-ZabbixAgent2.Template.ps1

27 lines
674 B
PowerShell
Raw Normal View History

2025-09-18 03:03:12 +00:00
#include#. ./Public/Get-ComputerDomainMembership.ps1
#include#. ./Public/Get-ZabbixAgentPackage.ps1
#include#. ./Public/Expand-ZabbixAgentPackage.ps1
#include#. ./Public/Remove-ZabbixAgent.ps1
#include#. ./Public/Generate-ZabbixAgentHostname.ps1
#include#. ./Public/Add-ZabbixFirewallRules.ps1
#include#. ./Public/Set-FileSystemPermission.ps1
#include#. ./Public/Install-ZabbixAgent2.ps1
#include#. ./Public/Set-ServiceRecoveryAction.ps1
<#
If you generated an all-in-one install script - this is the great place to put your
call to Install-ZabbixAgent2 with the parameters you wish!
Run 'Get-Help Install-ZabbixAgent2 -Examples' to see an example.
#>