Jump to content


GarthMJ

Moderators
  • Posts

    1,939
  • Joined

  • Last visited

  • Days Won

    92

Posts posted by GarthMJ

  1. 16 minutes ago, Matt Kemp said:

    Hi All, 

    Sorry if this is has already been discussed,

    I look after a global SCCM Environment, 1 CAS Server, 2 Primary Sites and 40+ Distribution Points.

    OSD:

    Some of our clients in the US are unable to retrieve policy due to a Time Sync with the primary site.

    SMSTS.log on an affected client states the following:

    Failed to get Client Identity (80072ee2)

    SyncTimeWithMP() failed 80072ee2

    Failed to get time information from MP: http:\\xxxxxxxxxxxx 

    The US Primary Site is set to UTC Eastern Time -05:00. Clients with timezone UTC Pacific Time -08:00 seem to be affected.

    How can i support both timezones?

     

    Thanks

    Matt

    80072ee2 = timeout

    This is almost always a firewall / network issues. 

  2. 1 hour ago, bmkiss67 said:

    My thing with the SCCM interface is that customers like pretty things so when they want to see patch data they want to see it in the SCCM interface.

    I would disagree with you. Do you really want to give your management the SCCM console, just to look at reports? No, they would generally want them emailed to them. Reports can be pretty too, you need to take time to make them or find either (free or paid) reports. 

    Don't forget that you will need to update those consoles ever 3-4 months when you update to the latest version of CMCB, this is not a great experience for them. 
     

  3. you need to use the count command. 

    SELECT        
        RV.Netbios_Name0 as 'Computer',
        Count(UP.localPath0) as '# of Profiles'
    FROM
        dbo.v_R_System_Valid RV
        INNER JOIN dbo.v_GS_USER_PROFILE UP ON UP.ResourceID = RV.ResourceID
    WHERE
        UP.localPath0 IS NOT NULL
    GROUP BY 
        RV.Netbios_Name0
    ORDER BY 
        RV.Netbios_Name0

  4. It is document in the CM docs that your site server must be SA within SQL/SSRS. So I don't see this as a problem or issue.

    Again, it is unclear if you have actually configured SW inventory. Post a screenshot. 

    Again, it is not recommended that SW inv be used and there is no guarantee that it will return results, lots to read here  https://www.enhansoft.com/?s=software+inventory

     

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.