Showing results for February 2014 - Page 5 of 11 - Scripting Blog [archived]

Feb 16, 2014
Post comments count0
Post likes count0

Weekend Scripter: Use PowerShell to Start Hidden Process

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to start a hidden process. Microsoft Scripting Guy, Ed Wilson, is here. This morning I decided to try something a bit different. I am having a cup of English Breakfast tea, but I added strawberry leaves, blackberry leaves, marshmallow root, and a cinnamon stick. It is...

Scripting Guy!Windows PowerShellscripting techniques
Feb 15, 2014
Post comments count0
Post likes count0

PowerTip: Include Expressions in a String in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to include expressions in a string in Windows PowerShell. How do I include expressions in a string in Windows PowerShell? They're not replaced correctly in a           double-quoted string:PS C:> $p = Get-Process PowerShellPS C:>"The $p.Name process uses the $p.StartInfo.WindowStyle window styl...

Scripting Guy!Windows PowerShellguest blogger
Feb 15, 2014
Post comments count1
Post likes count1

String Formatting in Windows PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn about using formatted strings in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, here. Today we have another guest blog by June Blender. To read more of June’s previous posts, see these Hey, Scripting Guy Blog posts. Now, here’s June… I recently had the opportunity to help the Windows Azure and ASP.NET prod...

Scripting Guy!Windows PowerShellscripting techniques
Feb 14, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Configure IP Address in Windows Server 2012 R2

Doctor Scripto
Doctor Scripto

Summary: Use the new cmdlets in Windows Server 2012 R2 to set up an IP address on a computer with one network adapter.  How can I use Windows PowerShell to configure an IP address in Windows Server 2012 R2?  Use the Get-NetAdapter and Add-NewIPAddress cmdlets together.    For the IP address of 10.0.0.5, with ...

Windows PowerShellPowerTipguest blogger
Feb 14, 2014
Post comments count0
Post likes count0

A PowerShell Valentine’s Day Special

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy Ed Wilson talks about a Windows PowerShell Valentine’s Day special and the 14 things he loves about Windows PowerShell. Microsoft Scripting Guy Ed Wilson is here. Well, it was several months ago when Microsoft Senior IT Pro Evangelist Blain Barton and I were talking. I said, you know we need to think about doi...

Scripting Guy!Windows PowerShellcommunity