Commit Graph
38 Commits
Author SHA1 Message Date
dyoder bbb4884818 major update to override Write-Output func 2023-10-05 13:11:38 -04:00
dyoder 31a06a9206 changed function GetTempPath to Get-TempPath 2023-10-05 12:47:08 -04:00
dyoder 235a31909b removed empty line at end 2022-09-06 11:41:06 -04:00
dyoder 2b21b366d1 move uninstall back to Uninstall-AteraAgent.ps1 2022-04-16 13:07:35 -04:00
dyoder 169034e8e7 merged Uninstall-AteraAgent.ps1 into this script 2022-04-16 11:42:00 -04:00
dyoder d3e903e9ba more verbose output 2022-04-16 11:00:30 -04:00
dyoder 8a82746dea this line is a problem right now... 2022-04-16 10:33:54 -04:00
dyoder df633bba58 more explicit variable check 2022-04-16 10:31:28 -04:00
dyoder 59588687d7 maybe this will help 2022-04-16 10:30:03 -04:00
dyoder 807f7e412a make sure INTEGRATOR_ID exists 2022-04-16 10:25:53 -04:00
dyoder f761ab8bdc relax param requirement 2022-04-16 09:49:58 -04:00
dyoder 28bc9436ed added restore settings from previous install 2022-04-15 13:26:29 -04:00
dyoder cccd9a6055 minor updates 2022-03-25 14:18:19 -04:00
dyoder dbcf3fb087 download agent live 2022-03-25 12:57:55 -04:00
dyoder 6ad53ead58 make script delete itself 2021-11-18 20:14:45 -05:00
dyoder e482c9507a don't make INTEGRATOR_ID url safe since we aren't direcly downloading 2021-09-21 10:43:10 -04:00
dyoder 746111a54c update 2021-09-12 13:56:16 -04:00
dyoder 01d65a5274 revet to static download of agent
update agent
2021-08-19 13:00:34 -04:00
dyoder b90d08e1df properly escape special characters in string replace 2021-08-19 12:47:58 -04:00
dyoder 53105b1e4a use url safe ascii codes for special characters in $INTEGRATOR_ID email addresses 2021-08-19 12:32:07 -04:00
dyoder 11bb0e0327 update 2021-08-11 16:28:03 -04:00
dyoder f63c3f9a22 direct download of latest agent during installation 2021-08-11 16:05:03 -04:00
dyoder eeec354133 download installer locally instead of running online install 2021-02-08 16:54:08 -05:00
dyoder c94854e6e9 added additional test for x64 systems
correctly identified previous installations
removed quotes from URL in install statement
2021-02-08 16:36:42 -05:00
dyoder 31023f0748 removed outdated Uninstall-AteraAgent.ps1 script
added current Uninstall-AteraAgent.bat script
updated Install-AteraAgent.ps1 to run Uninstall-AteraAgent.bat if agent is already installed
2021-02-08 13:39:51 -05:00
dyoder 19b2331852 update Install-AteraAgent.ps1 to direct link to MSI
added AteraAgentSetup.msi to /resources
2021-02-08 10:27:43 -05:00
dyoder d3425d10e6 fix CLIENTID to COMPANYID in MSI installer properties 2021-02-03 23:02:49 -05:00
dyoder 47521cad47 revert to old url due to new agents not being assigned to the correct client 2021-02-03 17:25:02 -05:00
dyoder 8c980f682d changed the name of the downloaded agent installer 2021-02-03 12:30:09 -05:00
dyoder b607954da1 added the CUSTOMER_ID to the direct link installation 2021-02-03 12:26:30 -05:00
dyoder 663b7d54e1 direct link to the MSI package instead of generating it on-the-fly
** this will need to be updated because it will fail as new versions are published
2021-02-03 12:24:24 -05:00
dyoder 1f934d5ab5 remove default switch value 2021-02-03 09:58:32 -05:00
dyoder adf2bc1c11 change the default to not force the install 2021-02-01 17:22:17 -05:00
dyoder f7ba8991d5 remove mandatory requirement for $FORCE param 2021-01-27 12:28:28 -05:00
dyoder 710b48fa36 add $FORCE param 2021-01-27 11:35:21 -05:00
dyoder 5b1d893bf1 update rmm tool names in agent installer log files 2021-01-24 07:12:52 -05:00
dyoder ac7bef5019 fixed incorrect type assignment for $INTEGRATOR_ID 2021-01-21 12:41:31 -05:00
dyoder b063f1a833 fix Install-Wireguard.ps1 to properly launch after install
add Install-AteraAgent.ps1
2021-01-21 12:32:59 -05:00