PowerCLI C:\Program Files\VMware\Infrastructure\vSphere PowerCLI> Get-VIEvent -Start $start -Finish $finish -MaxSamples ([int]::MaxVal
>> where {$_ -is [VMware.Vim.VmCreatedEvent] -and
>> $_.Datacenter.Name -eq "uk_gbdc_prod_int_01" -and
>> $_.ComputeResource -eq "uk_int_prd_01"} |
>> Select CreatedTime,UserName,@{N="VM";E={$_.Vm.Name}}
>> $
>>
PowerCLI C:\Program Files\VMware\Infrastructure\vSphere PowerCLI>
the message is coming like this i am unable to get the script output...