Following error is seen while attempting to execute "Get-VMGuestNetworkInterface" on PowerCLI :
PowerCLI
The "Get-VMGuestNetworkInterface" cmdlet is deprecated.
To get IP Address of the VM using PowerCLI, run the following command :
Get-VM | Select Name, @{N="IP Address";E={@($_.guest.IPAddress[0])}}The available commands for PowerCLI can be verified on PowerCLI