Archive

Archive for August, 2010

Microsoft TechNet Posters

2010/08/19 Leave a comment

http://blogs.technet.com/b/schadinio/archive/2010/08/18/microsoft-technet-posters.aspx

Maybe many of you have already seen and love the great Posters from Technet:

Additional Posters:

Rename a network card in Command Line

2010/08/03 Leave a comment

Last week i was working on HP RDP (Rapid Deployment Pack), we want to automate the deployment of new server (Mainly Physical, and some Virtual)

I was looking for a way to rename an network Interface, by default: “Local Area Connection” or “Local Area Connection 2”. Here is the useful command:

netsh interface set interface name=”Local Area Connection” newname=”ExampleLan”

Categories: Knowledge