-
Summary : Learn how to use Windows PowerShell to find WMI classes that allow you to change property values. Hey Scripting Guy! I recently saw a Windows PowerShell script that looked like it actually changed the value of a property. I know that Windows...
-
Summary : Learn how to use Windows PowerShell to find WMI classes that contain usable methods for making configuration changes in Windows. Hey, Scripting Guy! I that know you spend a lot of time working with WMI. The one thing that I really do not like...
-
Summary: Learn how to use a Windows PowerShell WMI module to create permanent event monitors. Hey, Scripting Guy! Can you provide some concrete examples of using the Windows PowerShell permanent event consumer module? -- TS Hello TS, Microsoft Scripting...
-
Summary: Learn how to use a Windows PowerShell module to work with WMI permanent events. Hey, Scripting Guy! Your posts this week on permanent event consumers have been really cool. I am wondering, if they are so useful, why there is not a Windows PowerShell...
-
Summary: Learn how to use Windows PowerShell to monitor and to respond to events on your computer or server without the need to run a script. Hey, Scripting Guy! I am interested in learning how to use Windows PowerShell to create a Windows Management...
-
Summary: Learn how to troubleshoot a WMI VBScript and how to handle Outlook .pst file locking issues in Windows PowerShell. In this post: · Troubleshoot a WMI VBScript · How to Handle Outlook File Locking Troubleshoot a WMI VBScript Hey...
-
Recently, I was asked how to find the drive letter when all you knew was a partition or disk index. Hmmm. Accessing Related WMI Classes After some scratching the head, the solution was simple. WMI internally maintains relationships between related classes . There are two WMI classes of interest here...
-
< # .SYNOPSIS This script displays all the namespaces withing a Windows system .DESCRIPTION This script uses Get-WMIObject to retreive the names of all the namespaces within a system. .NOTES ...
-
Summary : The Microsoft Scripting Guys describe how to reuse Windows PowerShell code to simplify script writing and retrieve reliability information. Hey, Scripting Guy! I really enjoy reading your stuff. It is generally both fun and informative...
-
Summary : Use Windows PowerShell to check for WMI dependencies on Windows 7 and Windows Server 2008 R2. Hey, Scripting Guy! I am very excited about using the WMI reliability classes for monitoring purposes. As you mentioned in your previous articles,...
-
Summary : Microsoft Scripting Guy Ed Wilson shows you how to use Group Policy to enable reliability tracing via Windows PowerShell and Microsoft Graph. Hey, Scripting Guy! First of all, let me say that yesterday’s article was interesting. We are...
-
Summary : The Scripting Guys answer questions about Windows Features, and discuss troubleshooting VBScript scripts and Windows PowerShell. In this post : Converting a VBScript Script to a Windows PowerShell Script Using the Add-Windowsfeature Cmdlet to...
Posted to
Hey, Scripting Guy! Blog
by
Hey, Scripting Guy! Blog : Windows PowerShell
on
09-10-2010
Filed under:
Filed under: Scripting Guy!, Windows PowerShell, scripting techniques, VBScript, basic information, WMI, troubleshooting, servers, Quick-Hits Friday
-
Summary : The Microsoft Scripting Guys show how to determine service launch order by using Windows PowerShell and WMI in this helpful step-by-step article. Hey, Scripting Guy! I need to find out the order in which services start on my computer...
-
Summary : Use Windows PowerShell to retrieve the power plan settings for your computer. The Microsoft Scripting Guys show you how. Hey, Scripting Guy! I need to have a way to easily retrieve the power plan settings for the active power plan on my computer...
-
Summary : Find the active power plan on remote servers by using Windows PowerShell and WMI information. The Microsoft Scripting Guys show you how to do it. Hey, Scripting Guy! I have a real problem. It seems that both Windows 7 and Windows Server...