26 lines
674 B
PowerShell
26 lines
674 B
PowerShell
|
|
#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.
|
|
#>
|
|
|