Tracking SMS packages

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi,

Some pointers would be appreciated.

How can I track, programmatically, from a .Net language, the status of a
Microsoft SMS installation package send to a workstation/server?

Thanks
Paul
 
Hi Paul,

I'm not very familiar with SMS, but I think you can use WMI to query SMS
package status. You can find SMS SDK here:

#SMS 2.0 SDK
http://www.microsoft.com/technet/sms/20/downloads/tools/sdk.mspx

It includes some examples in VB, VB.NET and C++ on how to use WMI to access
SMS information.

For questions about wmi, we have a dedicated msdn managed newsgroup:
microsoft.public.win32.programmer.wmi.


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top