SCCM 2012 R2 Console and Performance counters
Just had a issue where the SCCM 2012 R2 Console on Win 8.1 (x64) would no longer connect to the site server after installing MDT 2013 on my local machine.
AdminUI.log complained about performance counters.
Fix:
c:\windows>cd syswow64
c:\windows\syswow64>lodctr /R
c:\windows\syswow64>winmgmt.exe /RESYNCPERF
Uninstall SCCM Console
Reinstall SCCM Console
All working again
H/T http://support.microsoft.com/kb/2554336?wa=wsignin1.0
AdminUI.log complained about performance counters.
Fix:
c:\windows>cd syswow64
c:\windows\syswow64>lodctr /R
c:\windows\syswow64>winmgmt.exe /RESYNCPERF
Uninstall SCCM Console
Reinstall SCCM Console
All working again
H/T http://support.microsoft.com/kb/2554336?wa=wsignin1.0
Comments
Post a Comment