Working with minor errors.
This commit is contained in:
parent
75e96580d1
commit
e9ec9abffb
@ -54,7 +54,7 @@ class SystemCenterVirtualMachineManager: VirtualizationServer {
|
||||
Get-SCVMMServer -ComputerName $this.url
|
||||
$list = Get-SCVirtualMachine
|
||||
$this.__host_list=$list
|
||||
[string]::Format("Loaded {0} VM from {1}",$list.Lenght,$this.url) | Write-Debug
|
||||
# [string]::Format("Loaded {0} VM from {1}",$list.Lenght,$this.url) | Write-Debug
|
||||
}
|
||||
[Boolean] __check_login($url){
|
||||
$result=Invoke-Command -ComputerName $this.url { $true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user