Showing tag results for operating system

Nov 11, 2010
Post comments count0
Post likes count0

Use PowerShell to Work with the .NET Framework Classes

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
Post comments count0
Post likes count0

Use PowerShell to Work with the .NET Framework Service Classes

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
Oct 30, 2010
Post comments count0
Post likes count0

Weekend Scripter: Troubleshooting the WMI Reliability Provider for Windows PowerShell

ScriptingGuy1

  Summary: Learn how to troubleshoot issues with the WMI Reliability provider when querying with Windows PowerShell.   Microsoft Scripting Guy Ed Wilson here. I very frequently use Saturday mornings for catching up on things such as email. I received an email from JE who was having problems querying the Win32_Reliablity classes on his Win...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 26, 2010
Post comments count0
Post likes count1

Learn How to Use .NET Framework Commands inside Windows PowerShell

ScriptingGuy1

  Summary: Microsoft Scripting Guy Ed Wilson shows how to use .NET Framework commands inside Windows PowerShell   Hey, Scripting Guy! I understand that Windows PowerShell is built upon the .NET Framework. I also get the idea that some of the Windows PowerShell cmdlets are simply calling things from the .NET Framework in the background. Bu...

Scripting Guy!Windows PowerShellscripting techniques
Oct 25, 2010
Post comments count0
Post likes count0

Use .NET Framework Classes to Explore Windows PowerShell Processes

ScriptingGuy1

  Summary: Microsoft Scripting Guy teaches you how to use .NET Framework classes to explore the Windows PowerShell process in this beginner how-to post   Hey, Scripting Guy! I want to first tell you that I appreciate all the hard work you do. I find your articles to be both funny and educational. I will admit, however, that I do not under...

Scripting Guy!Windows PowerShellscripting techniques