Browse by Tags

Tagged Content List
  • Blog Post: Performance Counters and Windows System Assessment Report

    Summary : Microsoft PowerShell MVP, Richard Siddaway, talks about using Windows PowerShell and WMI to work with performance counters and Windows assessment. Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual PowerTip . Instead we have excerpts from seven books from Manning...
  • Blog Post: Testing License State and Setting the License Key

    Summary : Microsoft Windows PowerShell MVP, Richard Siddaway, talks about using Windows PowerShell and WMI to work with operating system licensing. Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual PowerTip . Instead we have excerpts from seven books from Manning Press...
  • Blog Post: Use PowerShell to Find Detailed Windows Profile Information

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find detailed Windows profile information. Hey, Scripting Guy! I am in a bind. I need to find out who is using what profile on a desktop computer. I also need to find out when the profile was last used. This is because...
  • Blog Post: Use PowerShell to Explore Windows Audio Drivers

    Summary : Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to explore Windows audio drivers. Hey, Scripting Guy! I have a problem with one of my computers—the audio driver is causing me fits. I would like to know if I can use Windows PowerShell to explore this issue....
  • Blog Post: Use PowerShell to Explore Process Threads in Windows

    Summary : Microsoft Scripting Guy talks about using Windows PowerShell to explore process threads in Windows. Hey, Scripting Guy! I have a problem. On our system, every once in a while, we have this application where the threads go crazy. I need an easy way to check threads. Can you help? —BC...
  • Blog Post: Use PowerShell to Find Installed Video Codecs on Windows 8

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find installed video codecs on Windows 8. Hey, Scripting Guy! Dude, I am in trouble. Big time! Last week, I installed Windows 8 on the laptops used by all our department heads and front-line supervisors. I thought...
  • Blog Post: Use PowerShell to Perform an Orderly Shutdown of a Server Running Hyper-V

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to shut down all virtual machines on a server running Hyper-V prior to shutting down the server. Hey, Scripting Guy! From time to time I need to shut down one of our servers that is running the Hyper-V role. The problem...
  • Blog Post: Use PowerShell to Find Non-Starting Automatic Services

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to troubleshoot non-starting automatic services. Hey, Scripting Guy! I have this server in a remote office that is running SharePoint. I do not know what version, but I am not certain that is a problem because it used...
  • Blog Post: Use PowerShell to Map Disk Drives and Partitions

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and the CIM cmdlets to use WMI to map disk drives to partitions. Microsoft Scripting Guy, Ed Wilson, is here. It is definitely a cliché that the more things change, the more they stay the same. This is certainly...
  • Blog Post: Weekend Scripter: Use PowerShell and WMI Associations to Find User Group Membership

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and WMI associations to find user group membership. Microsoft Scripting Guy, Ed Wilson, is here. Today is sort of a mellow day. I just finished reading a mystery story called Some Like it Hawk by Donna Andrews. Donna...
  • Blog Post: Weekend Scripter: Use PowerShell to Find Local Administrators on a Computer

    Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell and WMI CIM associations to find local administrators. Microsoft Scripting Guy, Ed Wilson, is here. Well, we have been really lucky the past couple of days in Charlotte, North Carolina—at least weather wise. Yesterday...
  • Blog Post: Use PowerShell CIM Cmdlets to Discover WMI Associations

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows PowerShell 3.0 CIM cmdlets to discover WMI class associations. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about the new Windows PowerShell 3.0 CIM cmdlets is the way they enhance WMI discoverability...
  • Blog Post: Use Hidden WMI Classes and PowerShell to Discover HID Info

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using two WMI classes from the root\wmi namespace to reveal additional HID hardware information. Microsoft Scripting Guy, Ed Wilson, is here. Well, the Scripting Wife and I returned from Europe yesterday. It is good to be home, but we will miss...
  • Blog Post: Use PowerShell and WMI to Find Wireless Keyboard & Mouse

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and WMI to find a wireless keyboard or mouse attached to a system. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday, we had a great time at the Windows PowerShell user group meeting at the Microsoft Office in Munich...
  • Blog Post: PowerTip: Use PowerShell to Determine if a Laptop Is Running on Battery

    Summary: Learn how to use Windows PowerShell to determine if a laptop is running on battery. How can I use Windows PowerShell to determine if my laptop is running on battery? Use the Win32_Battery WMI class and look for a BatteryStatus of 1—this means the battery is discharging (in use)....
  • Blog Post: Use PowerShell to Detect Power State and to Set Power Plan

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to detect the power state on his laptop and to set the appropriate power plan. Microsoft Scripting Guy, Ed Wilson, is here. This evening in Oslo, Norway, the Scripting Wife and I are attending the Microsoft Technology...
  • Blog Post: Use PowerShell to Troubleshoot “Provider Load Failure”

    Summary : Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to troubleshoot a “provider load failure.” Hey, Scripting Guy! I ran across what may be an interesting issue for you. In one of our audit scripts last night, we received the following error: Test-Connection...
  • Blog Post: Weekend Scripter: Discover the Power of WMI and PowerShell

    Summary : Guest blogger, Brian Wilhite, talks about using Windows PowerShell and WMI in the enterprise. Microsoft Scripting Guy, Ed Wilson, is here. Brian Wilhite is with us today to share a preview of his presentation for Windows PowerShell Saturday , whiche is coming to you in two weeks on September...
  • Blog Post: Weekend Scripter: Measure the Performance of Using Wildcards in a WMI Query

    Summary : Learn how to use the Windows PowerShell Measure-Command cmdlet to determine the performance of wildcard queries using WMI. Microsoft Scripting Guy, Ed Wilson, is here. It is the weekend in Charlotte, North Carolina, and tomorrow I fly to Seattle, Washington where I speak at the Microsoft...
  • Blog Post: Use PowerShell to Create a Permanent WMI Event to Launch a VBScript

    Summary : Microsoft Scripting Guy, Ed Wilson, discusses creating a permanent WMI event registration to monitor for new files and clean up the file names. Microsoft Scripting Guy, Ed Wilson, is here. I just booked the room for the Atlanta (Alpharetta) PowerShell Saturday. This will be PowerShell...
  • Blog Post: Using the WMI Admin Tools to Check on Permanent Events

    Summary : Microsoft Scripting Guy, Ed Wilson, shows how to use the WMI Administrative tools to check on Permanent WMI events created by Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. We continue to get new sponsors for the second Windows PowerShell Saturday event that will be held...
  • Blog Post: How to Use VBScript to Run a PowerShell Script

    Summary : Microsoft Scripting Guy, Ed Wilson, shows you that it's easier than you think to use VBScript to run a Windows PowerShell script. Microsoft Scripting Guy, Ed Wilson, is here. Things are really heating up around here—and I am not just talking about the hot, humid weather down in Charlotte...
  • Blog Post: Use PowerShell to Monitor for the Creation of New Files

    Summary : Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to monitor for the creation of new files. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday’s email from KS about his problems with files that contain leading spaces in them got me thinking. Although running...
  • Blog Post: Weekend Scripter: Easily Find Schema of a WMI Class Via PowerShell

    Summary : Microsoft Scripting Guy, Ed Wilson, shows how to easily find the schema of a WMI class by using Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Well it is exactly two months until the Windows PowerShell Saturday in Charlotte, North Carolina in the United States. You should...
  • Blog Post: Weekend Scripter: Clean Up Your WMI Data Output in PowerShell

    Summary : Microsoft Scripting Guy, Ed Wilson, shows you how to use Windows PowerShell to clean up your WMI data output. Microsoft Scripting Guy, Ed Wilson, is here. So far the Scripting Wife has been scarce. She got up before sunrise (I believe) and headed out to points unknown. Actually, I believe...
Page 1 of 6 (135 items) 12345»