Commit Graph

880 Commits

Author SHA1 Message Date
Wes Carroll 28b36d3983 Update to use the new create new vpg switch 2019-03-14 20:30:12 -04:00
Wes Carroll 59f83cbb8a Create switch when creating new VPG Settings 2019-03-14 20:29:13 -04:00
Wes Carroll a91e2a034b Update Invoke-ZertoFailoverRollback.md 2019-03-13 14:19:38 -04:00
Wes Carroll ae2de975ca Create Export-ZertoVpg 2019-03-13 14:15:44 -04:00
justin 8fd820ff38 Merge pull request #1 from wcarroll/master
updating from wcarroll
2019-03-12 21:29:19 -04:00
Wes Carroll 67d04889fe Merge pull request #15 from wcarroll/Refactor-Remove-ZertoVPG
Refactor remove zerto vpg
2019-03-12 15:50:02 -04:00
Wes Carroll 38a9f69c76 Updated Help Docs for Remove-ZertoVpg 2019-03-12 15:45:05 -04:00
Wes Carroll 0d9df95166 Allows piping and name or identifier processing 2019-03-12 15:44:45 -04:00
Wes Carroll 7bf182a9fc New Version of PlatyPs 2019-03-12 15:02:54 -04:00
Wes Carroll 2967970d7c Merge pull request #14 from wcarroll/NewVpgJournalSizes
Change Journal limit variable types to uint64
2019-03-12 12:04:46 -04:00
Wes Carroll 7adebfd64b Change Journal limit variable types to uint64 2019-03-12 12:02:46 -04:00
Wes Carroll 833424461c Merge pull request #12 from recklessop/master
Two changes for Pwsh
2019-03-12 11:44:31 -04:00
justin 5227ee55e6 Update settings.json
Added VSCode option to change to PWSH core installed in default location
2019-03-12 10:40:28 -04:00
justin 9ac72dc693 Update ZertoApiWrapper.psd1
Fixed Powershell Version number.
2019-03-12 10:14:57 -04:00
Wes Carroll 139212f460 Merge pull request #9 from wcarroll/CreateVpg
Update New-ZertoVpg work flow to include default journal settings
2019-03-11 20:48:54 -04:00
Wes Carroll 4f9f5e26ae Add help information for default journal settings 2019-03-11 20:38:51 -04:00
Wes Carroll 9308353807 Update Journal Hard Limit HelpMessage 2019-03-11 20:18:18 -04:00
Wes Carroll 96b797b4c8 Add comments to understand what the code is doing 2019-03-11 20:04:06 -04:00
Wes Carroll b076942d26 Add Journal Default Settings in MB functionality 2019-03-11 19:17:33 -04:00
Wes Carroll 303e12fe2b Update README.md 2019-03-11 09:44:42 -04:00
Wes Carroll 8f060ae13a Merge pull request #7 from wcarroll/CreateVpg
Create Basic VPG
To be improved upon with additional functions to edit existing vpgs, as well as set detailed settings on a per-vm bases within a VPG.
2019-03-11 09:34:34 -04:00
Wes Carroll 1aa4804a06 Update ZertoApiWrapper-help.xml 2019-03-11 09:27:01 -04:00
Wes Carroll b2497bd35a Complete New-ZertoVpg Help Markdown 2019-03-11 09:22:22 -04:00
Wes Carroll 03ce7e5244 Corrected spelling errors 2019-03-11 08:55:04 -04:00
Wes Carroll 5a55cc8ee3 Update parameters with default values 2019-03-10 22:48:15 -04:00
Wes Carroll 34ec49f01e Update help messages. 2019-03-10 22:47:56 -04:00
Wes Carroll 4ae33a920b Update test interval valid values. 2019-03-10 22:43:59 -04:00
Wes Carroll 67a35956ae Create New-ZertoVpg.md 2019-03-10 22:39:26 -04:00
Wes Carroll c3dbc79607 Create Save-ZertoVpgSettings.md 2019-03-10 22:39:22 -04:00
Wes Carroll 71a6896112 Updated Remove-ZertoVpg settings help 2019-03-10 22:34:06 -04:00
Wes Carroll 37352169bb Add external help information 2019-03-10 22:23:44 -04:00
Wes Carroll c25941ea83 Create Save-ZertoVpgSettings to Commit VPG Settings Object 2019-03-10 22:14:37 -04:00
Wes Carroll 4d35a38a75 Create New-ZertoVpg function 2019-03-10 22:14:15 -04:00
Wes Carroll 460b57b3e4 Convert switches to bools 2019-03-10 22:12:57 -04:00
Wes Carroll e314e2a947 Update to use locally set variable to avoid additional API Call 2019-03-10 22:12:32 -04:00
Wes Carroll 3e44a2f02d Update README.md 2019-03-07 09:55:11 -05:00
Wes Carroll 59a0a53812 Help system (#4)
* Establish a help system

* Continue to update Help System

* Update Get-ZertoAlert.md

* Update Get-ZertoDatastore.md

* Add Link to Zerto API for Datastores

* Update Get-ZertoLicense.md

* Update Links to Zerto API documentation

* Update the Readme Information

* Continue to update README

* Update README

* Update README.md

* Update Help Markdown Files

* Correct API URL

* Update ZertoApiWrapper-help.xml

* Update Get-ZertoProtectedVm.md

* Update Help Markdown files

* Update Get-ZertoVpgSetting.md

* Added online url to each help object.

* Update Help Markdown Files

* Update ZertoApiWrapper-help.xml
2019-03-06 20:50:14 -05:00
Wes Carroll 8521bec5a8 Create ZertoApiWrapper.Tests.ps1 2019-03-02 08:44:28 -05:00
Wes Carroll b903c6131c Remove leftover artifact from arraylist approach 2019-03-01 21:57:41 -05:00
Wes Carroll 543e35d4fb Create Base Test Files 2019-03-01 19:53:07 -05:00
Wes Carroll c11281f29c Rename to Current Zerto Action Standard 2019-03-01 19:50:16 -05:00
Wes Carroll 05af10f365 Update Tests to use Variables for commandNames 2019-03-01 19:49:43 -05:00
Wes Carroll 7d24204c69 Fixed Missing Comma 2019-03-01 13:11:08 -05:00
Wes Carroll 64d7de78d0 Rename FailoverTest functions to start and stop 2019-03-01 13:08:59 -05:00
Wes Carroll 3568ac49a3 Complete Invoke-Failover 2019-03-01 13:07:30 -05:00
Wes Carroll 60a10091e0 Remove extra whitespace. 2019-02-27 17:00:02 -05:00
Wes Carroll 33b9db8e00 Build Invoke-ZertoMove 2019-02-27 16:59:47 -05:00
Wes Carroll f2597db4de Use True and False rather than numerical values 2019-02-27 16:59:22 -05:00
Wes Carroll 914bf36cde Update MoveCommit 2019-02-27 14:08:07 -05:00
Wes Carroll ec4ac7ae5f Update FailoverTestStop with additional options. 2019-02-27 14:07:46 -05:00