Jump to content


XPrten

Established Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by XPrten

  1. Uninstall ConfigMgr 2012 Sp1 client agent in TS with variable "SMSTSPostaction". Read my tweet: https://twitter.com/IT_Binkan/status/689697201065426945
  2. Yes I did, but it could not find any machines. When I used my code it did find all of my Windows 7
  3. Thanks but that didn't work I had to do like this to separate 7 from Vista All Windows 7 systems 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_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Name like "%7%" All Windows Vista Systems 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_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Name like "%Vista%"
  4. Is there any application that can find the computer that an Active Directory user is currently logged on to?
  5. How can I find my OSX or Linux machines?
  6. When I use the settings from your topic "All Windows Vista Systems", I also get all Windows 7 Systems. I would like to separate Vista from 7 but I don't know how.
×
×
  • 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.