Create Base Test Files

This commit is contained in:
Wes Carroll
2019-03-01 19:53:07 -05:00
parent c11281f29c
commit 543e35d4fb
38 changed files with 852 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ $password = ConvertTo-SecureString -String "ZertoBuild" -AsPlainText -Force
$credential = New-Object -TypeName System.Management.Automation.PSCredential($userName, $password)
# $credential = Import-Clixml -Path C:\ZertoScripts\Creds.xml
$zertoServer = "192.168.1.100"
$zertoServer = "172.16.219.128"
$zertoPort = "7669"
Describe "Connect-ZertoServer" {