SCCM 2012 R2 - query based Collection based on missing update

Hi,
I was wondering if anyone knew what attribute to use in console to create query based collection for missing patches? I viewed the entire list of attributes available in console but I cannot seem to find anything that says "Windows Updates" or
something similar.
thanks

You might also consider creating a saved search with all updates that are deployed but still required.
Kent Agerlund | My blogs: blog.coretech.dk and
SCUG.DK | Twitter: @Agerlund | Linkedin:
Kent Agerlund | Author:
Mastering System Center 2012 R2 Configuration Manager

Similar Messages

  • WQL query for collection based on file properties not add remove

    Hi
    I have an issue where a .exe file does not have the updated version number available in add remove programs. The only way I know to get the version number is to right click the file and view version there.
    I need to make a collection based on the information available in properties. Is this possible? How would I write the query?
    Thanks

    Hi,
    to perform this kind of operation on a .exe file you need to configure software inventory.
    Inside the properties just choose to Collect File Details and select a path to scan.
    http://technet.microsoft.com/en-us/library/bb633191.aspx and http://technet.microsoft.com/en-us/library/bb632607.aspx

  • SCCM 2012 report w/ selectable collection

    I am trying to create a report with a selectable collection parameter.  The original query I'm using is as follows (Stolen from
    http://blogs.technet.com/b/infratalks/archive/2013/09/10/sccm-2012-reporting-get-system-serial-number-amp-create-custom-ssrs-report.aspx):
    Select sys.Name0 Machine, CS.UserName0 'User Name',OS.Caption0 OS, OS.CSDVersion0 'Service Pack',CS.Manufacturer0 Manufacturer,CS.Model0 Model,BIOS.SerialNumber0 'Serial Number',RAM.Capacity0 Memory, cs.SystemType0
    From v_R_System SYS
      left join v_GS_COMPUTER_SYSTEM CS on sys.Name0=cs.Name0
      left join v_GS_PC_BIOS BIOS on sys.ResourceID=bios.ResourceID
      left join v_GS_OPERATING_SYSTEM OS on sys.ResourceID=OS.ResourceID
      left join v_GS_PHYSICAL_MEMORY RAM on sys.ResourceID=ram.ResourceID
      --Where sys.Name0 = @variable
      order by sys.Name0
    This works fine, but it gives me that information for EVERY machine in our infrastructure globally.  I am only interested in getting this information from machines in certain collections and I want to be able to select the collection each time I run
    the report.  I found this article:
    http://it.peikkoluola.net/2013/06/02/report-with-a-selectable-collection-parameter-sql/ and followed the steps, but cannot run the report successfully.  I'm guessing it has something to do with needing to modify my query, but I am a newb with SQL and
    have no clue what or where I should be tweaking.  Just adding "WHERE(dbo.v_FullCollectionMembership.CollectionID
    = @COLLID)" gives me a syntax error.  Moving it above "Order by sys.name0" gives an error about not being bound to anything, which makes sense but as I mentioned, I don't know what to tweak.  Help!  Thanks.

    Select sys.Name0 Machine, CS.UserName0 'User Name',OS.Caption0 OS, OS.CSDVersion0 'Service Pack',CS.Manufacturer0 Manufacturer,CS.Model0 Model,BIOS.SerialNumber0 'Serial Number',RAM.Capacity0 Memory, cs.SystemType0
    From v_R_System SYS
      left join v_GS_COMPUTER_SYSTEM CS on sys.Name0=cs.Name0
      left join v_GS_PC_BIOS BIOS on sys.ResourceID=bios.ResourceID
      left join v_GS_OPERATING_SYSTEM OS on sys.ResourceID=OS.ResourceID
      left join v_GS_PHYSICAL_MEMORY RAM on sys.ResourceID=ram.ResourceID
      join v_fullcollectionmembership fcm on fcm.resourceid=sys.resourceid
      Where fcm.collectionid = @COLLID
      order by sys.Name0
    Try the above, note that @COLLID is a placeholder for a variable.  It is presumed that you are creating this using Report Builder 3.0 (or better) or some other SQL tool to create reports for use on your SRS reporting point.  If you happen
    to be using Report Builder, once you save the above, under parameters you'd have a place for COLLID.  Now, what you want is to be able to have that parameter be populated with your collection names, so that you can select from the list when the report
    is run.
    So... another DataSet, with a query like:
    select collectionid, name
    from v_collection
    order by name
    Then, back to your parameters, COLLID, available values, Get values from a query, and you'll want to use that dataset you just made, and Value field is collectionid, and Label field is Name.
    If you want to test the top query in regular sql, don't use @collID.  figure out the collectionid of a specific collection, and put in where fcm.collectionid='ABC00012'
    Standardize. Simplify. Automate.

  • SCCM 2012 R2 Query

    Good morning everyone,
    I'm wanting to build a query collection to find all of the PC's in SCCM 2012 R2 that don't have the SCCM client installed on them. How would I go about doing that?
    Thanks,
    Dreday38

    Query
    select SMS_R_System.Active, 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 SMS_R_System.Client is null  order
    by SMS_R_System.Active
    Built in Report
    Monitoring > Overview > Client Status > Client Check
    Regards,

  • SCCM 2012 - Export Query Results

    Hi guys, I have a query under "Monitoring" - "Overview" - "Queries" and have my results in the result pane however I want to print the report or export to a CSV file. I cant see an easy way to do this? Surely we dont have to create the query then
    create a report just so we can export or print the report? Information is on my screen and is exactly what I want but no obvious easy way to get this in a format that is usable
    I only see the export MOF option available
    Thanks
    Nick

    I know this is an old post but I see Garth replied a couple days ago - on this same theme I have just upgraded to Office 2013 and the cut and paste from Queries and Collections from SCCM 2012 (which worked fine in Office 2010) seems to now not
    work with my Excel 2013 - you do mention it works for you in your post.  The results I see that I have 4 columns in my results it just pastes them into 1 cell - it doesn't break up the columns.  I have tried pasting to notepad first then to Excel
    - doesn't work - also tried Paste - Special - Unicode Text or Text and still it all goes into one cell. Is there something I have to change with either SCCM or Excel to get this to work again?
    Let me know if you have run into this with Excel 2013....thanks
    Kevin
    I am seeing the same issue.  Win 7/Office 2013 fully patched.
    Edit: Got it to work by pasting into Notepad, saving as .txt and opening that file with Excel.

  • SCCM 2012 License query

    Hi,
    I need a SCCM 2012 report where it gives the following details
    OS, Vendor, Total License, Used License, Free License.
    To fetch the above details do we need to import and configure the software licenses.
    Thanks
    Sunny

    Suppose if i enabled and configured the above parameters as said by you then on which tables\views we can fetch these details (OS, Vendor, Total License, Used License, Free License.)
    Once you import the license statement , look at the built-in AI reports. if they don't give you what you want then you will need to create a custom report.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • SCCM 2012 OSD Task Sequence - force Policy and SCEP update?

    Hi,
    How can I force a policy update to update machine policy and scep definitions at the end of
    SCCM 2012 OSD Task Sequence,
    Thanks,
    Ward.

    Hi,
    I normally use this solution from Chris Nackers to deploy the latest EP definitions during OSD and deploy a custom EP policy, it works great. The policy will be downloaded when the client is registered.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • SCCM 2012 Create Modified Delete Collection Query

    Hi 
    how do we know which account that added/deleted a machine to specific collection or the account which causes a software deployment or removal on the machine.
    many thanks.

    You can use the report All messages for a specific message IDfor that. For some examples see:
    http://www.petervanderwoude.nl/post/who-created-that-deployment/
    http://eskonr.com/2014/08/sccm-configmgr-2012-way-to-find-who-created-modified-deleted-the-collection-using-ssrs-reports/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • SCCM 2012 RS QUERY RULE OPTIONS

    How do i create a device collection query in SCCM2012 R2 wizard rule to find properties information for server object in Active Directory, such as query for description field?
    Example:

    You must first enable the discovery of this field in "Active Directory System Discovery". See the "Active Directory Attributes" tab.
    (Administration / Hierarchy Configuration / Discovery Methods)
    Once enable, run a synchronization on this component by right clicking on it.
    After the discovery you'll be able to query the "Description" field under "System Resources".
    Or use this WQL query
    "select * from SMS_R_System where SMS_R_System.description = "Your Description Goes Here"
    Benoit Lecours | Blog: System Center Dudes

  • SCCM 2012 Uninstall Query devices remove software

    I'm trying
    to remove the software from any devices that are not in the ad collection. <o:p></o:p>
    The
    deployment to uninstall the software has been created however I’m unsure on how
    the query should read as it is targeting devices. Or what attributes I need to select to get this to work. <o:p></o:p>

    For query AD group and create collection you can use -
    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 SMS_R_System.SecurityGroupName = "DOMAIN\\AD Group Name"
    So , first create a subselect using the above to identify computers which are not part of the AD group and then to check if software is installed you can use -
    select SMS_R_System.Name from  SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "APPLICATIONNAME IN ADD REMOVE PROGRAM"
    Or simply create one collection to detect where software is installed using second query (detect installed software) and then exclude a collection built using first query (AD group membership). Then deploy uninstall of application on it.

  • SCCM 2012 R2 Query for Cert's

    Hi,
    Is it possible to create a query to find the expiration dates of certificates on a collection of servers? 
    Thxs

    This isn't anything collected by default so you'll have to come up with a script to do this and either using compliance settings or hardware inventory to collect the information from which you then can create the report. This older post should get you
    started:
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/44e2be21-b0f5-45d0-ad57-1f9fb1e68993/report-certificates-that-are-expired?forum=configmgrinventory
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • SCCM 2012 SP1 CAS - Unable to sync to Microsoft Updates Sites

    Good Day SCCM Experts. 
    I would like to seek your help in resolving my issue in MY SCCM CAS, the problem is that CAS is unable to sync to microsoft update. The last good sync was on July 16, we have previously encountered an error and ended up reinstalling the WSUS/Software Update
    Point.
    I have followed the instruction for installing the WSUS on this link: 
    http://www.windows-noob.com/forums/index.php?/topic/5683-using-system-center-2012-configuration-manager-part-5-adding-wsus-adding-the-sup-role-deploying-the-configuration-manager-client-agent/
    Also pls take note, CAS doesnt have any full internet access. We have only added a proxy on the internet connectivity settings.
    First error we have encountered before re-installing the role: 
    Sync failed: UssNotFound: WebException: The request failed with HTTP status 404: Not Found.~~at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall).
    Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncWSUS
    SMS_WSUS_SYNC_MANAGER  7/22/2014 3:05:32 PM 5776 (0x1690)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=6948 TID=5776 GMTDATE=Tue Jul 22 07:05:32.796 2014 ISTR0="Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncWSUS"
    ISTR1="UssNotFound: WebException: The request failed with HTTP status 404: Not Found.~~at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER  7/22/2014 3:05:32 PM 5776 (0x1690)
    Sync failed. Will retry in 60 minutes
    SMS_WSUS_SYNC_MANAGER  5776 (0x1690)
    After re-installing the role still encountering errors: Below are the logs from wsynmgr.log, wcm.log, and wsusctrl.log
    WSYNCYMGR.LOG:
    Sync failed: WSUS update source not found on site C01. Please refer to WCM.log for configuration error details.. Source: getSiteUpdateSource
    SMS_WSUS_SYNC_MANAGER 7/24/2014 7:00:01 AM
    5652 (0x1614)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=5652 GMTDATE=Wed Jul 23 23:00:01.042 2014 ISTR0="getSiteUpdateSource" ISTR1="WSUS update source
    not found on site C01. Please refer to WCM.log for configuration error details." ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER 7/24/2014 7:00:01 AM
    5652 (0x1614)
    Sync failed. Will retry in 60 minutes SMS_WSUS_SYNC_MANAGER
    7/24/2014 7:00:01 AM 5652 (0x1614)
    Setting sync alert to active state on site C01
    SMS_WSUS_SYNC_MANAGER 7/24/2014 7:00:01 AM
    5652 (0x1614)
    Sync time: 0d00h00m00s SMS_WSUS_SYNC_MANAGER
    7/24/2014 7:00:01 AM 5652 (0x1614)
    Wakeup for a polling cycle SMS_WSUS_SYNC_MANAGER
    7/24/2014 8:00:01 AM 5652 (0x1614)
    Starting Sync SMS_WSUS_SYNC_MANAGER
    7/24/2014 8:00:01 AM 5652 (0x1614)
    Performing sync on retry schedule SMS_WSUS_SYNC_MANAGER
    7/24/2014 8:00:01 AM 5652 (0x1614)
    Read SUPs from SCF for MYHQKUL990707S.sdb.com
    SMS_WSUS_SYNC_MANAGER 7/24/2014 8:00:01 AM
    5652 (0x1614)
    Found 1 SUPs SMS_WSUS_SYNC_MANAGER
    7/24/2014 8:00:01 AM 5652 (0x1614)
    Found active SUP MYHQKUL990707S.sdb.com from SCF File.
    SMS_WSUS_SYNC_MANAGER 7/24/2014 8:00:01 AM
    5652 (0x1614)
    Sync failed: WSUS update source not found on site C01. Please refer to WCM.log for configuration error details.. Source: getSiteUpdateSource
    SMS_WSUS_SYNC_MANAGER 7/24/2014 8:00:01 AM
    5652 (0x1614)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=5652 GMTDATE=Thu Jul 24 00:00:01.280 2014 ISTR0="getSiteUpdateSource" ISTR1="WSUS update source
    not found on site C01. Please refer to WCM.log for configuration error details." ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER 7/24/2014 8:00:01 AM
    5652 (0x1614)
    Sync failed. Will retry in 60 minutes SMS_WSUS_SYNC_MANAGER
    7/24/2014 8:00:01 AM 5652 (0x1614)
    Setting sync alert to active state on site C01
    SMS_WSUS_SYNC_MANAGER 7/24/2014 8:00:01 AM
    5652 (0x1614)
    Sync time: 0d00h00m00s SMS_WSUS_SYNC_MANAGER
    7/24/2014 8:00:01 AM 5652 (0x1614)
    Wakeup for a polling cycle SMS_WSUS_SYNC_MANAGER
    7/24/2014 9:00:01 AM 5652 (0x1614)
    Starting Sync SMS_WSUS_SYNC_MANAGER
    7/24/2014 9:00:01 AM 5652 (0x1614)
    Performing sync on retry schedule SMS_WSUS_SYNC_MANAGER
    7/24/2014 9:00:01 AM 5652 (0x1614)
    Read SUPs from SCF for MYHQKUL990707S.sdb.com
    SMS_WSUS_SYNC_MANAGER 7/24/2014 9:00:01 AM
    5652 (0x1614)
    Found 1 SUPs SMS_WSUS_SYNC_MANAGER
    7/24/2014 9:00:01 AM 5652 (0x1614)
    Found active SUP MYHQKUL990707S.sdb.com from SCF File.
    SMS_WSUS_SYNC_MANAGER 7/24/2014 9:00:01 AM
    5652 (0x1614)
    Sync failed: WSUS update source not found on site C01. Please refer to WCM.log for configuration error details.. Source: getSiteUpdateSource
    SMS_WSUS_SYNC_MANAGER 7/24/2014 9:00:01 AM
    5652 (0x1614)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=5652 GMTDATE=Thu Jul 24 01:00:01.297 2014 ISTR0="getSiteUpdateSource" ISTR1="WSUS update source
    not found on site C01. Please refer to WCM.log for configuration error details." ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER 7/24/2014 9:00:01 AM
    5652 (0x1614)
    Sync failed. Will retry in 60 minutes SMS_WSUS_SYNC_MANAGER
    7/24/2014 9:00:01 AM 5652 (0x1614)
    Setting sync alert to active state on site C01
    SMS_WSUS_SYNC_MANAGER 7/24/2014 9:00:01 AM
    5652 (0x1614)
    Sync time: 0d00h00m00s SMS_WSUS_SYNC_MANAGER
    7/24/2014 9:00:01 AM 5652 (0x1614)
    Wakeup for a polling cycle SMS_WSUS_SYNC_MANAGER
    7/24/2014 10:00:01 AM 5652 (0x1614)
    Starting Sync SMS_WSUS_SYNC_MANAGER
    7/24/2014 10:00:01 AM 5652 (0x1614)
    Performing sync on retry schedule SMS_WSUS_SYNC_MANAGER
    7/24/2014 10:00:01 AM 5652 (0x1614)
    Read SUPs from SCF for MYHQKUL990707S.sdb.com
    SMS_WSUS_SYNC_MANAGER 7/24/2014 10:00:01 AM
    5652 (0x1614)
    Found 1 SUPs SMS_WSUS_SYNC_MANAGER
    7/24/2014 10:00:01 AM 5652 (0x1614)
    Found active SUP MYHQKUL990707S.sdb.com from SCF File.
    SMS_WSUS_SYNC_MANAGER 7/24/2014 10:00:01 AM
    5652 (0x1614)
    Sync failed: WSUS update source not found on site C01. Please refer to WCM.log for configuration error details.. Source: getSiteUpdateSource
    SMS_WSUS_SYNC_MANAGER 7/24/2014 10:00:01 AM
    5652 (0x1614)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=5652 GMTDATE=Thu Jul 24 02:00:01.529 2014 ISTR0="getSiteUpdateSource" ISTR1="WSUS update source
    not found on site C01. Please refer to WCM.log for configuration error details." ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER 7/24/2014 10:00:01 AM
    5652 (0x1614)
    Sync failed. Will retry in 60 minutes SMS_WSUS_SYNC_MANAGER
    7/24/2014 10:00:01 AM 5652 (0x1614)
    Setting sync alert to active state on site C01
    SMS_WSUS_SYNC_MANAGER 7/24/2014 10:00:01 AM
    5652 (0x1614)
    Sync time: 0d00h00m00s SMS_WSUS_SYNC_MANAGER
    7/24/2014 10:00:01 AM 5652 (0x1614)
    WCM.log :
    Microsoft.SystemsManagementServer.WSUS.WSUSMSPException: WSUS sync failed with UssNotFound: ~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.IsSyncRunning()
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 8:03:51 AM
    8368 (0x20B0)
    Failed to set Subscriptions on the WSUS Server. Error:(-2146233088)Unknown error 0x80131500
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 8:03:51 AM
    8368 (0x20B0)
    STATMSG: ID=6603 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=8368 GMTDATE=Thu Jul 24 00:03:51.926 2014 ISTR0="MYHQKUL990707S.sdb.com" ISTR1=""
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 8:03:51 AM
    8368 (0x20B0)
    Waiting for changes for 57 minutes SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 8:03:51 AM 8368 (0x20B0)
    Wait timed out after 57 minutes while waiting for at least one trigger event.
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:18 AM
    8368 (0x20B0)
    Timed Out... SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:01:28 AM 8368 (0x20B0)
    Checking for supported version of WSUS (min WSUS 3.0 SP2 + KB2720211 + KB2734608)
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Checking runtime v2.0.50727... SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:01:28 AM 8368 (0x20B0)
    Found supported assembly Microsoft.UpdateServices.Administration version 3.1.6001.1, file version 3.1.7600.256
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Found supported assembly Microsoft.UpdateServices.BaseApi version 3.1.6001.1, file version 3.1.7600.256
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Supported WSUS version found SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:01:28 AM 8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Verify Upstream Server settings on the Active WSUS Server
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    No changes - WSUS Server settings are correctly configured and Upstream Server is set to Microsoft Update
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Refreshing categories from WSUS server SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:01:28 AM 8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Successfully refreshed categories from WSUS server
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:29 AM
    8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:041e4f9f-3a3d-4f58-8b2f-5e6fe95c4591 (Office 2007) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:2ee2ad83-828c-4405-9479-544d767993fc (Windows 8) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:704a0a4a-518f-4d69-9e03-10ba44198bd5 (Office 2013) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:84f5f325-30d7-41c4-81d1-87a0e6535b66 (Office 2010) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:bb7bc3a7-857b-49d4-8879-b639cf5e8c3c (SQL Server 2008 R2) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:bfe5b177-a086-47a0-b102-097e4fa1f807 (Windows 7) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:fdfe8200-9d98-44ba-a12a-772282bf60ef (Windows Server 2008 R2) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Starting WSUS category sync from upstream...
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
      WSUS sync running SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:02:35 AM 8368 (0x20B0)
      WSUS sync running SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:03:35 AM 8368 (0x20B0)
    Microsoft.SystemsManagementServer.WSUS.WSUSMSPException: WSUS sync failed with UssNotFound: ~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.IsSyncRunning()
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:03:50 AM
    8368 (0x20B0)
    Failed to set Subscriptions on the WSUS Server. Error:(-2146233088)Unknown error 0x80131500
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:03:50 AM
    8368 (0x20B0)
    STATMSG: ID=6603 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=8368 GMTDATE=Thu Jul 24 01:03:50.438 2014 ISTR0="MYHQKUL990707S.sdb.com" ISTR1=""
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:03:50 AM
    8368 (0x20B0)
    Waiting for changes for 57 minutes SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:03:50 AM 8368 (0x20B0)
    Wait timed out after 57 minutes while waiting for at least one trigger event.
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:18 AM
    8368 (0x20B0)
    Timed Out... SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:01:28 AM 8368 (0x20B0)
    Checking for supported version of WSUS (min WSUS 3.0 SP2 + KB2720211 + KB2734608)
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Checking runtime v2.0.50727... SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:01:28 AM 8368 (0x20B0)
    Found supported assembly Microsoft.UpdateServices.Administration version 3.1.6001.1, file version 3.1.7600.256
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Found supported assembly Microsoft.UpdateServices.BaseApi version 3.1.6001.1, file version 3.1.7600.256
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Supported WSUS version found SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:01:28 AM 8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Verify Upstream Server settings on the Active WSUS Server
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    No changes - WSUS Server settings are correctly configured and Upstream Server is set to Microsoft Update
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Refreshing categories from WSUS server SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:01:28 AM 8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Successfully refreshed categories from WSUS server
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:30 AM
    8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:041e4f9f-3a3d-4f58-8b2f-5e6fe95c4591 (Office 2007) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:2ee2ad83-828c-4405-9479-544d767993fc (Windows 8) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:704a0a4a-518f-4d69-9e03-10ba44198bd5 (Office 2013) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:84f5f325-30d7-41c4-81d1-87a0e6535b66 (Office 2010) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:bb7bc3a7-857b-49d4-8879-b639cf5e8c3c (SQL Server 2008 R2) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:bfe5b177-a086-47a0-b102-097e4fa1f807 (Windows 7) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:fdfe8200-9d98-44ba-a12a-772282bf60ef (Windows Server 2008 R2) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Starting WSUS category sync from upstream...
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
      WSUS sync running SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:02:35 AM 8368 (0x20B0)
      WSUS sync running SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:03:35 AM 8368 (0x20B0)
    Microsoft.SystemsManagementServer.WSUS.WSUSMSPException: WSUS sync failed with UssNotFound: ~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.IsSyncRunning()
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:03:50 AM
    8368 (0x20B0)
    Failed to set Subscriptions on the WSUS Server. Error:(-2146233088)Unknown error 0x80131500
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:03:50 AM
    8368 (0x20B0)
    STATMSG: ID=6603 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=8368 GMTDATE=Thu Jul 24 02:03:50.710 2014 ISTR0="MYHQKUL990707S.sdb.com" ISTR1=""
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:03:50 AM
    8368 (0x20B0)
    Waiting for changes for 57 minutes SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:03:50 AM 8368 (0x20B0)
    WSUSCTRL.log :
    Microsoft.SystemsManagementServer.WSUS.WSUSMSPException: WSUS sync failed with UssNotFound: ~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.IsSyncRunning()
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 8:03:51 AM
    8368 (0x20B0)
    Failed to set Subscriptions on the WSUS Server. Error:(-2146233088)Unknown error 0x80131500
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 8:03:51 AM
    8368 (0x20B0)
    STATMSG: ID=6603 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=8368 GMTDATE=Thu Jul 24 00:03:51.926 2014 ISTR0="MYHQKUL990707S.sdb.com" ISTR1=""
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 8:03:51 AM
    8368 (0x20B0)
    Waiting for changes for 57 minutes SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 8:03:51 AM 8368 (0x20B0)
    Wait timed out after 57 minutes while waiting for at least one trigger event.
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:18 AM
    8368 (0x20B0)
    Timed Out... SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:01:28 AM 8368 (0x20B0)
    Checking for supported version of WSUS (min WSUS 3.0 SP2 + KB2720211 + KB2734608)
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Checking runtime v2.0.50727... SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:01:28 AM 8368 (0x20B0)
    Found supported assembly Microsoft.UpdateServices.Administration version 3.1.6001.1, file version 3.1.7600.256
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Found supported assembly Microsoft.UpdateServices.BaseApi version 3.1.6001.1, file version 3.1.7600.256
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Supported WSUS version found SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:01:28 AM 8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Verify Upstream Server settings on the Active WSUS Server
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    No changes - WSUS Server settings are correctly configured and Upstream Server is set to Microsoft Update
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Refreshing categories from WSUS server SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:01:28 AM 8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:28 AM
    8368 (0x20B0)
    Successfully refreshed categories from WSUS server
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:29 AM
    8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:041e4f9f-3a3d-4f58-8b2f-5e6fe95c4591 (Office 2007) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:2ee2ad83-828c-4405-9479-544d767993fc (Windows 8) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:704a0a4a-518f-4d69-9e03-10ba44198bd5 (Office 2013) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:84f5f325-30d7-41c4-81d1-87a0e6535b66 (Office 2010) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:bb7bc3a7-857b-49d4-8879-b639cf5e8c3c (SQL Server 2008 R2) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:bfe5b177-a086-47a0-b102-097e4fa1f807 (Windows 7) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Category Product:fdfe8200-9d98-44ba-a12a-772282bf60ef (Windows Server 2008 R2) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
    Starting WSUS category sync from upstream...
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:01:34 AM
    8368 (0x20B0)
      WSUS sync running SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:02:35 AM 8368 (0x20B0)
      WSUS sync running SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:03:35 AM 8368 (0x20B0)
    Microsoft.SystemsManagementServer.WSUS.WSUSMSPException: WSUS sync failed with UssNotFound: ~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.IsSyncRunning()
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:03:50 AM
    8368 (0x20B0)
    Failed to set Subscriptions on the WSUS Server. Error:(-2146233088)Unknown error 0x80131500
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:03:50 AM
    8368 (0x20B0)
    STATMSG: ID=6603 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=8368 GMTDATE=Thu Jul 24 01:03:50.438 2014 ISTR0="MYHQKUL990707S.sdb.com" ISTR1=""
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 9:03:50 AM
    8368 (0x20B0)
    Waiting for changes for 57 minutes SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 9:03:50 AM 8368 (0x20B0)
    Wait timed out after 57 minutes while waiting for at least one trigger event.
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:18 AM
    8368 (0x20B0)
    Timed Out... SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:01:28 AM 8368 (0x20B0)
    Checking for supported version of WSUS (min WSUS 3.0 SP2 + KB2720211 + KB2734608)
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Checking runtime v2.0.50727... SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:01:28 AM 8368 (0x20B0)
    Found supported assembly Microsoft.UpdateServices.Administration version 3.1.6001.1, file version 3.1.7600.256
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Found supported assembly Microsoft.UpdateServices.BaseApi version 3.1.6001.1, file version 3.1.7600.256
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Supported WSUS version found SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:01:28 AM 8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Verify Upstream Server settings on the Active WSUS Server
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    No changes - WSUS Server settings are correctly configured and Upstream Server is set to Microsoft Update
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Refreshing categories from WSUS server SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:01:28 AM 8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:28 AM
    8368 (0x20B0)
    Successfully refreshed categories from WSUS server
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:30 AM
    8368 (0x20B0)
    Attempting connection to WSUS server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Successfully connected to server: MYHQKUL990707S.sdb.com, port: 8530, useSSL: False
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:041e4f9f-3a3d-4f58-8b2f-5e6fe95c4591 (Office 2007) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:2ee2ad83-828c-4405-9479-544d767993fc (Windows 8) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:704a0a4a-518f-4d69-9e03-10ba44198bd5 (Office 2013) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:84f5f325-30d7-41c4-81d1-87a0e6535b66 (Office 2010) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:bb7bc3a7-857b-49d4-8879-b639cf5e8c3c (SQL Server 2008 R2) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:bfe5b177-a086-47a0-b102-097e4fa1f807 (Windows 7) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Category Product:fdfe8200-9d98-44ba-a12a-772282bf60ef (Windows Server 2008 R2) not found on WSUS
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
    Starting WSUS category sync from upstream...
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:01:35 AM
    8368 (0x20B0)
      WSUS sync running SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:02:35 AM 8368 (0x20B0)
      WSUS sync running SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:03:35 AM 8368 (0x20B0)
    Microsoft.SystemsManagementServer.WSUS.WSUSMSPException: WSUS sync failed with UssNotFound: ~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.IsSyncRunning()
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:03:50 AM
    8368 (0x20B0)
    Failed to set Subscriptions on the WSUS Server. Error:(-2146233088)Unknown error 0x80131500
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:03:50 AM
    8368 (0x20B0)
    STATMSG: ID=6603 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=9308 TID=8368 GMTDATE=Thu Jul 24 02:03:50.710 2014 ISTR0="MYHQKUL990707S.sdb.com" ISTR1=""
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_CONFIGURATION_MANAGER 7/24/2014 10:03:50 AM
    8368 (0x20B0)
    Waiting for changes for 57 minutes SMS_WSUS_CONFIGURATION_MANAGER
    7/24/2014 10:03:50 AM 8368 (0x20B0)
    Any insights is much appreciated. 
    Thanks and best regards. 

    Hi,
    According to the log, you got a HTTP 404 error, file not found.
    Since it worked before, what has changed since then?
    How many updates did you install after the last synchronization? Especially for update those applied to WSUS server itself.
    As per the log, you are running WSUS 3.2, the update could be
    KB2720211, KB2734608, KB2828185
    And this thread provides good troubleshooting step though it WSUS without SCCM:
    http://social.technet.microsoft.com/Forums/en-US/d0d65d6b-e1a7-4bc6-a139-b3bbaef6e78d/wsus-synchronization-failed-404-2012-server-help?forum=winserver

  • SCCM 2012 agent Deployed on clients SCEP in not update and shown inactive on cosole

    Dear there are no of system in this state. SCCM client installed but SCEP is also installed but not getting update.
    durranifaisal

    OK, a couple of things for you. First off, if a client had not sent in Heartbeat DDR, then the console would not reflect "Yes" in the "Client" column. Yours does, so you have had at least one Heartbeat DDR received and processed by the client. If you want
    to see when it was, you can view the Properties for that client, and in the Properties dialog, look at the AgentTime attribute. Very likely (always has been in my experience) it will be the very last time listed (you likely will have three or four 'agents'
    that have discovered this client, and thus reported time.
    The "Client Activity" column can be updated when you Refresh Client Status (on the Client Status node in the Monitoring workspace). It will happen automatically, but you can force it with this action.
    Lastly, none of this has anything to do with the fact that the Endpoint Protection menu option is unavailable. I don't even have it enabled in my test site (the current snapshot that I'm testing on), and the menu item still appears. My guess there is that
    you are logged on with a user that does not have rights to that action. So more likely a security issue rather than clients not reporting properly.
    Wally Mead

  • SCCM 2012 SP1 - PowerShell command to create a software update group deployment DISABLED by default

    Hello,
    I create deployment jobs using new Powershell cmdlet "Start-CMSoftwareUpdateDeployment". However it looks there is no way with this cmdlet to create a job which is disabled by default.
    Is it possible ? As an alternative, which cmdlet could I use to manage enable/disable job state ? I have not found anything so far.
    Regards.
    Sylvain

    hi, i tried the solution to create a deployment using  http://cm12sdk.net/?p=2014 link.
    it creates deployment but it is not downloaded so a red cross sign is shown in front of software update group. can you guide me on which command to use to download software update after which we can try the script mentioned in the link.
    thanks.
     

  • What are the Query criterion property attributes to search for KB's in SCCM 2012

    A client is ask what servers might have a particular hotfix(ex: KB2798040) installed. The Hotifx is not in our WSUS catalog because it is not a critical security patch so it is not downloaded. What is the SCCM 2012 R2 Query criterion property attributes
    to find a particular KB?

    Depending on the OS of the client, that information may not be collected by default.
    Rather than collecting all of the HotfixID class, instead, consider using DCM for this single HotfixID.
    Sherry has previously posted about ways to do this,
    http://myitforum.com/cs2/blogs/skissinger/archive/2011/08/17/non-security-hotfix-detection-for-windows-7-2008.aspx
    and here's a post by Nick which seems to be based on the very same approach:
    http://t3chn1ck.wordpress.com/2010/10/20/sccm-dcm-inventory-for-installed-windows-hotfixes/
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Maybe you are looking for

  • Multiple 'Reporting (Project Sync)' entries in Queue Jobs

    We have a Project Server 2013 implementation that includes around 30 projects. We found, that "randomly" several entries of the job type 'Reporting (Project Sync)' are submitted at the same time (within a few minutes) into the queue. The exact number

  • Weblogic server 10.0

    Hi, I want Weblogic server 10.0 mp1. can any one tell me how to download it. I am getting servers from 10.3 only. Regards, Haranadh

  • User creation error after installing Local portal

    Hi Everyone, I am presently running ECC 600, with Netweaver nw04s and J2E engine. I have installed MSSQL and then the J2E engine. I have also activated the SAP* superuser account. I would like to create users now. When i logon with SAP*, a register l

  • Footage is 'jerky'

    Hello, I exported my film from encore and watched it to discover the footage appears 'jerky'. It isn't horrid, but noticeable to the trained eye. My test audience didn't seem to notice, but I can clearly tell. It looks like the footage is missing a f

  • I have paid my money and cannot sign in please help

    I have paid my money and cannot sign in