Showing results for November 2010 - Page 4 of 6 - Scripting Blog [archived]

Nov 13, 2010
0
0

Weekend Scripter: Use PowerShell to Configure a Huge Query Completion System

ScriptingGuy1
ScriptingGuy1

  Summary: Learn how to use Windows PowerShell to turn a huge text file in to a query completion system, using Fast ESP 5.3 SP3.   Microsoft Scripting Guy Ed Wilson here. Today we have another guest blogger, Dennis Whitney. Here is what Dennis has to say about himself. I have been programming for a long-time, starting way back when MS B...

Scripting Guy!Windows PowerShellscripting techniques
Nov 11, 2010
0
0

Use PowerShell to Work with the .NET Framework Classes

ScriptingGuy1
ScriptingGuy1

  Summary: Learn how to use Windows PowerShell to work with the .NET Framework classes and assemblies.   Hey, Scripting Guy! I want to be able to find information about services that are related to device drivers but I cannot find a Windows PowerShell cmdlet that provides that information. Is there something in the .NET Framework that can...

Scripting Guy!Windows PowerShelloperating system
Nov 10, 2010
0
0

Use PowerShell to Work with the .NET Framework Service Classes

ScriptingGuy1
ScriptingGuy1

  Summary: Learn how to use Windows PowerShell to work with the .NET Framework service controller classes.   Hey, Scripting Guy! I am curious about the .NET Framework. I tried to use a .NET Framework class in a Windows PowerShell script recently, and the script seems to run erratically. Because I am in the middle of troubleshooting the sc...

Scripting Guy!Windows PowerShelloperating system
Nov 9, 2010
0
0

Using PowerShell Get-Member to Explore the .NET Framework

ScriptingGuy1
ScriptingGuy1

    Summary: Learn how to use the Windows PowerShell Get-Member cmdlet to explore the .NET Framework in this interactive how-to post.   Hey, Scripting Guy! When you give examples of using the Get-Member cmdlet to explore the members of something in Windows PowerShell it seems so easy. The problem is that when I use it, things do not ...

Scripting Guy!Windows PowerShellscripting techniques
Nov 8, 2010
0
0

Use .NET Classes to Configure the Windows PowerShell Console

ScriptingGuy1
ScriptingGuy1

  Summary: The Microsoft Scripting Guys show how to use .NET Framework classes to configure the Windows PowerShell console.   Hey, Scripting Guy! I am curious about how the .NET Framework classes work. I saw posts from a couple weeks ago, but I still have questions. For example, it seems that the Windows PowerShell console is basically an...

Scripting Guy!Windows PowerShellscripting techniques