Showing tag results for WMI

Oct 7, 2011
Post comments count0
Post likes count0

Use PowerShell to Identify Your Real Network Adapter

Doctor Scripto

Summary: Learn how to use Windows PowerShell to identify easily the real network adapter.   Hey, Scripting Guy! I have a problem that perhaps you can assist with. I know about WMI, and I know there is a class that represents a network adapter. The problem is that when I run the command, I get back lots of stuff that is not a real network adapt...

Scripting Guy!Windows PowerShellscripting techniques
Sep 27, 2011
Post comments count0
Post likes count0

Create a Custom Object from WMI by Using PowerShell

Doctor Scripto

Summary: Create a custom object from WMI to display processor and operating system information using Windows PowerShell.   Hey, Scripting Guy! Your script yesterday was pretty cool. However, in addition to obtaining information about the processor, I also need to know operating system is 32-bit or 64-bit, the version of Windows that is install...

Scripting Guy!Windows PowerShellscripting techniques
Aug 22, 2011
Post comments count0
Post likes count0

Use PowerShell to Easily Find Information About Hotfixes

Doctor Scripto

Summary: Learn how to use Windows PowerShell to easily find information about Windows Update hotfixes.   Hey, Scripting Guy! I have a problem, and I am hoping that you can help me. I have been using the Get-Hotfix cmdlet, but unfortunately, it seems to miss some system updates. I desperately need to perform an audit of our systems, but when I ...

Scripting Guy!Windows PowerShellscripting techniques
Aug 16, 2011
Post comments count1
Post likes count0

Monitor and Respond to Windows Power Events with PowerShell

CraigLieb

Summary: Guest Blogger Trevor Sullivan shows how to monitor and to respond to Windows Power events using Windows PowerShell.   Microsoft Scripting Guy Ed Wilson here. Today’s guest blogger is Trevor Sullivan, and he has a fascinating article about responding to power management events. First, a little bit about Trevor.  Trevor Sull...

Scripting Guy!Windows PowerShellscripting techniques
Aug 11, 2011
Post comments count0
Post likes count0

Configure a Network Adapter to Wake a Computer Via PowerShell

Doctor Scripto

Summary: Learn how to use Windows PowerShell to configure a remote computer's network adapter to wake the computer.   Hey, Scripting Guy! At work, we have been trying to get our automation solution put into place. One problem is that on many of the computers, the network adapter is not configured to allow it to wake up the machine. This means ...

Scripting Guy!Windows PowerShellscripting techniques