Showing results for April 2015 - Page 9 of 13 - Scripting Blog [archived]

Apr 11, 2015
Post comments count0
Post likes count0

Weekend Scripter: Use PowerShell to Analyze Custom Objects

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to analyze custom objects. Microsoft Scripting Guy, Ed Wilson, is here. Last week, I talked about using a Windows PowerShell script to collect the number of words and documents for each of several years. To this, I wrote a Windows PowerShell script that trolled a numb...

Scripting Guy!Windows PowerShellscripting techniques
Apr 10, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Display Shared Folders

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to display shared folders.  How can I use Windows PowerShell to display shared folders that I set up on a local computer?  Use the Get-SMBShare cmdlet and no parameters.

Scripting Guy!Windows PowerShellPowerTip
Apr 10, 2015
Post comments count0
Post likes count0

Meet the PowerShell Summit 2015 Speakers #5

Doctor Scripto
Doctor Scripto

Summary: Microsoft PowerShell MVP, Teresa Wilson, talks about the Windows PowerShell Summit 2015 speakers. Microsoft Scripting Guy, Ed Wilson, is here. Today is the final day for guest blogger, Teresa Wilson, to tell you about some of the speakers and sessions for the upcoming North America PowerShell Summit 2015 in Charlotte, NC. Thanks Ed. It has...

Scripting Guy!Windows PowerShellguest blogger
Apr 9, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Verify Syntax of Path

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to verify the syntax of a path.  How can I use Windows PowerShell to verify that a path that accepts user input is using the correct syntax?  Use the –IsValid parameter of the Test-Path cmdlet, for example: PS C:\> $a = "c:\myfolder\nonexistentfile.txt" PS...

Scripting Guy!Windows PowerShellscripting techniques
Apr 9, 2015
Post comments count0
Post likes count0

Meet the PowerShell Summit 2015 Speakers #4

Doctor Scripto
Doctor Scripto

Summary: Microsoft PowerShell MVP, Teresa Wilson, talks about the Windows PowerShell Summit 2015 speakers. Microsoft Scripting Guy, Ed Wilson, is here. We continue with guest blogger, Teresa Wilson, as she shares some of the speakers and their sessions for the North America PowerShell Summit 2015. Let’s kick off today with Jeffery Hicks. Jeff...

Scripting Guy!Windows PowerShellguest blogger