Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

w2k and XP under collections 1

Status
Not open for further replies.

bazcurtis

Technical User
Jul 11, 2001
134
GB
Hi,

How do I add XP and w2k to my collections section. At the moment I only have NT 3.51 and 4, 98, 95 etc

Best wishes

Michael Curtis
 
You need the latest service pack, sp4. That includes functionality for w2k and xp. Download it from MS.

Be-careful when applying it though, I wasnt and had to uninstall then re-install the whole thing and then re-apply the service pack!
 
I am running service pack 4. Do I need a client pack too? The link for that download seemed to take me to the service pack?
 
Are u reffering to the collections? If so then u have to create the collections manually.
 
You really need to create them manually. You can use the following SQL statement.
If you want to find all W2K workstations, just change the version number to 5.0.


select SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name,SMS_R_System.SMSUniqueIdentifier,SMS_R_System.ResourceDomainORWorkgroup,SMS_R_System.Client from SMS_R_System where OperatingSystemNameandVersion like "Microsoft Windows NT%Workstation%5.1%"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top