Skip to content

PowerShell module for working with the Atera API

License

Notifications You must be signed in to change notification settings

infovirtuel/PSAtera

 
 

Repository files navigation

PSAtera - The PowerShell Module for Atera

Buy Me A Coffee

Start interacting with Atera from PowerShell with the PSAtera module.

Configuration

The PSAtera module relies on the ATERAAPIKEY environment variable for the API key for your Atera account.

Install

PS> Install-Module -Name PSAtera

Alternative Setup

The below script will make sure all the prerequisites are setup and install PSAtera. Copy and paste the line into a PowerShell window. Run as admin to install PSAtera globally on the system.

[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityPotocol -bor 3072; Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force; Install-Module PSAtera -Force

About

PowerShell module for working with the Atera API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%