Showing results for Windows PowerShell - Scripting Blog [archived]

Nov 14, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get Details about Setup Log

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get detailed information about the setup log.  How can I use Windows PowerShell to find information about the status of the setup log on my computer?  Use the Get-WinEvent cmdlet, select the setup log, and then pipe the output to the Format-List cmdlet: Get-WinEvent -ListLog setup | F...

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

Use PowerShell Objects to Simplify Script Output

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to simplify creating script output. Microsoft Scripting Guy, Ed Wilson, is here. All of the sessions for Windows PowerShell Saturday in Charlotte are pretty much set. The big question is whether we will have a really cool special guest, or a really, really cool specia...

Scripting Guy!Windows PowerShellscripting techniques
Nov 13, 2013
Post comments count0
Post likes count0

PowerTip: Enable PowerShell Remoting with Public Network

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell 3.0 to enable Windows PowerShell remoting on a network adapter that has a public network profile.  How can I enable Windows PowerShell remoting on my system if the network adapter has a public firewall profile?  Beginning with Windows PowerShell 3.0, you can use the Enable-PSRemo...

Scripting Guy!Windows PowerShellscripting techniques
Nov 13, 2013
Post comments count0
Post likes count0

Use PowerShell to Simplify Collecting Computer Information

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to simplify collecting information from multiple Windows PowerShell cmdlets. Microsoft Scripting Guy, Ed Wilson, is here. This morning, it is cool and crisp outside. I decided to make a pot of English breakfast, but I also put a spoonful of Darjeeling tea in it. Toget...

Scripting Guy!Windows PowerShellscripting techniques
Nov 12, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell Cmdlet to Report CredSSP

Doctor Scripto
Doctor Scripto

Summary: Use a Windows PowerShell cmdlet to find the status of CredSSP.  How can I use Windows PowerShell 4.0 on my laptop running Windows 8.1 to find if WinRM is configured for CredSSP?  Use the Get-WSManCredSSP cmdlet: Get-WSManCredSSP

Scripting Guy!Windows PowerShellPowerTip