I’m trying to create a Login script that will do the following:
Check if a user is a member of a named group.
If they are, then check if a named printer exists. If it does, do nothing.
If the printer doesn’t exist, then create it.
If the user is not a member of the group, then check if a named printer exists. If it does, delete the printer.
I’ve seen all the posts about creating printers etc based on groups (including Marks FAQ), but I cant figure out how to do this.
Any help would be appreciated.
Check if a user is a member of a named group.
If they are, then check if a named printer exists. If it does, do nothing.
If the printer doesn’t exist, then create it.
If the user is not a member of the group, then check if a named printer exists. If it does, delete the printer.
I’ve seen all the posts about creating printers etc based on groups (including Marks FAQ), but I cant figure out how to do this.
Any help would be appreciated.