Showing results for networking - Scripting Blog [archived]

Jan 13, 2014
0
1

Enabling and Disabling Network Adapters with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks using Windows PowerShell to enable and disable network adapters. Microsoft Scripting Guy, Ed Wilson, is here. Today I have spent much of the day working with the various speakers who will be speaking at Windows PowerShell Saturday #007 in Charlotte, North Carolina. We have finalized the schedule. ...

Scripting Guy!Windows PowerShellnetworking
Jan 12, 2014
0
0

Weekend Scripter: Use PowerShell to Identify Network Adapter Characteristics

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to identify network adapter characteristics. Microsoft Scripting Guy, Ed Wilson, is here. Today I am kicking off Network Adapter Week. Note  PowerShell Saturday #007 will be held in Charlotte, North Carolina on February 8, 2014. This will be an awesome chance to...

Scripting Guy!Windows PowerShellWeekend Scripter
Nov 4, 2013
0
0

PowerTip: View Network Statistics with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to view network statistics. How can I use Windows PowerShell to view the amount of data going through my network cards? One way is to use the performance counters.To find available counters:Get-Counter -ListSet 'Network Adapter' | select -ExpandProperty PathsWithInstances | sortTo view the ...

Scripting Guy!Windows PowerShellPowerTip
Nov 3, 2013
0
0

Weekend Scripter: Use PowerShell to Discover Switch Extensions

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to discover virtual switch extensions in Hyper-V. Microsoft Scripting Guy, Ed Wilson, is here. I have been playing around with Windows PowerShell and with Hyper-V. One of the cool things about Hyper-V networking is that the virtual switches are extensible. This ...

Scripting Guy!Windows PowerShellnetworking
Aug 2, 2013
1
0

More Messing Around with Wireless Settings with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about messing around with wireless settings with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. OK, I will admit it (in case you did not know), I am a geek. I also love my job at Microsoft. I get to play around with Windows PowerShell all day. I have meetings with people who are ...

Scripting Guy!Windows PowerShellscripting techniques

Feedback