
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2011 11:14 AM
Hi,
May I know is there a way to collect all the MS Patches for all the PCs in our network?
Thanks and Regards,
May I know is there a way to collect all the MS Patches for all the PCs in our network?
Thanks and Regards,
Labels:
- Labels:
-
Archive
8 REPLIES 8

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2011 12:51 PM
Hi there,
any suggestion ? appreciated.
any suggestion ? appreciated.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2011 11:02 AM
Hi there,
How do i get the report updated. there're some PCs which I phsically checked found that they had installed with patches. but these PCs are not shown in the report. I've checked the PC last seen status which is the latest date. I had also redo the output but to no avail.
Thanks.
How do i get the report updated. there're some PCs which I phsically checked found that they had installed with patches. but these PCs are not shown in the report. I've checked the PC last seen status which is the latest date. I had also redo the output but to no avail.
Thanks.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2011 11:00 PM
bocsgit01 wrote:
Hi there,
How do i get the report updated. there're some PCs which I phsically checked found that they had installed with patches. but these PCs are not shown in the report. I've checked the PC last seen status which is the latest date. I had also redo the output but to no avail.
Thanks.
Did you also check the last scanned date for "quickfixengineering"?
Most likely the waittime is set to a couple of days.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2011 01:41 PM
Hi there,
Thank you for your prompt reply. It works like a charm.
Thank you for your prompt reply. It works like a charm.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2011 12:42 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblComputers.Userdomain, tblComputers.Username
From tblComputers
Where
tblComputers.Computername Not In (Select tblQuickFixEngineering.Computername
From tblQuickFixEngineering
Where tblQuickFixEngineering.HotFixID = 'KB2544893')

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2011 11:22 AM
Hi there,
I've based on the tblquickfixengineering to build a report, but it doesn't show what I want.Would that be possible to say list out only those computers which does not have the patch 'kb2544893' installed ?
Please reply asap as I need this urgently.
Thanks.
I've based on the tblquickfixengineering to build a report, but it doesn't show what I want.Would that be possible to say list out only those computers which does not have the patch 'kb2544893' installed ?
Please reply asap as I need this urgently.
Thanks.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2011 01:35 PM
Can you tell me the detail steps ?
thanks and regards
thanks and regards

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2011 12:53 PM
You need a report based on table "tblquickfixengineering"
