To unload performance counters for ESE, perform the following steps:
- Close down any running versions of Performance Monitor and stop any other monitoring services that might be attempting to use those counters
- Open the Exchange Management Shell
- Type add-pssnapin Microsoft.Exchange.Management.PowerShell.Setup and hit enter
- Type remove-perfcounters –definitionfilename “C:Program FilesMicrosoftExchange ServerV14BinperfAMD64eseperf.xml” and hit enter
Note: Ensure that the path is changed to the correct location of eseperf.xml on your server
To reload performance counters for ESE, perform the following steps
- Close down any running versions of Performance Monitor and stop any other monitoring services that might be attempting to use those counters
- Open the Exchange Management Shell
- Type add-pssnapin Microsoft.Exchange.Management.PowerShell.Setup and hit enter
- Type new-perfcounters –definitionfilename “C:Program FilesMicrosoftExchange ServerV14BinperfAMD64eseperf.xml” and hit enter
Note: Ensure that the path is changed to the correct location of eseperf.xml on your server