Showing archive results for November 2012

Nov 16, 2012
Post comments count0
Post likes count0

Introducing PowerShell.Org

Doctor Scripto
Doctor Scripto

Summary:  Guest blogger Don Jones, PowerShell MVP, talks about PowerShell.org. Microsoft Scripting Guy, Ed Wilson, is here. I was thinking about the PowerShell Summit and contacted PowerShell MVP Don Jones to ask him for a blog post to share information about PowerShell.org and what exciting things are happening over there. Take it away, Don. ...

Scripting Guy!Windows PowerShellguest blogger
Nov 15, 2012
Post comments count0
Post likes count1

PowerTip: Use PowerShell to View Trusted Hosts

Doctor Scripto
Doctor Scripto

Summary:  Learn how to use Windows PowerShell to view trusted hosts on a local computer.  How can I find out if any trusted hosts are configured on my local computer?  Use the Get-Item cmdlet and view the trusted hosts from the WSMan drive, as shown here. Get-Item WSMan:\localhost\Client\TrustedHosts  

Scripting Guy!Windows PowerShellPowerTip
Nov 15, 2012
Post comments count0
Post likes count0

Digging into PowerShell Remote Authentication

Doctor Scripto
Doctor Scripto

Summary: Guest blogger Windows PowerShell MVP Don Jones talks about remote Windows PowerShell authentication. Microsoft Scripting Guy, Ed Wilson, is here. Today, I have a special treat for you. Windows PowerShell MVP Don Jones just had a new book released for publication and we have a sample from that book to share.  Digging Deeper into Remot...

Scripting Guy!Windows PowerShellscripting techniques
Nov 14, 2012
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Check on Status of CredSSP

Doctor Scripto
Doctor Scripto

Summary: Use a Windows PowerShell cmdlet to check on status of CredSSP delegation.  How can I determine the status of credential delegation (CredSSP) on my computer?  Use the Get-WSManCredSSP cmdlet. Make sure to start Windows PowerShell with Admin rights because the cmdlet requires elevation, for example: PS C:\> Get-WS...

Scripting Guy!Windows PowerShellPowerTip
Nov 14, 2012
Post comments count0
Post likes count0

Enable PowerShell "Second-Hop" Functionality with CredSSP

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about the dreaded "second-hop" problem with Windows PowerShell and how to overcome it with CredSSP.  Microsoft Scripting Guy, Ed Wilson, is here. First, a description of the problem In yesterday’s article, I talked about using the Windows Update module to update drivers, patches, etc. on...

Scripting Guy!Windows PowerShellscripting techniques