Has anyone done a deployment (not upgrade) of clients via group policy?
Announcement
Collapse
No announcement yet.
X
-
We use roaming profiles and we have it working well. We actually addressed this during pre-install so the Shoretel Engineers actually tried (a little) to help out so they could get the sale.
The only thing that we found that doesn't roam correctly is the little Outlook form that they use for their voicemail. With a lot of googling, I found out the way around that is to publish the form in Exchange itself.
Since we got it up, we haven't had any problems with the roaming profiles.
Comment
-
Originally posted by travisbconleyI don't want to use true roaming profiles, just something like a logoff script in active directory that would copy their %username% shoretel files to their user directory, then in the login script, copy them to the pc....
Something like this for the login
Code:xcopy \\file_server\share\FRMCACHE.DAT "%userprofile%\Local Settings\Application Data\Microsoft\FORMS\" /y
Code:xcopy "%userprofile%\Local Settings\Application Data\Microsoft\FORMS\FRMCACHE.DAT" \\hounas01\profiles$\ /y
Comment
-
Basically, Shoretel has an Application Note (ST-0128 March 24, 2006). Maybe Charles could post a link to that on this website or I could email it to anyone who needs it.
I created a share on the network and put the data1.cab, setup.exe, and Shoreware Call Manager.msi file in it. To get the msi, you have to do a manual install on one workstation and pull the msi file from that workstation. Copy it from there to your network share.
After that, I just created a GPO and assigned it to all of my computers.
Each user who logs in for the first time will have to go through the initial setup. I just created a site on our Intranet that wents step by step with pictures.
With my roaming profiles, like I said, everything roams with the user except that Forms.dat file. But to get around that, I just published the form in Exchange so Outlook automatically looks there if it can't find it locally.
Comment
-
Originally posted by tnshurtmI did it with 6.1 to about 200 workstations. It worked great. Once the computer reboots, it will install the PCM and then auto reboot again. After that, you are good to go.
Can you share what you did? Our client followed the Shoretel app note instructions but the TAPI settings don't properly configure when each user runs PCM the first time and goes through setup.
Comment
-
Originally posted by cburgyCan you share what you did? Our client followed the Shoretel app note instructions but the TAPI settings don't properly configure when each user runs PCM the first time and goes through setup.
share what I did with the form? or the roaming profiles? If I remember correctly, the roaming profiles just worked except for the form.
Comment
Comment