WARNING: These community scripts are “as is” & are not officially supported by Unitrends.
Want to chat with other members of the Unitrends community?
Some of the best ways to contribute are to try things out, file bugs, and join in gitter conversations. You are encouraged to start a discussion by filing an issue.
Looking for something to work on? The list of issues is a great place to start.
Request new features or report bugs:
- Open github issue
- PowerShell 4.0+
- Unitrends UEB/RS 9.0+
Download and install:
Open Administrator Powershell Console:
PS> Set-ExecutionPolicy Bypass
PS> iwr https://raw.githubusercontent.com/agonzalezm/unitrends-pstoolkit/master/Unitrends/Install.ps1 | iex
Usage:
PS> Import-Module Unitrends
PS> Connect-UebServer -Server ueb01 -User root -Password yourpass
Update:
Once installed you can update to last version opening Administrator Powershell Console and run:
PS> Import-Module Unitrends
PS> Update-UebPsToolkit
Help:
You can list all available cmdlets using:
PS> Get-Uebhelp
Blogs articles about Unitrends PsToolkit:
How to create your own Powershell Cmdlets
Automating backup protection of Virtual Machines using Powershell
RPO, RPA: How to measure RPO compliance of your backups using Powershell
Automate multiple Instant Recoveries from your backups using Powershell
TO/RTA: How to measure RTO compliance of your backups using Powershell