
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2018 05:13 PM
Hi,
I've been wrestling with trying to get this to work. Basically, I'm trying to get the total count of Windows 7 installs in a specific Active Directory OU tree, but also excluding one of the sub OUs within that tree.
Basically, our AD tree looks something like this
Computers_US
-California
-Florida
-Colorado
-Montana
How would I build a report that shows how many Windows 7 installs there are for all of the OUs in the Computers_US, excluding Montana, for example?
I've been wrestling with trying to get this to work. Basically, I'm trying to get the total count of Windows 7 installs in a specific Active Directory OU tree, but also excluding one of the sub OUs within that tree.
Basically, our AD tree looks something like this
Computers_US
-California
-Florida
-Colorado
-Montana
How would I build a report that shows how many Windows 7 installs there are for all of the OUs in the Computers_US, excluding Montana, for example?
Labels:
- Labels:
-
Report Center
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2018 11:01 PM
I would try:
Where tblADComputers.OU Not Like '%California%' And Not Like 'Florida' And Not Like ...etc.
Where tblADComputers.OU Not Like '%California%' And Not Like 'Florida' And Not Like ...etc.
