Al,

My guess is that he wants to do a double check.

1. Check if user is a member of a certain group
2. Check the "description field of the shared printer for a specific phrase"


If InGroup("x") And (Description contains x) EndIf

At least that's how I read it.

The issue would be how to get that shared phrase either from the registry or from WMI