Showing tag results for WMI

Oct 3, 2013
Post comments count2
Post likes count0

Use PowerShell to Discover Multi-Monitor Information

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about how to use Windows PowerShell to discover multi-monitor configuration information on your computer.   Hey, Scripting Guy! I am a long time reader, but a first time writer. I have been following your blog for years. You are awesome! I have become good at navigating around various WMI...

Scripting Guy!Windows PowerShellscripting techniques
Sep 25, 2013
Post comments count0
Post likes count0

PowerTip: Make Multiple WMI Queries to Remote Machine

Doctor Scripto
Doctor Scripto

Summary: Learn how to make multiple WMI queries to a remote machine more efficient.  How can I make running multiple WMI queries against a remote machine more efficient?  Create a CIM session with New-CimSession, and use that in your calls instead of a computer name: $sess = New-CimSession –Computername server02 Get-CimInstance...

Scripting Guy!Windows PowerShellPowerTip
Sep 25, 2013
Post comments count0
Post likes count0

The Admin’s First Steps: Documenting Servers

Doctor Scripto
Doctor Scripto

Summary: Richard Siddaway talks about using Windows PowerShell to automate the creation of your server documentation.  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting language and shell. But what can I use it for in my environment to make my job easier? Can you give me som...

Scripting Guy!Windows PowerShellscripting techniques
Sep 20, 2013
Post comments count0
Post likes count0

Hey, Dude! Where Are My Methods?

Doctor Scripto
Doctor Scripto

Summary: Windows PowerShell MVP, Richard Siddaway, talks about WMI's missing methods in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blog post by Windows PowerShell MVP, Richard Siddaway. Richard has been working with Microsoft technologies for 25 years and has spent time in most  IT roles, including a...

Scripting Guy!scripting techniquesguest blogger
Jul 25, 2013
Post comments count0
Post likes count0

Use PowerShell to Report and Set Monitor Brightness

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to report and set monitor brightness. Microsoft Scripting Guy, Ed Wilson, is here. Today I was exploring the Root/WMI namespace in Windows Management Instrumentation (WMI) on my Windows 8 laptop. I happened to run across a few WMI classes that I had not messed around ...

Scripting Guy!Windows PowerShellscripting techniques