Showing tag results for performance

Jul 27, 2011
Post comments count0
Post likes count0

Capture Performance Counter Data and Write to SQL Server

Doctor Scripto

Summary: Learn how to use Windows PowerShell to capture performance counter information and write the saved data to a SQL Server database.   Hey, Scripting Guy! I have been enjoying your PoshMon articles this week, but I have found them to be of limited value. I would love to see how I could store this performance data in a SQL database. I cou...

Scripting Guy!Windows PowerShelloperating system
Jul 26, 2011
Post comments count0
Post likes count0

Import Counters from a Perfmon Chart into PowerShell

Doctor Scripto

Summary: Learn how to automatically import performance counters from a Perfmon chart into Windows PowerShell for ease of analysis.   Hey, Scripting Guy! I have several custom Perfmon charts set up. Like many network administrators, I spent a decent amount of time setting up this chart. I would like to see if there is a way I can automatically ...

Scripting Guy!Windows PowerShelloperating system
Jul 25, 2011
Post comments count0
Post likes count0

Use PowerShell to Monitor Your SQL Server Performance

Doctor Scripto

Summary: Guest Blogger Kevin Kline talks about using Windows PowerShell to monitor SQL Server performance.   Hey, Scripting Guy! I am wondering about using Windows PowerShell to work with SQL performance counters. Is this something that can be done? —SH   Hello SH, Microsoft Scripting Guy Ed Wilson here. We have a new guest blogger ...

Scripting Guy!Windows PowerShellguest blogger
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