Get VM Operating System From SnapShot
Tom's Tech Show!
Response to comment on getting more information on VM's with SnapShots.
Here are the script commands:
$vmsnapshot = Get-vm | Get-Snapshot | Select VM, Name $vmsnapshot | Add-Member -Name Guest -MemberType NoteProperty -Value "" for ($q=0; $q -lt $vmsnapshot.Count; $q++) { $vmsnapshot[$q].Guest = Get-VM -Name $vmsnapshot[$q].vm.name | Select -ExpandProperty GuestID }
Tom's Talk Show https://youtube.com/c/tomstalkshow
How to support my channel 0 - SHARE THE VIDEO! 1 - Like videos 2 - Subscribe to my channel 3 - https://www.tomstechshow.com/contribute 4 - Twitter https://twitter.com/toms_tech_show 5 - Facebook https://fb.me/tomstechshow 6 - Need a Credit Card? https://www.referyourchasecard.com/226c/LDL3DE3G6X
Code repository https://bitbucket.org/tomstechshow/
My photo site http://www.thomasnelsonphotography.com
eBay Store https://www.ebay.com/usr/cabozone55 ... https://www.youtube.com/watch?v=CPzhkJZ48vg
46975138 Bytes