Tag Archives: network

Troubleshooting Wifi logon

I’ve been working with  client to try to identify why we sometime log onto the UVM wifi network successfully before workstation logon, but frequently this fails and drive mappings are not performed successfully.
In consulting with a colleague, he suggested that it could be a race condition between the network authorizing  the connection and the Windows [...]

Friday – April 17

Last night, I stumbled across this video:
Office Casual: How to work with the ribbon 

The Inside Office Online blog post for the video includes links to the interactive guides for the big five office applications.
I haven’t watched the whole thing, yet, but it also links to video of a presentation that discusses [...]

CLI configuration of network interfaces

I like GUIs, but I also like getting things done via the command line. I was hunting around to see if there was a way to change the MTU setting for my NICs without having to edit the registry, and I found that the netsh interfaces context exposes this attribute:
netsh interface ipv4 show subinterfaces
netsh interface [...]