Showing results for June Blender - Scripting Blog [archived]

Oct 5, 2013
0
0

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
0
0

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
Sep 19, 2013
0
0

PowerTip: Supporting Updatable Help

Doctor Scripto
Doctor Scripto

Summary: Find Windows PowerShell modules that support Updatable Help.  Which modules support Updatable Help?  Modules that have a HelpInfoUri property value support Updatable Help: Get-Module -ListAvailable | where HelpInfoUri | Select Name, HelpInfoUri

Scripting Guy!Windows PowerShellPowerTip
Sep 19, 2013
0
0

HelpInfoUri, HelpUri, and other Help Mysteries

Doctor Scripto
Doctor Scripto

Summary: Learn about Updatabe Help in Windows PowerShell 3.0. Scripting Guy, Ed Wilson here. Today June Blender is back to tell us about Updatable Help in Windows PowerShell 3.0. Take it away, June… One of the great advances in Windows PowerShell 3.0 is Updatable Help. The advantages of updating the Help files on the box betwe...

Scripting Guy!Windows PowerShellguest blogger
Sep 8, 2013
0
0

Remoting the Implicit Way

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, June Blender, talks about how to use Windows PowerShell implicit remoting. Today we welcome June Blender, senior programming writer for Windows Azure Active Directory. Take it away, June... Just about everyone knows how to run Windows PowerShell commands on a remote computer. You can use WMI or Windows PowerShell remoting, a...

Scripting Guy!Windows PowerShellscripting techniques