Showing results for Hey Scripting Guy! - Scripting Blog [archived]

Feb 1, 2016
0
0

PowerShell spotlight: February 2016

Doctor Scripto
Doctor Scripto

Summary: Windows PowerShell MVP, Teresa Wilson, shares her roundup of Windows PowerShell activities for the coming months. Hello scripters, Teresa Wilson here. I hope you had a marvelous weekend and are ready to tackle this week. Ed is finally getting back to normal and we have a few trips coming up—all Windows PowerShell related. Arizona PowerShel...

Scripting Guy!Windows PowerShellguest blogger
Dec 3, 2015
0
0

PowerTip: Duplicate File Structure with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Copy-Item to duplicate content with Windows PowerShell.  How can I use Windows PowerShell to duplicate content?  Use Copy-Item—for example, to duplicate all files and folders from C:\Foo to D:\Foo, run: Copy-Item C:\Foo D:\Foo -recurse

Windows PowerShellPowerTipguest blogger
Feb 11, 2015
0
0

Dia's Test Post

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Tim Warner, talks about using Windows PowerShell conceptual Help. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back Timothy Warner as our guest blogger today. Let’s say you need to identify and extract all email addresses from a huge text file. To solve the issue, you decide to employ the Select-String cmdlet with re...

Scripting Guy!Windows PowerShellguest blogger