Showing results for WMI - Scripting Blog [archived]

Jan 15, 2016
0
0

Working with Windows Startup Processes and PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to examine startup processes in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. This morning I am playing with the Xbox One Smart Glass app on Windows 10. I have used the app since it was in beta, and I just got my Xbox One. But I have started using the ...

Scripting Guy!Windows PowerShellWMI
Nov 22, 2015
0
0

Weekend Scripter: Report on Network Level Authentication

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to use Windows PowerShell to report on Network Level Authentication. Honorary Scripting Guy and Windows PowerShell MVP, Boe Prox, here today filling in for my good friend, The Scripting Guy. I plan to spend this Sunday showing you how you can report on whether your systems are enabled for Network Level Authentication. By...

Scripting Guy!Windows PowerShellguest blogger
Oct 8, 2015
0
0

PowerTip: Find Win32 Type Data in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to find Win32 WMI classes in Windows PowerShell that have type data.  How can I easily find which WMI classes in Windows PowerShell have their own type data?  Use the Get-TypeData cmdlet and filter for types that contain Win32, for example: Get-TypeData -TypeName *win32*

Scripting Guy!Windows PowerShellPowerTip
Apr 16, 2015
0
0

Look at Schema of WMI Class with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to look at the schema of a WMI class. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about WMI is that it is largely self-describing. This means that I can use WMI and look at WMI. With the CIM cmdlets, this goes even a step further. For example, ...

Scripting Guy!Windows PowerShellscripting techniques
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