Showing results for August 2013 - Page 13 of 13 - Scripting Blog [archived]

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
Aug 1, 2013
0
0

PowerTip: Use PowerShell to Show Network Adapter Status

Doctor Scripto
Doctor Scripto

Summary: Use a function in Windows 8 to show network adapter status information.  How can I use Windows PowerShell in Windows 8 to find network adapter status information, such as link speed and duplexing?  Use the Get-NetAdapter function, and select the appropriate properties, for example: Get-NetAdapter | SELECT name...

Scripting Guy!Windows PowerShellPowerTip
Aug 1, 2013
0
0

Use PowerShell to display Short File and Folder Names

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to display short file and folder names.  Hey, Scripting Guy! I need to be able to use Windows PowerShell to show short folder and file names. In the old days, I could see short file and folder names in the CMD prompt, but these days when I am using Windows ...

Scripting Guy!Windows PowerShellstorage