Showing tag results for scripting techniques

Oct 4, 2015
Post comments count0
Post likes count0

Weekend Scripter: That’s Not Very PowerShell-Like

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about what is Windows PowerShell-like scripting.Microsoft Scripting Guy, Ed Wilson, is here. Before Internet streaming, before Nabster, before CD-ROMs, before cassette tapes, and before 8-track tapes, there were things called records. Now it seems that all technology related to music (unless you ar...

Scripting Guy!Windows PowerShellscripting techniques
Sep 27, 2015
Post comments count0
Post likes count0

Weekend Scripter: Parsing the DISM Log with PowerShell

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about parsing the DISM log with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. One of the things I like to do on weekends is mess around. So I was intrigued when I found a DISM command that would supposedly export file associations (see DISM Default Application Association Servici...

Scripting Guy!Windows PowerShellscripting techniques
Sep 24, 2015
Post comments count0
Post likes count0

The Death of PowerShell Scripting

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the reduced need to use Windows PowerShell scripting. Microsoft Scripting Guy, Ed Wilson, is here. If you follow me on Twitter or Facebook, you already know that my new book, Windows PowerShell Step by Step, third edition, is on its way to the printers. I am not going to talk about that today...

Scripting Guy!Windows PowerShellscripting techniques
Sep 23, 2015
Post comments count0
Post likes count0

Extending Objects with PowerShell: Week of the Year

Doctor Scripto

Summary: Ed Wilson talks about adding members to an object with Windows PowerShell to get the week of the year.Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about Windows PowerShell is that it is configurable. Not merely configurable, but amazingly flexible. For example, when I look at a DateTime object, I see the following:PS...

Scripting Guy!Windows PowerShellscripting techniques
Sep 22, 2015
Post comments count0
Post likes count0

Break Text File into Chunks with PowerShell

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about breaking the contents of a text file into chunks with Windows PowerShell.  Hey, Scripting Guy! The other day, you tweeted Get First 140 Characters from String with PowerShell. That is fine, but what about the rest of the text? I mean, if I want to break a text file into lines of 140 char...

Scripting Guy!Windows PowerShellscripting techniques