RingCentral installation Script Issue
Having a hard time installing the RingCentral application on any computer through Atera. I have tried using the Software included in Atera software section and it fails. I have written a Script to have it be downloaded and then installed and then another to be downloaded and then installed silently and using the powershell feature in Atera and still fails or the process has timed out when the process is even set to 20 minutes. I gave tested the script out straight from my laptop and it runs fine.
I then try installing other applications through the software area in Atera like Firefox and it installs fine. What could be going on?
Script i created is below:
Define the URL to download the installer$url = "https://app.ringcentral.com/download"
Define the path where the installer will be saved$installerPath = "$env:TEMP\RingCentral.exe"
Download the installer silentlyInvoke-WebRequest -Uri $url -OutFile $installerPath
Check if the installer file was downloaded successfullyif (Test-Path $installerPath) {
# Start the installation process silently
Start-Process -FilePath $installerPath -ArgumentList "/S" -Wait
Write-Host "Installation completed silently."
} else {
Write-Host "Failed to download the installer from $url. Please check the URL and try again."
}
Comments
-
I can imagine that this is a permission issue.
On your computer I guess you run it witth your local user. Since you are an IT person I believe you are having administrative rights.When executing it via Atera it runs as SYSTEM which is a different user.There is an option to execute as currently logged in user but then the user requires administrative rights.
0 -
Doesn't a system administrator a machine have the same admin permissions to install application as a local account admin and the rest of admin permissions?
I have also tried installing the firefox application from the list of softwares in the software section and that installs just fine.
0 -
SYSTEM is not exactly the same as a user since it misses some parts (e.g. profile settings and folders).
For example you cannot login to a desktop with that user.I am not sure if it brings you to the solution but what you can try is:
- select a specific computer
- login with a user
- run the tool procmon ( )
- filter for file access only
- start your script via atera on that specific computer
Within procmon you should be able to see the script running and the execution of the installer.
Maybe this provides a bit more information at which steps it fails.0
Topics
- All Topics
- 41 Getting started
- 25 Read before posting
- 8 Meet and greet
- 245 General
- 67 News and announcements
- 2 Swag
- 1 Roadmap updates
- 80 Resources
- 12 Knowledge Base
- 17 Webinars
- 1 Shared Script Library
- 2 Blog
- 19 Pro Tips
- 27 Got an idea?
- 3 Atera Academy
- 2 ActionAI
- 1 Copilot
- 140 Remote Monitoring and Management
- 84 Remote Monitoring
- 27 Patch Management
- 106 Professional Services Automation
- 65 Helpdesk
- 17 Billing
- 21 Reporting
- 39 Integrations & add-ons
- 21 Integrations
- 11 Add-ons
- 105 Scripting and automations
- 62 Scripts
- 30 Automations