Skip to content

Instantly share code, notes, and snippets.

View cederlof's full-sized avatar

Erik Cederlöf cederlof

  • TietoEVRY
  • Uppsala
View GitHub Profile
# Perfmon Name and Help
$categoryName = "MyAppPerformance"
$categoryHelp = "MyApp"
$categoryType = [System.Diagnostics.PerformanceCounterCategoryType]::MultiInstance
# Fix it by Index, three arrays where indices must match
$counterName = "Count", "Time"
$counterType = "NumberOfItems32", "NumberOfItems32"
$counterHelp = "Count", "Time"
=ROUNDDOWN((TODAY()-CONCATENATE(MID(A1;1;2);"-";MID(A1;3;2);"-";MID(A1;5;2))*1)/365,25;0)
(expects 2 digits for year)