We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c921 commit 1b22f93Copy full SHA for 1b22f93
upi/vsphere/powercli/upi-destroy.ps1
@@ -77,4 +77,6 @@ foreach ($policy in $storagePolicies) {
77
78
# Clean up tags
79
Remove-Tag -Tag $tag -confirm:$false
80
-Remove-TagCategory -Category $tagCategory -confirm:$false
+Remove-TagCategory -Category $tagCategory -confirm:$false
81
+
82
+Disconnect-VIServer -Server $vcenter -Force:$true -Confirm:$false
upi/vsphere/powercli/upi.ps1
@@ -517,5 +517,6 @@ if ($waitForComplete)
517
518
Get-Job | Remove-Job
519
520
521
522
Write-Output "Install Complete!"
0 commit comments