How to Use Reboot and Shutdown Commands in Ubuntu Server
Managing an Ubuntu server often requires restarting or shutting it down for maintenance, updates, or…
In this short & sweet tutorial, we will try to make our system admin’s job easier to manage the Hyper-V platform, at least I hope. Whether for export, to find who owns an IP address, or to find an available IP address, etc. You may need to know quickly what the IP addresses used by your VM on a Hyper-V host.
For this, we will rely on the Hyper-V module for PowerShell and specifically the Get-VM cmdlets.
Get-VM | Get-Member
Get-VM | Select-Object NetworkAdapters
Get-VM | Select-Object NetworkAdapters | Select-Object VMName, IPAddresses, switchName
Get-VM | Get-VMNetworkAdapter | ft VMName, IPAddresses, switchName
These methods are based on cross-examination of integrated services installed in your VMs. Either a VM Windows or Linux, the result should be returned. By cons, if the virtual machine is not turned on, you cannot obtain the IP address. Do you know another command? If so kindly share it with us!
Explore more hosting insights, tips and industry updates.
Managing an Ubuntu server often requires restarting or shutting it down for maintenance, updates, or…
If you are unaware of this term, then it belongs to – the domain pointing…
Steam is a popular gaming platform that allows users to download, install, and manage games.…