Showing archive results for 2011

Aug 8, 2011
Post comments count0
Post likes count0

Learn Four Ways to Kill a Process Using PowerShell and WMI

Doctor Scripto

Summary: Microsoft Scripting Guy Ed Wilson shows four ways to kill a process by using Windows PowerShell and WMI.   Hey, Scripting Guy! I have been playing around with your scripts that explore WMI methods and WMI writable properties, but I am having problems calling the WMI methods. Can you help me? —ET   Hello ET, Microsoft Script...

Scripting Guy!Windows PowerShellscripting techniques
Aug 7, 2011
Post comments count0
Post likes count0

Mark Schill Discusses PowerShell User Groups

Doctor Scripto

Summary: Guest Blogger Mark Schill discusses PowerShellGroup.Org and starting a user group.   Microsoft Scripting Guy Ed Wilson here. Our guest blogger today is Mark Schill. Mark is an IT veteran who for 13 years has specialized in Windows Server and Citrix technologies. Mark started scripting with a Y2K project that required the creation of t...

Scripting Guy!Windows PowerShellguest blogger
Aug 6, 2011
Post comments count0
Post likes count0

Practical Tips for Starting a PowerShell User Group

Doctor Scripto

Summary: In today’s blog post, Microsoft Scripting Guy Ed Wilson relates practical tips for starting and running a Windows PowerShell user group.   Microsoft Scripting Guy Ed Wilson here. Today, I am going to do something a little different. I asked some people to provide their suggestions for starting a Windows PowerShell user group. I ...

Scripting Guy!Windows PowerShellscripting techniques
Aug 5, 2011
Post comments count0
Post likes count0

Use PowerShell to Open Files That Contain Matching Words

Doctor Scripto

Summary: Learn how to use Windows PowerShell to search a folder for matching strings and to open them automatically in Notepad.   Hey, Scripting Guy! I have been enjoying using the Select-String cmdlet, but I have a question. When I use Select-String, it lists the file that it finds the match in, but I have to copy and paste from there in orde...

Scripting Guy!Windows PowerShellscripting techniques
Aug 4, 2011
Post comments count1
Post likes count0

Use an Easy PowerShell Command to Search Files for Information

Doctor Scripto

Summary: Learn how to use a Windows PowerShell command to search easily for information in a collection of files.   Hey, Scripting Guy! I need to be able to parse multiple files for text that are in a single folder. I hate to have to write a script for such a common task, but I am afraid I will have to do so. Can you help me? —SH   ...

Scripting Guy!Windows PowerShellscripting techniques