Skip to content

Unitrends/unitrends-pstoolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

WARNING: These community scripts are “as is” & are not officially supported by Unitrends.

Chat Room

Want to chat with other members of the Unitrends community?

Join the chat at https://gitter.im/Unitrends/unitrends-pstoolkit

Engage, Contribute and Provide Feedback

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:

  1. Open github issue

Requirements

  1. PowerShell 4.0+
  2. Unitrends UEB/RS 9.0+

Download and getting started

Download and install:

Open Administrator Powershell Console:

PS> Set-ExecutionPolicy Bypass
PS> iwr https://raw.githubusercontent.com/Unitrends/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:

Unitrends PowerShell Toolkit

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

About

Unitrends Powershell Cmdlets for Unitrends Backup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published