Showing results for basic computer information - Scripting Blog [archived]

Mar 30, 2015
0
0

Use PowerShell to Detect if Hypervisor is Present

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to determine if a hypervisor is present  Hey, Scripting Guy! I have been trying to use WMI to determine if a server has the hypervisor present. I found the WMI class, and even the properties I need. But alas, the WMI class seems to be broken, and it is causing my...

Scripting Guy!Windows PowerShellscripting techniques
Dec 14, 2011
0
0

Use PowerShell to Find and Uninstall Software

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to get software installation locations, and to uninstall software from remote computers. Hey, Scripting Guy! We have a dumb application that we have to use at work. The company has released a new version of this application, and I am trying to write a Windows PowerShell script to uninstall the old applic...

Scripting Guy!Windows PowerShellscripting techniques
Sep 27, 2011
0
0

Create a Custom Object from WMI by Using PowerShell

Doctor Scripto
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
Sep 26, 2011
0
0

Use PowerShell and WMI to Get Processor Information

Doctor Scripto
Doctor Scripto

Summary: Learn how to get the number of processor cores via WMI and Windows PowerShell. Hey, Scripting Guy! I need to perform an audit of computers on our network. Specifically, I am tasked with obtaining CPU information. I need the processor speed, number of cores, and number of logical processors. I feel like I should be able to use Windows Power...

Scripting Guy!Windows PowerShellscripting techniques
Jul 19, 2011
0
0

Use the BSonPoSH PowerShell Module to Simplify AD Tasks

Doctor Scripto
Doctor Scripto

Summary: Learn how to use the BSonPoSH Windows PowerShell module to simplify Active Directory management tasks.   Hey, Scripting Guy! I am wondering if there are any modules that can help me with routine, daily administration tasks. I really hate to re-invent the wheel, so if you can point the way to a nice, juicy module, I would be most appre...

Scripting Guy!Windows PowerShellscripting techniques