Skip to content
Snippets Groups Projects
Commit d88dfb2f authored by Andreas Lindemark's avatar Andreas Lindemark
Browse files

Modified the path for $customConfigPath

parent 6fe52687
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
$domainName = (Get-CimInstance -ClassName Win32_ComputerSystem).Domain $domainName = (Get-CimInstance -ClassName Win32_ComputerSystem).Domain
# Path to the custom configuration file on SYSVOL using the dynamic domain name # Path to the custom configuration file on SYSVOL using the dynamic domain name
$customConfigPath = "\\$domainName\SYSVOL\$domainName\scripts\zabbix_agent2.conf" $customConfigPath = "\\$domainName\SYSVOL\$domainName\Configs\zabbix_agent2.conf"
# Path to the Zabbix Agent 2 configuration file # Path to the Zabbix Agent 2 configuration file
$agentConfigPath = "C:\Program Files\Zabbix Agent 2\zabbix_agent2.conf" $agentConfigPath = "C:\Program Files\Zabbix Agent 2\zabbix_agent2.conf"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment