{"id":1685,"date":"2025-10-27T04:32:54","date_gmt":"2025-10-27T04:32:54","guid":{"rendered":"https:\/\/www.ultrexstaff.com\/?p=1685"},"modified":"2025-10-27T04:32:55","modified_gmt":"2025-10-27T04:32:55","slug":"atera-removed-from-console-need-it-to-come-back","status":"publish","type":"post","link":"https:\/\/www.ultrexstaff.com\/?p=1685","title":{"rendered":"Atera removed from console, need it to come back"},"content":{"rendered":"\n<p>If you delete an agent from the console, it can still be running on the client, but not show up in our dashboard. You need to delete a few registry keys then reinstall the agent of that client. This powershell script is also hosted on itstuff.ultrex.com for ease of copy\/paste from target device.<\/p>\n\n\n\n<p>Run the following fully in command line (ignore any errors). Then reboot machine, then reinstall Atera Agent.<\/p>\n\n\n\n<p># Stop Atera service if running<\/p>\n\n\n\n<p>Write-Output &#8220;Stopping Atera services&#8230;&#8221;<\/p>\n\n\n\n<p>Stop-Service -Name &#8220;AteraAgent&#8221; -Force -ErrorAction SilentlyContinue<\/p>\n\n\n\n<p>Stop-Service -Name &#8220;AteraAgentHelper&#8221; -Force -ErrorAction SilentlyContinue<\/p>\n\n\n\n<p># Kill lingering processes<\/p>\n\n\n\n<p>Write-Output &#8220;Killing Atera processes&#8230;&#8221;<\/p>\n\n\n\n<p>Get-Process -Name &#8220;AteraAgent*&#8221; -ErrorAction SilentlyContinue | Stop-Process -Force<\/p>\n\n\n\n<p># Uninstall via MSI if registered<\/p>\n\n\n\n<p>Write-Output &#8220;Checking for MSI uninstall entry&#8230;&#8221;<\/p>\n\n\n\n<p>$msi = Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -like &#8220;Atera*&#8221; }<\/p>\n\n\n\n<p>if ($msi) {<\/p>\n\n\n\n<p>&nbsp; &nbsp; $msi.Uninstall()<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p># Remove leftover folders<\/p>\n\n\n\n<p>Write-Output &#8220;Removing leftover directories&#8230;&#8221;<\/p>\n\n\n\n<p>$paths = @(<\/p>\n\n\n\n<p>&nbsp; &nbsp; &#8220;C:\\Program Files\\Atera Networks\\AteraAgent&#8221;,<\/p>\n\n\n\n<p>&nbsp; &nbsp; &#8220;C:\\Program Files (x86)\\Atera Networks\\AteraAgent&#8221;,<\/p>\n\n\n\n<p>&nbsp; &nbsp; &#8220;C:\\ProgramData\\Atera Networks\\AteraAgent&#8221;<\/p>\n\n\n\n<p>)<\/p>\n\n\n\n<p>foreach ($path in $paths) {<\/p>\n\n\n\n<p>&nbsp; &nbsp; if (Test-Path $path) {<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; Remove-Item -Path $path -Recurse -Force -ErrorAction SilentlyContinue<\/p>\n\n\n\n<p>&nbsp; &nbsp; }<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p># Remove registry keys<\/p>\n\n\n\n<p>Write-Output &#8220;Cleaning registry entries&#8230;&#8221;<\/p>\n\n\n\n<p>$regPaths = @(<\/p>\n\n\n\n<p>&nbsp; &nbsp; &#8220;HKLM:\\SOFTWARE\\ATERA Networks&#8221;,<\/p>\n\n\n\n<p>&nbsp; &nbsp; &#8220;HKLM:\\SOFTWARE\\WOW6432Node\\ATERA Networks&#8221;,<\/p>\n\n\n\n<p>&nbsp; &nbsp; &#8220;HKLM:\\SYSTEM\\CurrentControlSet\\Services\\AteraAgent&#8221;,<\/p>\n\n\n\n<p>&nbsp; &nbsp; &#8220;HKLM:\\SYSTEM\\CurrentControlSet\\Services\\AteraAgentHelper&#8221;<\/p>\n\n\n\n<p>)<\/p>\n\n\n\n<p>foreach ($reg in $regPaths) {<\/p>\n\n\n\n<p>&nbsp; &nbsp; if (Test-Path $reg) {<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; Remove-Item -Path $reg -Recurse -Force -ErrorAction SilentlyContinue<\/p>\n\n\n\n<p>&nbsp; &nbsp; }<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>Write-Output &#8220;Atera agent removal complete. A reboot is recommended.&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you delete an agent from the console, it can still be running on the client, but not show up in our dashboard. You need to delete a few registry keys then reinstall the agent of that client. This powershell script is also hosted on itstuff.ultrex.com for ease of copy\/paste from target device. Run the [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[123,118,120],"tags":[],"class_list":["post-1685","post","type-post","status-publish","format-standard","hentry","category-atera","category-installation-guides","category-windows","post-preview"],"_links":{"self":[{"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/posts\/1685","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1685"}],"version-history":[{"count":1,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/posts\/1685\/revisions"}],"predecessor-version":[{"id":1686,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/posts\/1685\/revisions\/1686"}],"wp:attachment":[{"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1685"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1685"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}