Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Using PowerShell to Get Data & Log File Sizes

    By Todd I was playing around with PowerShell today (yes I’m was geeking out on Saturday afternoon) to learn how to access Performance Counters using PowerShell. My mission was to write a script that would return the Data File and Log File sizes ... Read More
    Posted to SQL Server (Forum) by ps2 on 03-28-2009
    Filed under: Data Size, Log Size, Performance Counters
  • Get the number of current SharePoint connections

    By Lance Robinson Thanks to MOW and Lee Holmes for their examples of using the PerformanceCounter class in PowerShell. function Get-WebServiceConnections() { $results = @{} $perfmon = new-object System.Diagnostics.PerformanceCounter $perfmon. ... Read More
    Posted to Using .NET (Forum) by ps2 on 06-12-2009
    Filed under: Performance Counters, Web Service Connections
  • My first useful powershell script – capturing performance counters

    After playing around with powershell a bit, I manage to do something quite useful. There are a multitude of ways to capture performance counters but I think this will have the advantage of being able to be fired by SqlAgent (or another ... Read More
    Posted to General (Forum) by ps2 on 12-13-2009
    Filed under: Performance Counters
Page 1 of 1 (3 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.