Initial Commit to Dedicated Repo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function Disconnect-ZertoServer {
|
||||
[cmdletbinding()]
|
||||
$uri = "session"
|
||||
Invoke-ZertoRestRequest -uri $uri -method DELETE
|
||||
Remove-Item Env:zertoAuthorizationHeaders
|
||||
Remove-Item Env:zertoConnectionInformation
|
||||
}
|
||||
Reference in New Issue
Block a user