I have recently join the Community and a newbie at this whole GPO. I wish to know what would be the best way to create a script that will pull group name from AD and then compare it to see what printers it needs to install for that group.
I have a KIXS script that runs right now that installs network drives per department and wondering if I can just put $itprt="rundll32 printui.dll,PrintUIEntry /in /n\\server\it" to reference the printer and put $itprt under the group to add the printer. Or does someone a better way to do this?