I get an error when trying to do the exclude systems in another container
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...
I need to exclude clustered servers from a Collection. I tried to do it by not equal to service name "Cluster Service" but it they still showed up.
Thanks,
Codis
I got it!
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_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID =...
I've been trying to figure this out all morning. I need a query that will pull in only domain controllers.
I did look at the domain role section but the atributes 0-5 seemed to be fore the Operation Roles.
Thank you for any help,
Crash
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.