Question : Deploying printers group policy server 2003 and server 2008

Hello,

Print server = Server 2008 R2
DC01 = Server 2003 R2

The DC01 does not have the Print server role since the Print server already has it.
I need to find the Pushprinterconnections.exe file and add it to the Login/Start up script
Should I add the Print server role to the DC01 server in order to deploy printers via GPO or can I do it all on the print server ?

Answer : Deploying printers group policy server 2003 and server 2008

>> I can't provide this information because it's proprietary.

Now I understand why you're reluctant to answer my questions clearly ;)

Since I don't know what API you're talking about, I don't have enough information to help you. You'll have to check in the API documentation whether there is a function that converts a channel_t value to its numeric id.

Something like :

        int getChannelId(channel_t c) {
                /* the implementation here would be different on both platforms, but hidden from you */
        }

In that case, you can simply call this function :

        if (
          (getChannelId(cnfg->channel) >= 0)  &&
          (getChannelId(cnfg->channel) <= 15)
        )
Random Solutions  
 
programming4us programming4us