├── HaloPSA ├── German-Language-File │ └── Deutsch-Community.ini ├── Integration-3CX │ ├── 3cx_phone_lookup.sql │ ├── 3cx_search_contacts.sql │ └── readme.md ├── Integration-SentinelOne │ └── Start-SentinelOneThreatSyncToHalo.ps1 ├── Reports │ ├── Team performance │ │ ├── preview.png │ │ ├── readme.md │ │ └── team-performance.sql │ └── stale-tickets.sql └── ScheduledTasks │ └── Apply-HaloItemsTaxCode.ps1 ├── Misc ├── DE-Teamviewer-Mail.txt ├── Install-Winget.ps1 └── Test-NetworkConnections.ps1 ├── README.md └── TeamViewer ├── detect.ps1 ├── detect_v2.ps1 └── readme.md /HaloPSA/German-Language-File/Deutsch-Community.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/German-Language-File/Deutsch-Community.ini -------------------------------------------------------------------------------- /HaloPSA/Integration-3CX/3cx_phone_lookup.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/Integration-3CX/3cx_phone_lookup.sql -------------------------------------------------------------------------------- /HaloPSA/Integration-3CX/3cx_search_contacts.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/Integration-3CX/3cx_search_contacts.sql -------------------------------------------------------------------------------- /HaloPSA/Integration-3CX/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/Integration-3CX/readme.md -------------------------------------------------------------------------------- /HaloPSA/Integration-SentinelOne/Start-SentinelOneThreatSyncToHalo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/Integration-SentinelOne/Start-SentinelOneThreatSyncToHalo.ps1 -------------------------------------------------------------------------------- /HaloPSA/Reports/Team performance/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/Reports/Team performance/preview.png -------------------------------------------------------------------------------- /HaloPSA/Reports/Team performance/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/Reports/Team performance/readme.md -------------------------------------------------------------------------------- /HaloPSA/Reports/Team performance/team-performance.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/Reports/Team performance/team-performance.sql -------------------------------------------------------------------------------- /HaloPSA/Reports/stale-tickets.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/Reports/stale-tickets.sql -------------------------------------------------------------------------------- /HaloPSA/ScheduledTasks/Apply-HaloItemsTaxCode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/HaloPSA/ScheduledTasks/Apply-HaloItemsTaxCode.ps1 -------------------------------------------------------------------------------- /Misc/DE-Teamviewer-Mail.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/Misc/DE-Teamviewer-Mail.txt -------------------------------------------------------------------------------- /Misc/Install-Winget.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/Misc/Install-Winget.ps1 -------------------------------------------------------------------------------- /Misc/Test-NetworkConnections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/Misc/Test-NetworkConnections.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/README.md -------------------------------------------------------------------------------- /TeamViewer/detect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/TeamViewer/detect.ps1 -------------------------------------------------------------------------------- /TeamViewer/detect_v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/TeamViewer/detect_v2.ps1 -------------------------------------------------------------------------------- /TeamViewer/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2-click/msp-automation/HEAD/TeamViewer/readme.md --------------------------------------------------------------------------------