I want to deploy an application to different groups of computers. For simplicity's sake, let's just say it's Office. But the two groups that I'm deploying to will have different parts of Office with different settings in the transform file.
Can I accomplish this without creating two different Application entries in SCCM?
My first thought was to make two Active Directory groups and make two Deployment Types with global requirements that check if they are members of the proper group. From what I've read, this seems to be a bad idea.