Showing results for networking - Scripting Blog [archived]

Feb 24, 2012
0
0

Use PowerShell to Test Connectivity on Remote Servers

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy talks about using Windows PowerShell to test connectivity after a network configuration change. Microsoft Scripting Guy, Ed Wilson, is here. It seems that there are always good news/bad news types of scenarios. After months of trying to obtain faster Internet connectivity at the house, I finally found a source that ...

Scripting Guy!Windows PowerShellscripting techniques
Nov 11, 2011
0
2

Use PowerShell to Easily Convert Decimal to Binary and Back

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to easily convert decimal to binary and back, and simplify custom subnet mask calculations.   Microsoft Scripting Guy Ed Wilson here. Today is 63. Yep, that is right, today is 63. That is what you get when you see 11 11 11 represented as binary. This appears here.   PS C:\> 1+2+4+8+16+32 63...

Scripting Guy!Windows PowerShellscripting techniques
Oct 7, 2011
0
0

Use PowerShell to Identify Your Real Network Adapter

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to identify easily the real network adapter.   Hey, Scripting Guy! I have a problem that perhaps you can assist with. I know about WMI, and I know there is a class that represents a network adapter. The problem is that when I run the command, I get back lots of stuff that is not a real network adapt...

Scripting Guy!Windows PowerShellscripting techniques
Aug 11, 2011
0
0

Configure a Network Adapter to Wake a Computer Via PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to configure a remote computer's network adapter to wake the computer.   Hey, Scripting Guy! At work, we have been trying to get our automation solution put into place. One problem is that on many of the computers, the network adapter is not configured to allow it to wake up the machine. This means ...

Scripting Guy!Windows PowerShellscripting techniques
Jun 4, 2011
0
0

Use PowerShell to Find Logon Sessions

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to use Windows PowerShell to discover logon session information for remote computers. Microsoft Scripting Guy, Ed Wilson, here. This week we will have one guest blogger for the entire week. Sean Kearney has written a series of blog posts about Windows PowerShell and the Legacy. I am not going to be redundant by reposting his biog...

Scripting Guy!Windows PowerShellguest blogger