Retrieve details of vms on each and every host server on the network

Sorry Olaf,

I don’t see what is the relation of the answer your sent with the las message I sent?..

I assume you run this script more than once. Install-Module does really this - it INSTALLS a module. Usually you have to do this only once per computer. If the module is properly installed it will be loaded automatically by PowerShell if you use a cmdlet from that module.

Got ya…Thank you Olaf