Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jorioux committed Apr 9, 2018
1 parent 55b6e49 commit 73f2bc1
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# PowerDP
PowerShell for HPE Data Protector (DP)
-

This PowerShell Module converts the `omnirpt <...> -tab` output into a PowerShell array for easy filtering and manipulation. I intent to develop other functions in the future that builds on top of that.

***Note*** This module is NOT affiliated with, funded, or in any way associated with HPE.

Installation
-
#### PowerShell v5 and Later
You can install the `PowerDP` module directly from the PowerShell Gallery
You can install this module on the Cell Manager if its running on Windows, or you can install the `User Interface` component on your workstation.
#### PowerShell v5 and later
You can install the `PowerDP` module directly from the [PowerShell Gallery](https://www.powershellgallery.com/packages/PowerDP)
```PowerShell
Install-Module PowerDP
```

#### PowerShell v4 and earlier
Get [PowerShellGet Module](https://docs.microsoft.com/en-us/powershell/gallery/psget/get_psget_module) then do `Install-Module PowerDP`

Usage
-
The main function is `ConvertTo-Array`. You can pipline the output from the `omnirpt` command or pass it as a parameter.
Expand All @@ -32,6 +37,11 @@ Get-ListSessions -Specification *sql* -Hours 4 -Mode trans

The column names are kept the same, so you can easily filter with the columns names and display only the columns you want. It's important to include the `-tab` parameter because the function needs the input to be tab separated.

Prerequisites
-
PowerDP requires `omniback` to be installed, and its `bin` directory must be in the PATH environment variable.
You can install the `User Interface` component on your workstation if you want to use PowerDP on your workstation. To do so, add your workstation as a Client in the CM and install only the `User Interface` component.

Release notes
-
#### 1.0.4
Expand Down

0 comments on commit 73f2bc1

Please sign in to comment.