I don't have a test server in front of me, but try changing this:
{
[SMS_Report(TRUE),key]
string KeyName;
[SMS_Report (TRUE)]
string Reboot_Required;
};
to this:
{
[SMS_Report(TRUE),key]
string KeyName;
[SMS_Report (TRUE)]
string Flags;
};
and see if that gives you the results you want to...
That might be stretching the capabilities of SMS a bit; but you can accomplish some of what you need on a limited basis. You could implement the Security Logon Audit Tool from http://www.systemcentertools.com That would give you a Summary over time of how many times a user logs into machines...
I've never written anything myself, but I believe there may be some code available on one of the MMS DVDs (I think the 2005 DVD?) It outlined how the Security Logon Audit Tool from http://www.systemcentertools.com was written to read events in the Security EventLog, parse the information...
This could be a complex answer. It depends upon how Office 2003 was originally installed; admin point or not?
Check out http://office.microsoft.com/en-us/ork2003/default.aspx, then +Maintenance, +Updating Users' Office 2003, Distributing Office 2003 Product Updates
Blog...
Slipstreaming SMS 2003 SP2 is not supported (and so far no one I know has been able to do so, in an unsupported fashion)
If you have a MSDN subscription, the slipstreamed CD should be in the September or October set. Otherwise check with your MS Rep.
Blog...
Have you confirmed that the new clients are receiving policies from the Management Point for "SMS" ?
Check a new client's local SMS logs (system32\ccm\logs), specifically clientlocation.log, locationservices.log, policyagent.log, policyevaluator.log.
Here's a summary of some of the log files...
I believe you are asking multiple questions here.
Q) Can Hardware Inventory be run at a specific time every day?
A) Yes, in the console, Site Settings, Client Agents, Hardware Inventory, for Inventory Sechedule you would like a "full schedule, of daily, at the specific time you indicate."...
You can prevent sms from creating a smspkgc$ folder by putting a text file in the
root of C: called no_sms_on_drive.sms, assuming you are running SMS 2003 SP2 (sp1 and earlier don't recognize it).
But you don't want to just copy the folders from smspkgc$ to smspkge$. I'd remove the...
Do you know if you have a reporting point configured for your SMS Primary site? (try http://yourprimarySMSServername/SMSReporting_3digitSiteCode is usually the default for most people)
If you haven't looked at that lately, there are some out-of-the-box SMS reports that may help you for...
wants to install itself"? interesting...
Anyway, we did delay upgrading from sms2003 sp1 to sp2 simply for resource (human) scheduling reasons and finally did it in September; but the upgrade from sp1 to sp2 was one of the smoothest upgrades I've ever done.
Blog...
Sorry to bump into this thread, and do listen to tbrennans (much more knowledgable in SMS than I am), but as I understand it, your goal is to gather information regarding Temporary Internet Files from all SMS Client computers, and use that information to track where those clients have been...
What's advertised to the user is the #3 program. On the #3 program's Advanced Tab, "run another program first" points to the SP1 update, on the SP1 update (#2) , run another program first points to the Setup.exe one (#1)
So when a tech clicks on the program in Run Advertised Programs...
Here's one "All XP workstations, HW INV last 30 days"
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 inner join SMS_G_System_WORKSTATION_STATUS on...
I did it w/3 programs, daisy chained, but the users had to click through some of the install-->
#1: Tools\setup.exe /qb ADDLOCAL=Client_Components,Connectivity,SQLXML,SQL_Tools90
#2: SQLServer2005SP1-KB913090-x86-ENU.exe
#3: sqltools2005-KB918222-x86-enu.exe
But the (2 users) that had to...
When looking at your query inside the collection, click "Show Query Language". Your criteria date, change to something like this:
and datediff(day,SMS_G_SYSTEM_WORKSTATION_STATUS.LastHardwareScan,getdate()) < "30"
This example is for the Last Hardware Inventory scan date, but you should be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.