This commit is contained in:
2024-01-31 21:23:24 -06:00
parent 4c3a895f34
commit a67a669a3b
6 changed files with 15 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env pwsh
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false | Out-Null
# Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false | Out-Null
. /opt/idssys/powerwall/settings.ps1
Connect-VIServer -Server $args[0] -Protocol https -User $ESXiUsername -Password $ESXiPassword | Out-Null