In neither Vista nor W2008 we found win32_perfrawdata_termservice_terminalservices class. Is there any way to obtain that class on those OS? Is the class deprecated? There are other classes we can use to retrieve the data that that class offered? Will have that class the final version of Windows Server 2008? Regards, Tango
Hi Tango, The MSDN link below answers your question: "Win32_PerfRawData_TermService_TerminalServices Class" http://msdn2.microsoft.com/en-us/library/aa394343.aspx The following links contain the C++ and script sample code of using it: http://msdn2.microsoft.com/en-us/library/aa394585(VS.85).aspx http://msdn2.microsoft.com/en-us/library/aa394558(VS.85).aspx Hope it helps. Best regards, Jeffrey Tan Microsoft Online Community Support Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@microsoft.com. ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscriptions/support/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Jeffrey, I had already checked all the links you posted before my question. The problem is that the query "select * from Win32_PerfRawData_TermService_TerminalServices" returns "Invalid Class" with the use of the wbemtest tool in Vista and W2008. This problem doesn't affect the class Win32_PerfRawData_TermService_TerminalServicesSession as it works as expected. Regards, Tango ""Jeffrey Tan[MSFT]"" wrote: > Hi Tango, > > The MSDN link below answers your question: > "Win32_PerfRawData_TermService_TerminalServices Class" > http://msdn2.microsoft.com/en-us/library/aa394343.aspx > > The following links contain the C++ and script sample code of using it: > http://msdn2.microsoft.com/en-us/library/aa394585(VS.85).aspx > http://msdn2.microsoft.com/en-us/library/aa394558(VS.85).aspx > > Hope it helps. > > Best regards, > Jeffrey Tan > Microsoft Online Community Support > > Delighting our customers is our #1 priority. We welcome your comments and > suggestions about how we can improve the support we provide to you. Please > feel free to let my manager know what you think of the level of service > provided. You can send feedback directly to my manager at: > msdnmg@microsoft.com. > > ================================================== > Get notification to my posts through email? Please refer to > http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif > ications. > > Note: The MSDN Managed Newsgroup support offering is for non-urgent issues > where an initial response from the community or a Microsoft Support > Engineer within 1 business day is acceptable. Please note that each follow > up response may take approximately 2 business days as the support > professional working with you may need further investigation to reach the > most efficient resolution. The offering is not appropriate for situations > that require urgent, real-time or phone-based interactions or complex > project analysis and dump analysis issues. Issues of this nature are best > handled working with a dedicated Microsoft Support Engineer by contacting > Microsoft Customer Support Services (CSS) at > http://msdn.microsoft.com/subscriptions/support/default.aspx. > ================================================== > This posting is provided "AS IS" with no warranties, and confers no rights. > > >
Hi Tango, Sorry for the late response. I am taking sick leave and out of office these two days. Ok, I will use wbemtest to give it a reproduce on the Vista and Server2008 machines. I will get back to you ASAP. Thanks. Best regards, Jeffrey Tan Microsoft Online Community Support ========================================= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@microsoft.com. This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Tango, Yes, I can reproduce this problem on my Vista machine. I will discuss with the terminal service team to confirm it. Thanks. Best regards, Jeffrey Tan Microsoft Online Community Support ========================================= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@microsoft.com. This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Tango, Sorry for letting you wait. I have sent several emails to the Terminal Service teams but did not get any response yet. I have found out the owner of WMI Perf classes. I will send an email to him directly for confirmation. Thanks for your patient. Best regards, Jeffrey Tan Microsoft Online Community Support ========================================= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@microsoft.com. This posting is provided "AS IS" with no warranties, and confers no rights.