Showing results for files - Scripting Blog [archived]

Apr 11, 2016
0
1

How to skip the beginning and ending of a file by using PowerShell

I_am_mr_ed
I_am_mr_ed

Summary: Learn how to skip the beginning and ending portions of a text file by using Windows PowerShell in this article by the Microsoft Scripting Guy Ed Wilson. This is the second post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the entire ...

Scripting Guy!Windows PowerShellscripting techniques
Mar 31, 2016
0
0

Use PowerShell 5.0 to create temporary files in the temp folder

I_am_mr_ed
I_am_mr_ed

Summary: Microsoft Scripting Guy Ed Wilson talks about using Windows PowerShell 5.0 on Windows 10 to create temporary files in the temporary folder.   Sometimes it is the little things that make life easier. You know, like a cereal bar … it’s not like a major technological breakthrough but it is much more convenient than getting a bowl ...

Scripting Guy!Windows PowerShellstorage
Dec 27, 2015
0
0

PowerTip: Display Hidden Files in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to use Windows PowerShell to display hidden files.  How can I use Windows PowerShell to display hidden files and folders? There are a couple of approaches that use Get-ChildItem...

Scripting Guy!Windows PowerShellPowerTip
Oct 3, 2015
0
0

Weekend Scripter: Search and Filter Directory Lists with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to sort, search, and to filter through a directory list. Microsoft Scripting Guy, Ed Wilson, is here. One of my friends on Facebook posted a picture of a bunch of hardwood trees all decked out in fall colors. It was rather pretty. That is the down side to living in ...

Scripting Guy!Windows PowerShellWeekend Scripter
Aug 17, 2015
0
0

PowerTip: Recurse Specific Number of Levels with PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Learn how to recurse a specific number of levels in a directory with Windows PowerShell 5.0.  How can I recurse only three levels into a deeply nested directory structure?  In Windows PowerShell 5.0, the Get-ChildItem cmdlet has a new –Depth parameter            that will ...

Scripting Guy!Windows PowerShellPowerTip

Feedback