Showing archive results for July 2011

Jul 16, 2011
Post comments count0
Post likes count0

Working Around Legacy Redirection Issues with PowerShell

Doctor Scripto

Summary: Microsoft MVP Sean Kearney teaches a cool trick to work around legacy redirection issues in Windows PowerShell.   Weekend Scripter: Legacy Man Strikes Again Microsoft Scripting Guy Ed Wilson here. Once again, Microsoft PowerShell MVP Sean Kearney has been writing some guest blog posts. He continues with his thoughts on legacy and Wind...

Scripting Guy!Windows PowerShellscripting techniques
Jul 15, 2011
Post comments count0
Post likes count0

Use PowerShell to Clear All Logs

Doctor Scripto

Summary: Learn how to use Windows PowerShell to check disk space used by logs, and to clear those logs to reclaim space.   Microsoft Scripting Guy Ed Wilson here. One of the things I found as I was researching ways to enable and to disable the ETW trace logs is that a seemingly large number of people wanted a way to clear out all the logs. Bef...

Scripting Guy!Windows PowerShellscripting techniques
Jul 14, 2011
Post comments count0
Post likes count0

Automatically Enable and Disable Trace Logs Using PowerShell

Doctor Scripto

Summary: Use Windows PowerShell to automatically enable and disable trace logs.   Hey, Scripting Guy! Your articles have been right on target—they hit me where I live. I am wondering if I could actually automate some of this? Suppose I am trying to install software using WMI, and I would like to see the log entries you talked about the o...

Scripting Guy!Windows PowerShellscripting techniques
Jul 13, 2011
Post comments count0
Post likes count0

Use PowerShell to Troubleshoot Software Installation

Doctor Scripto

Summary: Use Windows PowerShell to troubleshoot software installation.   Hey, Scripting Guy! I am having a problem troubleshooting the installation of an MSI package. I am using Group Policy to deploy the MSI package, and on some computers, it seems to work, but on other computers it fails. After having read your most recent series of articles...

Scripting Guy!Windows PowerShellscripting techniques
Jul 12, 2011
Post comments count0
Post likes count0

Parse Windows Trace Logs by Using PowerShell

Doctor Scripto

Summary: Learn how to use Windows PowerShell to parse Windows trace logs.   Hey, Scripting Guy! Is it possible to filter the results from an ETW log? —DK   Hello DK, Microsoft Scripting Guy Ed Wilson here. Sure there is. In Saturday’s Weekend Scripter article, I talked about working with Event Tracing for Windows (ETW) logs. I...

Scripting Guy!Windows PowerShellscripting techniques