gkamenjati
Posts: 108
Score: 0 Joined: 6/8/2005 From: San Jose, California Status: offline
|
Thx for the quick tip and as you see from the uploaded image I was able to convert to the Web report. but the only thing in the report that I wasen't able to do is show the IP Address. as you see from the web report I had to remove the reference to the IP addresses. I used many possibilities from the Views and the Coluns but no success. Web Report: select distinct v_R_System.Netbios_Name0, v_R_System.User_Name0, v_GS_OPERATING_SYSTEM.LastBootUpTime0, v_GS_OPERATING_SYSTEM.InstallDate0, v_R_System.Client0, v_R_System.Obsolete0, v_R_System.Active0, v_R_System.Operating_System_Name_and0 from v_R_System inner join v_GS_OPERATING_SYSTEM on v_GS_OPERATING_SYSTEM.ResourceID = v_R_System.ResourceId Console report select distinct SMS_R_System.NetbiosName, SMS_R_System.LastLogonUserName, SMS_G_System_OPERATING_SYSTEM.LastBootUpTime, SMS_G_System_OPERATING_SYSTEM.InstallDate, SMS_R_System.IPAddresses, SMS_R_System.Client, SMS_R_System.Obsolete, SMS_R_System.Active, SMS_R_System.OperatingSystemNameandVersion from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId Thumbnail Image
Attachment (1)
|