RE: [ActiveDir] WMI Filters - Domain Specific

2005-10-07 Thread Harding, Devon
@mail.activedir.org Subject: RE: [ActiveDir] WMI Filters - Domain Specific Nope. With the query below you gonna have the servers as well :) You must narrow the scope of the query such as: Select * from Win32_ComputerSystem WHERE DomainRole = VALUE Where value is: 1 for Standalone Workstation 2

RE: [ActiveDir] WMI Filters - Domain Specific

2005-10-07 Thread Alain Lissoir
ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] WMI Filters - Domain Specific Nope. With the query below you gonna have the servers as well :) You must narrow the scope of the query such as: Select * from Win32_ComputerSystem WHERE DomainRole = VALUE Where value is: 1 for Standalone Wor

RE: [ActiveDir] WMI Filters - Domain Specific

2005-10-06 Thread Darren Mar-Elia
You might try: Select * from Win32_ComputerSystem WHERE domain = "contoso.com" From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harding, DevonSent: Thursday, October 06, 2005 1:17 PMTo: ActiveDir@mail.activedir.orgSubject: [ActiveDir] WMI Filters - Domain Specific

RE: [ActiveDir] WMI Filters - Domain Specific

2005-10-06 Thread Alain Lissoir
5 for Backup Domain Controller 6 for Primary Domain Controller HTH /Alain From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren Mar-EliaSent: Thursday, October 06, 2005 3:09 PMTo: ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] WMI Filters - Domain Specific You might