@DoctorDNS

How to rename a NIC

Q: Is there a simple way to rename a NIC, especially inside a Hyper-V VM? A: You can change the name of any Windows NIC using PowerShell – whether the NIC is in a physical host or a Hyper-V VM. NICS and NIC names One thing that can quickly become confusing when using Hyper-V with …

How to rename a NIC Continue Reading

How to send output to a file

Q: Is there an easy way to save my script output to a text file rather than displaying it on screen? A: Of course – there are multiple ways to do just that! PowerShell and Output One of PowerShell’s great features is the way it automatically formats output. You type a command – PowerShell gives …

How to send output to a file Continue Reading