This Powershell module acts as a wrapper for the Axonius REST API, allowing you to create scripts that run operations tasks in Axonius
The latest stable release is always available via the PSGallery.
# This will install on the local machine
Install-Module -Name 'UofIAxonius'
After installing the module, import the module using:
Import-Module -Name 'UofIAxonius'
For a list of functions:
Get-Command -Module 'UofIAxonius'
Get-Help is available for all functions in this module. For example:
Get-Help 'Get-AxoniusQueries' -Full
Submit a pull request on GitHub.
As of the last update to this README, the expected End-of-Life and End-of-Support dates of this product are November 2026.
End-of-Life was decided upon based on these dependencies and their End-of-Life dates:
- Powershell 7.4 (November 2026)
- Adapters
- Dashboards
- Data Scopes
- Discovery
- Encryption
- Enforcements
- Enrichments
- Gateways
- Roles
- Tags
- Users
- Assets
- Get-AxoniusAssetInvestigation
- Queries
- Set-AxoniusQuery
- New-AxoniusQuery