Settings and activity
-
168 votes
Hey!
I'm from Atera team and I'm glad to share that we started working on this idea you voted for.
I would be happy to meet for a few minutes so I could learn what will make your job easier with this feature.
Thank you, you can book here:
An error occurred while saving the comment -
170 votes
Nice! The feature you requested is being considered for development. We’ll keep an eye on the number of votes, and let you know if a decision is reached to implement. Thank you for being a partner in our process!
Jonasz Badas supported this idea ·
-
176 votes
Nice! The feature you requested is being reviewed by our product team. We’ll keep an eye on the number of votes, and let you know if a decision is reached to implement. Thank you for being a partner in our process!
Jonasz Badas supported this idea ·
-
242 votes
Nice! The feature you requested is being considered for development. We’ll keep an eye on the number of votes, and let you know if a decision is reached to implement. Thank you for being a partner in our process!
Jonasz Badas supported this idea ·
-
430 votes
Congratulations on helping shape Atera! The feature you requested is currently being considered for development. Please be patient as the process can take a while or even stall to make way for other features. We’ll update you once it’s been implemented and released!
Jonasz Badas supported this idea ·
-
6 votes
Jonasz Badas supported this idea ·
-
69 votesPlanned · 6 comments · Ideas and Feedback » IT Automation and Patch Management · Flag idea as inappropriate… · Admin →
Jonasz Badas supported this idea ·
-
100 votes4 comments · Ideas and Feedback » IT Automation and Patch Management · Flag idea as inappropriate… · Admin →
Nice! The feature you requested is being considered for development. We’ll keep an eye on the number of votes, and let you know if a decision is reached to implement. Thank you for being a partner in our process!
Jonasz Badas supported this idea ·
-
5 votes
Nice! The feature you requested is being reviewed by our product team. We’ll keep an eye on the number of votes, and let you know if a decision is reached to implement. Thank you for being a partner in our process!
An error occurred while saving the comment Jonasz Badas commented
I think adding tasks (literally tick boxes you could tick off with time stamps) would be very helpful. If we could get pre-sets for those: for example, a new starter checklist so that you could name/edit your own tasks, then tick (close them off) as you go through? This would be helpful in many other scenarios!
Jonasz Badas supported this idea ·
-
238 votesUnder Review · 33 comments · Ideas and Feedback » Helpdesk Agent · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Jonasz Badas commented
Could we maybe get a custom app store where people could find and install "approved" applications?
Jonasz Badas supported this idea ·
-
508 votes
An error occurred while saving the comment Jonasz Badas commented
Would be very helpful.
Jonasz Badas supported this idea ·
-
192 votes
Jonasz Badas supported this idea ·
-
1,137 votes
Jonasz Badas supported this idea ·
-
327 votes
Hello,
I wanted to give you visibility into our product roadmap for Q3 as it relates to Atera Device Dashboard. You asked for improvements and this is what's planned:
- We’re updating the device console to present additional insights including the BIOS version, battery life, and the BitLocker key.
- We’re enhancing visibility into the patch status, so you’ll know the exact status of each patch, and the reason for failure wherever relevant.
Kee an eye out for our What's new emails to stay informed.
Jonasz Badas supported this idea ·
-
451 votes
Jonasz Badas supported this idea ·
-
575 votesUnder Review · 13 comments · Ideas and Feedback » Network Discovery · Flag idea as inappropriate… · Admin →
Jonasz Badas supported this idea ·
-
753 votesUnder Review · 35 comments · Ideas and Feedback » 3rd Party Integrations · Flag idea as inappropriate… · Admin →
Jonasz Badas supported this idea ·
-
546 votesUnder Review · 51 comments · Ideas and Feedback » 3rd Party Integrations · Flag idea as inappropriate… · Admin →
Jonasz Badas supported this idea ·
-
881 votes
Jonasz Badas supported this idea ·
I'm pretty sure you can upload files that are bigger than 20mb via the scripts section in Atera. I'm pretty sure we've had a 400mb file at some point.
Anyway, this might help some people install .msi files. There's is a CMD CURL command that allows you to download a file via CMD (or simply transfer some data from a server). The below command was used to install Screaming Frog (now available via Chocolatey):
:: Download the setup file.
curl -o setup.exe "https://download.screamingfrog.co.uk/products/seo-spider/ScreamingFrogSEOSpider-16.7.exe"
:: Run the setup file silently.
.\setup.exe /S
:: Remove installation file once done.
del .\setup.exe