thanks
You'll want to filter select * from Win32_ComputerSystem and look specify
the name you're looking for. You should be able to use a wildcard so you
only need one expression. If you do something similar to name = "Exch*"
then it would get all of your exchange servers if the name of your Exchange
servers were something like:
ExchDal01
ExchTor03
ExchAus01
Exchange42
Hope this helps
--
Ken Aldrich
DSRAZOR for Windows
Visual Click Software, Inc.
www.visualclick.com
"Kimono" <kim...@here.net.com> wrote in message
news:OT2JOJ2Y...@TK2MSFTNGP05.phx.gbl...
Select * from Win32_ComputerSystem where Name = "EXTEST"
the server named EXTEST picks up the policy. When I do
Select * from Win32_ComputerSystem where Name = "EX*" the server extest
filters out the policy, as seen by gpresult.
Any clues?
"Ken Aldrich" <supp...@visualclick.com> wrote in message
news:%23UXxaY9...@TK2MSFTNGP03.phx.gbl...