GPO deploying default templates on PPT and MS Word

  • Thread starter Thread starter twayd
  • Start date Start date
T

twayd

Hello-

I am wondering if I can use a GPO to deploy a default template for MS office
apps, more specifically PowerPoint and MS Word.

Thanks!!

Wade
 
Hi,
I am wondering if I can use a GPO to deploy a default template for MS office
apps, more specifically PowerPoint and MS Word.

You can´t because GPOs can not do a simple file copy job for you :-(
You have to script it in your loginscript, or create a MSI to deploy
the files.

Mark
 
Shucks!!! Thanks for your help, Mark. Do you know any links to docs on
using login scripts to do it????
 
Hi,
[...] Do you know any links to docs on using login scripts to do it????

it´s just the same copy command in a batch file, you would use in the CMD.

Mark
 
Back
Top