Browse by Tags

All Tags » PowerShell V3 » Networking » Windows Server 8 (RSS)

Toggling between LAN and Wireless

One of the questions in the recent Scripting Games involved toggling between a wireless and LAN connection. Only one was to be up at any one time. This can be solved using WMI but becomes hugely simpler in Windows 8/2012 as we get a bunch of cmdlets for...

Setting a Network address in Windows Server 8

  Windows Server 8 & Windows 8 bring a host of new functionality to us. I wanted to try out some of it so created a new VM and installed the OS – went for full GUI for now Opened PowerShell and ran Set-ExecutionPolicy remotesigned Enable-PSRemoting...