Tip: Deploying Atera when the GPO fails.
GPO's can be a flakey experience sometimes, especially working within unfamiliar environments. There's a couple of ways you can push that Atera agent out when you need it in the moment. *Note that this is for domain environments.
PSEXEC from Sysinternals is likely known to many, and may be the only tool you need to deploy Atera, but i like to go a step further and open up an additional feature while i'm working.
Enter-PSSession will allow you to remote PowerShell into a computer and interact with it beyond the single commands that PSEXEC offers, but you'll need PSEXEC to kick it all off.
This command will prep the system for remote PowerShell:
psexec \\COMPUTERNAME -s winrm.cmd quickconfig -q
From there, it's:
Enter-PSSession COMPUTERNAME
Once your interacting with the computer within PowerShell, grab the Atera CLI installation commands (under "other" when adding a new device). The "&&" expression will not work, so seperate the one-liner to to commands (one to download, the other to install).
If should look like:
curl -o setup.msi "https://yourcompany.servicedesk.atera.com/GetAgent/Msi/?customerId=99&integratorLogin=youremail%40domain.com&customerName=Customer&accountId=0000123456789"
AND
msiexec /i setup.msi /qn IntegratorLogin=youremail@domain.com CompanyId=99 AccountId=0000123456789
So now you've installed the Atera agent, and have configured remote PowerShell as a bonus (always handy!)
Comments
-
Great tip @jstewart , looking forward to seeing the rest of the community's thoughts!
0
Topics
- All Topics
- 43 Getting started
- 26 Read before posting
- 9 Meet and greet
- 273 General
- 74 News and announcements
- 2 Swag
- 3 Roadmap updates
- 1 Product Survey
- 90 Resources
- 15 Knowledge Base
- 18 Webinars
- 1 Shared Script Library
- 2 Blog
- 22 Pro Tips
- 30 Got an idea?
- 3 Atera Academy
- 3 ActionAI
- 1 Copilot
- 146 Remote Monitoring and Management
- 85 Remote Monitoring
- 29 Patch Management
- 113 Professional Services Automation
- 67 Helpdesk
- 17 Billing
- 24 Reporting
- 43 Integrations & add-ons
- 23 Integrations
- 11 Add-ons
- 109 Scripting and automations
- 62 Scripts
- 32 Automations