Start commenting code and help messages

This commit is contained in:
Wes Carroll
2019-02-22 22:17:47 -05:00
parent 9fd116b36f
commit 5e2e4a0c1b
6 changed files with 124 additions and 32 deletions
@@ -1,7 +1,11 @@
function Disconnect-ZertoServer {
[cmdletbinding()]
$uri = "session"
# Delete API Authorization
Invoke-ZertoRestRequest -uri $uri -method DELETE
# Remove all variables used
Remove-Variable -Name zvmServer -Scope Script
Remove-Variable -Name zvmPort -Scope Script
Remove-Variable -Name zvmLastAction -Scope Script