Showing tag results for scripting techniques

Feb 25, 2015
Post comments count0
Post likes count0

Comparing WMI and Native PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about comparing WMI and using native Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. When Windows PowerShell was still in beta, there was a saying (song?) that said there must be 50 ways to stop a process. Actually, I am not certain it was ever turned into a Windows PowerShell song...

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

When to Use WMI and PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about when to use WMI. Microsoft Scripting Guy, Ed Wilson, is here. One of the things that Windows PowerShell has done is make WMI very easy to use. Beginning with Windows PowerShell 1.0 and the Get-WmiObject cmdlet, WMI information has become much easier to access. Whereas a simple VBScript s...

Scripting Guy!Windows PowerShellscripting techniques
Feb 19, 2015
Post comments count0
Post likes count0

PowerTip: Get Row from CSV File Based On Value

Doctor Scripto

Summary: Use Windows PowerShell to get a row from a CSV file based on a specific value.  How can I use Windows PowerShell 4.0 to look up a specific row from a CSV file I imported into a variable?  Use the Where method, and use a match pattern to search on a specific column and value, for example: $topics = import-csv -Path ...

Scripting Guy!Windows PowerShellscripting techniques
Feb 17, 2015
Post comments count0
Post likes count0

Use PowerShell to Create Documents from Template

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create Word documents from a template.  Hey, Scripting Guy! I often need to create a bunch of Word documents. These documents have a number of standard features. Right now, I basically paste the last document I was working on into the folder, rename the file, ...

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

Create Custom Date Formats with PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about creating custom date formats with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about working with Windows PowerShell is that it is highly configurable. In short, if there is something that I do not like, I can change it. Most of the time, that change...

Scripting Guy!Windows PowerShellscripting techniques