Let’s dive into using Windows PowerShell to set static IP and DNS addresses on a server. In this walkthrough, I’ll walk you through the process with a concise breakdown of the steps. Here’s the script, named `SetStaticIP.ps1`, that performs the IP and DNS configuration: $wmi = Get-WmiObject win32_networkadapterconfiguration -filter “ipenabled […]
ip
1 post