Update README.md

This commit is contained in:
Wes Carroll
2019-03-11 09:44:42 -04:00
parent 8f060ae13a
commit 303e12fe2b
+5 -1
View File
@@ -47,11 +47,15 @@ Once you have found the command that you want to know about you can call `Get-He
If you are using this as part of a larger script, I highly suggest explicitly ending your session with the `Disconnect-ZertoSession` command. This will delete the token authorization from the Zerto Virtual Manager as well as clear all Module scoped variables. If you are using this as part of a larger script, I highly suggest explicitly ending your session with the `Disconnect-ZertoSession` command. This will delete the token authorization from the Zerto Virtual Manager as well as clear all Module scoped variables.
## Recent Updates
- March 11th, 2019: Create basic VPG completed. Please see [New-ZertoVpg Help](https://github.com/wcarroll/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md)
## TODO ## TODO
- Complete Help Markdown Files - Complete Help Markdown Files
- JFLR Functionality - JFLR Functionality
- Create VPG - Create VPG (Per-VM modification and Backup Settings)
- Edit VPG - Edit VPG
- Delete Zerto License - Delete Zerto License
- Flesh out Pester Tests - Flesh out Pester Tests