System.Diagnostics.Eventing.Reader.EventLogConfiguration PSStandardMembers DefaultDisplayPropertySet LogName MaximumSizeInBytes RecordCount LogMode System.Diagnostics.Eventing.Reader.EventLogRecord PSStandardMembers DefaultDisplayPropertySet TimeCreated ProviderName Id Message System.Diagnostics.Eventing.Reader.ProviderMetadata ProviderName Name PSStandardMembers DefaultDisplayPropertySet Name LogLinks Microsoft.PowerShell.Commands.GetCounter.CounterSet Counter Paths Microsoft.PowerShell.Commands.GetCounter.PerformanceCounterSample PSStandardMembers DefaultDisplayPropertySet Path InstanceName CookedValue Microsoft.PowerShell.Commands.GetCounter.PerformanceCounterSampleSet PSStandardMembers DefaultDisplayPropertySet Timestamp Readings Microsoft.PowerShell.Commands.GetCounter.PerformanceCounterSampleSet Readings $strPaths = "" foreach ($ctr in $this.CounterSamples) { $strPaths += ($ctr.Path + " :" + "`n") $strPaths += ($ctr.CookedValue.ToString() + "`n`n") } return $strPaths