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 Powershell as Administrator and allow execution of unsigned scripts by running command: Set-ExecutionPolicy Bypass
- Run commmand to download latest version and install:
iwr https://raw.githubusercontent.com/Unitrends/unitrends-pstoolkit/master/Unitrends/Install.ps1 | iex
Usage:
PS> Import-Module Unitrends
[*] Welcome to Unitrends Powershell Toolkit! ---------------------------------------------------------
Sample usage:
Connect-UebServer -Server ueb01 -User root -Password yourpass
Get-UebJob
Get-UebJob -Active
Get-UebJob -Recent
Get-UebJob -Active|Stop-UebJob
Get-UebJob -Active|Stop-UebJob
Get-UebJob -Name job1*|Start-UebJob
Get-UebAlert
Get-UebVirtualClient
Copyright (C) Unitrends,Inc. All rights reserved.
Update:
Once installed you can update to last version using Cmdlet Update-UebPsToolkit
Help:
You can list all available cmdlets using:
PS C:> 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