Redirect Invoke Output to Null
This commit is contained in:
@@ -5,7 +5,7 @@ function Disconnect-ZertoServer {
|
|||||||
$uri = "session"
|
$uri = "session"
|
||||||
|
|
||||||
# Delete API Authorization
|
# Delete API Authorization
|
||||||
Invoke-ZertoRestRequest -uri $uri -method DELETE
|
$null = Invoke-ZertoRestRequest -uri $uri -method DELETE
|
||||||
|
|
||||||
# Remove all variables used
|
# Remove all variables used
|
||||||
Remove-Variable -Name zvmServer -Scope Script
|
Remove-Variable -Name zvmServer -Scope Script
|
||||||
|
|||||||
Reference in New Issue
Block a user