Jump to content


GarthMJ

Moderators
  • Posts

    1,939
  • Joined

  • Last visited

  • Days Won

    92

Posts posted by GarthMJ

  1. It will work but there are a few issue with using security groups for a PC.

    • The PC needs to reboot to get the update security token
    • A full AD discovery need to run.

     

    Also I have found that the way to write the collection will have an effect on the way the deployment work. This WQL query will work:

     

    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.SystemGroupName = "GARTEK\\Visio 2007 PC"
    

  2. I'm aware that a Distribution Point can not be used as a software update location (Too bad - stuck with WSUS for now), but can it be used to stage Forefront definition updates for systems in that site?

     

    I’m not sure what you mean by the above.

     

    Yes you can use a DP to download SU’s (or Forefront defs) themselves (not the detection details, just the SU themselves)

  3. I'm not sure but the wakeup timer might interface with the motherboard wakeup timer. Personally I would test this, keep in mind that it might work on some PC and not others. I think it always works with PCs that are asleep or hibernating. Also keep in mind that OOB can be used to wake up PCs too on top of WOL.

     

     

    As for shut down this is just normal Power management stuff. The try with CM07/CM12 is that you can set different policy on each collections. Here is what you can set.

    http://technet.microsoft.com/en-ca/library/ff977084.aspx

  4. any advice how to fix, or where is a problem ?

     

    You are getting access denied because you are querying the tables instead of the views, by default none of the reporting options within CM07 or CM12 have permissions to any of the table data. BTW, It is bad form to query the tables directly and can lead to table locking issue on a busy site.

×
×
  • 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.