Showing results for October 2013 - Page 12 of 13 - Scripting Blog [archived]

Oct 5, 2013
Post comments count0
Post likes count0

PowerTip: Connect to PSSession if Availability is “None”

Doctor Scripto
Doctor Scripto

Summary: Learn how to connect to a PSSession if its Availability is None. Can I connect to a PSSession if its Availability is None? None means that no other session is connected to the PSSession,           so if the State is Disconnected and the Availability is None, use the Conn...

Scripting Guy!Windows PowerShellPowerTip
Oct 5, 2013
Post comments count0
Post likes count0

Disconnected Sessions: Phenotype and Genotype (Part 1)

Doctor Scripto
Doctor Scripto

Summary: Learn about a revolutionary feature in Windows PowerShell 3.0 that lets you disconnect from and reconnect to PSSessions. Scripting Guy, Ed Wilson here. We have an exciting guest blog series that is written by Paul Higinbotham, a software design engineer for Windows PowerShell and June Blender, a senior programming writer for Windows A...

Scripting Guy!Windows PowerShellscripting techniques
Oct 4, 2013
Post comments count0
Post likes count0

PowerTip: Find Only PowerShell Cmdlets that Use “Get”

Doctor Scripto
Doctor Scripto

Summary: Find only Windows PowerShell cmdlets that use the verb “get.”  How can I find cmdlets in Windows PowerShell that use the verb “get” when the parameters –Verb and –CommandType are exclusive?  Use Get-Command to find the –CommandType of the cmdlet, pi...

Scripting Guy!Windows PowerShellPowerTip
Oct 4, 2013
Post comments count0
Post likes count0

CSV: Add a Carriage Return for PowerShell Import

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Tim Bolton, talks about modifying a .csv file to promote cleaner import. Microsoft Scripting Guy, Ed Wilson, is here. Today we have the first of two posts by guest blogger, Tim Bolton. This one feeds into his post that will be published on Monday, but the idea is a standalone. Take it away, Tim… When I set up new conf...

Scripting Guy!Windows PowerShellguest blogger
Oct 3, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Video-Related WMI Classes

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find WMI classes that are related to a video subsystem.  How can I find all WMI classes in the root\cimv2 WMI namespace that are related to video or displays?  Create an array of wildcard patterns, then pipe the results to the Foreach-Object cmdlet,          and use the...

Scripting Guy!Windows PowerShellPowerTip