Results 1 to 3 of 3
Thread: TSM client script (or command)
-
07-06-2012, 11:02 AM #1Newcomer
- Join Date
- Aug 2006
- Posts
- 450
- Thanks
- 5
- Thanked 0 Times in 0 Posts
TSM client script (or command)
Hi
Does anyone have a script or command that will display only windows clients, their os version (i.e. windows 2000, 2003 etc) and whether its 64bit or 32?
Thanks
TSM version 6.2.2
-
07-06-2012, 11:32 AM #2Moderator
- Join Date
- Aug 2005
- Location
- Somewhere in the US
- Posts
- 5,361
- Thanks
- 2
- Thanked 148 Times in 145 Posts
Not pretty but here is a startng point:
SELECT node_name, platform_name, domain_name, CHAR(client_version)||'.'||CHAR(client_release)||' .'||CHAR(client_level)||'-'||CHAR(client_sublevel) as "TSM Client Version" FROM nodes where platform_name='WinNT'Ed
-
The Following User Says Thank You to moon-buddy For This Useful Post:
tsmhelum (07-06-2012)
-
07-06-2012, 11:57 AM #3Newcomer
- Join Date
- Aug 2006
- Posts
- 450
- Thanks
- 5
- Thanked 0 Times in 0 Posts
Ed thanks, I appreciate it the script helps a lot.
Similar Threads
-
Script - Command Line
By girreis in forum Command Line Administrator ClientReplies: 8Last Post: 02-15-2011, 09:54 AM -
Command or script to see if Maintenance is complete
By tsteuver in forum ScriptingReplies: 1Last Post: 06-15-2006, 12:48 PM -
TSM 5.2.2 to DB2 Script Command
By mystbladex in forum ScriptingReplies: 1Last Post: 02-21-2006, 10:30 AM -
TSM Command Script --> DOS Batch Program
By sfcc in forum ScriptingReplies: 2Last Post: 10-07-2005, 11:04 PM -
Need some help with using the domain option in a tsm client command script
By rvillano in forum ScriptingReplies: 2Last Post: 11-11-2004, 08:28 AM


Reply With Quote