Skip to content

Commit 5cd05ba

Browse files
committed
invalid character
1 parent 40bdafa commit 5cd05ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell/GenerateVMConsoleURL.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
$SessionMgr = Get-View $DefaultViserver.ExtensionData.Content.SessionManager
8888
$Ticket = $SessionMgr.AcquireCloneTicket()
8989
$VCSSLThumbprint = Get-SSLThumbprint "https://$VCname"
90-
$URL = "https://$VCName`:9443/vsphere-client/webconsole.html?vmId=$VMMoref&vmName=$VMname&serverGuid=$VCInstasnceUUID&locale=en_US&host=$VCName`:443&sessionTicket=$Ticket&thumbprint=$VCSSLThumbprint
90+
$URL = "https://$VCName`:9443/vsphere-client/webconsole.html?vmId=$VMMoref&vmName=$VMname&serverGuid=$VCInstasnceUUID&locale=en_US&host=$VCName`:443&sessionTicket=$Ticket&thumbprint=$VCSSLThumbprint"
9191
}
9292
$URL
9393
}

0 commit comments

Comments
 (0)