Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 293210

Re: VM Move details

$
0
0

Afaik that information is only partialy available in the vCenter Task and Events log.

See also the Task and Events tab in the vSphere Client.

 

You can get the timestamp, the user and the destination, but the other info is not present

 

Get-VIEvent -MaxSamples 500 |
where {$_.GetType().Name -eq "TaskEvent" -and $_.Info.Name -eq "MoveIntoFolder_Task"} |
select CreatedTime,UserName,@{N="Destination";E={$_.Info.EntityName}} 

 

You can change the MaxSamples value if you want to go back further in time.


Viewing all articles
Browse latest Browse all 293210

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>