rubrikinc / rubrik-scripts-for-powershell

Collection of PowerShell Scripts created to interact to Rubrik CDM
MIT License
50 stars 58 forks source link

Make Exports Easier #98

Closed clumnah closed 5 years ago

clumnah commented 5 years ago

Description

Created a new script called Prepare-ExportDatabaseJobFile.ps1. This will use normal DBA connection language to get source and target SQL Server information. That with other parameters, the script will produce a JSON file that will be fed to Export-RubrikDatabaseJob.ps1

Export-RubrikDatabaseJob.ps1 will now take input from Prepare-ExportDatabaseJobFIle.ps1 or one that is created manually.

Motivation and Context

This is an enhancement to make working with Rubrik and database restores easier.

How Has This Been Tested?

Script has been run against multiple instances and versions in the Gaia and Ranger Lab

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist:

Go over all the following points, and put an x in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!

MikeFal commented 5 years ago

:shipit: