PSAtera
PSAtera copied to clipboard
PowerShell module for working with the Atera API
in order to query on custom statuses
When calling Get-AteraAgents on a local system multiple items are returned if the system machinename is used by another agent. Example if you have two servers called "Server2016" and run...
# Singular Nouns Remove the different commands for commands that return singular objects vs multiple objects. All commands should use a singular noun. # Invoke Verb for API commands Change...
The Alert API endpoints for POST and GET use different names for the Alert Message. MessageTemplate on the POST endpoint is mapped to AlertMessage on GET. Module should be updated...
So this is the first part of the script. It runs on 99/100 machines. Just a few I get error below. Running it step by step, the "**Set-AteraAPIKey -APIKey $AteraAPIKey**"...