Showing tag results for community

Jul 13, 2014
Post comments count0
Post likes count0

Weekend Scripter: Hurrah for Curah

Doctor Scripto

Summary: Teresa Wilson (aka Scripting Wife) talks about how Microsoft Curah solved her search issue. Microsoft Scripting Guy, Ed Wilson, is here. Windows PowerShell MVP, Teresa Wilson is back with us today to share information about Curah. One of the problems with trying to find technical information is...well...trying to find it in the first place...

Scripting Guy!Windows PowerShellguest blogger
Jul 12, 2014
Post comments count0
Post likes count0

Weekend Scripter: Top Ten PowerScripting PodCasts

Doctor Scripto

Summary: Windows PowerShell MVP, Teresa Wilson, talks about the top ten PowerScripting podcasts. Microsoft Scripting Guy, Ed Wilson, is here. This weekend we have a very special guest blogger. You guessed it. Teresa Wilson, aka The Scripting Wife, will share her thoughts with you. Take it away Teresa... Happy Saturday everyone. Things have been pre...

Scripting Guy!Windows PowerShellguest blogger
Jul 11, 2014
Post comments count0
Post likes count0

An End of Week Treat: Mini-Scripting Games

Doctor Scripto

Summary: Windows PowerShell MVP, Jim Christopher, shares a mini-Scripting Games event from the Charlotte Windows PowerShell User Group. Microsoft Scripting Guy, Ed Wilson, is here. Welcome today, guest blogger, Jim Christopher. Jim is a Windows PowerShell MVP and the leader of the Charlotte Windows PowerShell User Group. He was instrumental in crea...

Scripting Guy!Windows PowerShellscripting techniques
Jun 14, 2014
Post comments count0
Post likes count0

Weekend Scripter: Non-PowerShell Books for PowerShell People

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, collects a list of cool book recommendations. Microsoft Scripting Guy, Ed Wilson, is here. One of the things I constantly find myself doing is reading. I try to read a lot of different things, fiction, non-fiction, classic literature, and technical. I am always cycling back and reading technical books. I...

Scripting Guy!Windows PowerShellWeekend Scripter
Jun 6, 2014
Post comments count0
Post likes count0

PowerTip: View Directory List as Tree by Using PowerShell

Doctor Scripto

Summary:  Learn how to view a directory in a tree view by using Windows PowerShell.  How can I use Windows PowerShell to easily view a directory list as a tree view?  Use the Show-Tree cmdlet from the PowerShell Community Extension Project: Show-Tree e:\data –depth 2 Note  For information about obtaining and...

Scripting Guy!Windows PowerShellPowerTip