Dynamic Inventory Collection
So I am trying to create a Dynamic Inventory collection that pulls computers three different AD OU's and then shows me all of the computers in those OU's that have Windows 7 installed.
The issue I am running into is when I pull the three OU's, it pulls the computers in from those OU's, but when I add the argument to show me the Windows 7 machines, it ends up pulling all of the Windows 7 machines, regardless where they are in my AD.
I'm probably goofing up the logic, but I haven't found where my issue is yet.
Comments
From your description, I think you're looking for something like this:
I tried that this morning and at first it didn't pull any thing. I changed the AD Parent Path from Equals to Contains and it pulled the correct ones.
Thanks for the help with that. I was dancing all around it and didn't nest the any and all under an all. I was very close, but didn't add the All clear at the top.