rob.hendrix Unfortunately I have not found a way to hide the agent temp directory from any user. Hope this helps. Rob Kaseya emPower Out-tasking
Script Name: Hide Agent Temp Folder Script Description: This script will mark your agent temporary directory as a hidden and a system folder. IF True THEN Get Variable Parameter 1 : 10 Parameter 2 : Parameter 3 : agenttemp OS Type : 0 Execute Shell Command Parameter 1 : attrib +S +H #agenttemp# /S /D Parameter 2 : 1 OS Type : 0 Write Script Log Entry Parameter 1 : Agent Temporary directory is now hidden. OS Type : 0 ELSE
rob.hendrixUsing folders under "C:\Windows" can prevent the Kaseya monitoring counters from creating the log files required to collect monitor data. If this is the case you should find errors in the System/Application event logs and Kaseya will report the counters are "Not Responding".
rwittKenw - I don't consider MS programming standards for my management solution. I like it when software vendors follow them, but ...