Showing results for February 2014 - Scripting Blog [archived]

Feb 28, 2014
0
0

PowerTip: Search All WMI Namespaces with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn to look for WMI classes in all WMI namespaces by using Windows PowerShell.  How can I use Windows PowerShell to search all WMI namespaces so that           I can find all WMI classes that are related to batteries?  Use the Get-WmiObject cmdlet, start at the Root namespace, and make sure to use the &...

Scripting Guy!Windows PowerShellPowerTip
Feb 28, 2014
0
0

Use WMI and PowerShell to Create Collection Query Rules

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Heath Lawson, talks about using Windows PowerShell and WMI to create collection query rules. Microsoft Scripting Guy, Ed Wilson, is here. Heath Lawson is back with us today for Part 3 in his series. You can catch up by reading Part 1 and Part 2: Howdy y’all! Heath here. This is the last in a series of three posts a...

Scripting Guy!Windows PowerShellscripting techniques
Feb 27, 2014
0
0

PowerTip: Find Network Adapters for all Virtual Machines

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find the network adapter names for all virtual machines.  How can I use Windows PowerShell on my laptop running Windows 8.1 to find the name           of the network adapter that is used by each of my virtual machines?  Use the Get-VM cmdlet to retrieve all of the ...

Scripting Guy!Windows PowerShellPowerTip
Feb 27, 2014
0
0

Use PowerShell to Set Configuration Manager Properties

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Heath Lawson, talks about using Windows PowerShell to set advanced properties in Configuration Manager. Microsoft Scripting Guy, Ed Wilson, is here. Back today is Heath Lawson. You may want to read the first post of this series before you begin this post: Apply Common PowerShell Concepts to Configuration Manager. Greetings! ...

Scripting Guy!Windows PowerShellguest blogger
Feb 26, 2014
0
0

PowerTip: Find All PowerShell Providers

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find providers on your system.  How can I use Windows PowerShell to find all the Windows PowerShell providers on my system           and what drives might be exposed?  Use the Get-PSProvider cmdlet.

Scripting Guy!Windows PowerShellPowerTip