A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Installation
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , ,

AutoArchive Inbox Group Policy





 
 
Thread Tools Display Modes
  #1  
Old September 19th 06, 02:14 PM posted to microsoft.public.outlook.installation
John
external usenet poster
 
Posts: 314
Default AutoArchive Inbox Group Policy

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!
Ads
  #2  
Old September 20th 06, 06:27 PM posted to microsoft.public.outlook.installation
John
external usenet poster
 
Posts: 314
Default AutoArchive Inbox Group Policy

Can a new adm template be created to include the Inbox in the GPO? And if
so, how is that done?

Anyone??!!

"John" wrote:

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!

  #3  
Old September 20th 06, 06:47 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default AutoArchive Inbox Group Policy

No, individual folder archive settings cannot be set with GPO.

What about using Mailbox Manager on the server? Or a server-based archive application?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Can a new adm template be created to include the Inbox in the GPO? And if
so, how is that done?

Anyone??!!

"John" wrote:

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!

  #4  
Old September 20th 06, 07:33 PM posted to microsoft.public.outlook.installation
John
external usenet poster
 
Posts: 314
Default AutoArchive Inbox Group Policy

Thanks for the response Sue!!

Unfortunately, the Exchange servers are handled by a sepearte branch and it
is difficult to convey good ideas to them!!

To beat the carpet a little more though, and perhaps your book has a
solution I can implement (I have not ssen the Programming one yet): can a
script be written that can trigger the Tools/Options/Other/AutoArchive/Apply
these settings to all folders now button to be pushed out via GPO? I see
that the AutoArchive settings are set in the client via the GPO and they
simply need to be applied to the folders.


"Sue Mosher [MVP-Outlook]" wrote:

No, individual folder archive settings cannot be set with GPO.

What about using Mailbox Manager on the server? Or a server-based archive application?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Can a new adm template be created to include the Inbox in the GPO? And if
so, how is that done?

Anyone??!!

"John" wrote:

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!


  #5  
Old September 20th 06, 07:38 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default AutoArchive Inbox Group Policy

GPO can't push buttons to launch Outlook procedures. It can only propagate Outlook settings.

You might be able to write a script that runs while Outlook is running and sets autoarchive properties per folder. I've never tried it, but I think there may be some CDO 1.21 code over at http://www.cdolive.com/cdo5.htm . An unsupported technique, of course.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Thanks for the response Sue!!

Unfortunately, the Exchange servers are handled by a sepearte branch and it
is difficult to convey good ideas to them!!

To beat the carpet a little more though, and perhaps your book has a
solution I can implement (I have not ssen the Programming one yet): can a
script be written that can trigger the Tools/Options/Other/AutoArchive/Apply
these settings to all folders now button to be pushed out via GPO? I see
that the AutoArchive settings are set in the client via the GPO and they
simply need to be applied to the folders.


"Sue Mosher [MVP-Outlook]" wrote:

No, individual folder archive settings cannot be set with GPO.

What about using Mailbox Manager on the server? Or a server-based archive application?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Can a new adm template be created to include the Inbox in the GPO? And if
so, how is that done?

Anyone??!!

"John" wrote:

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!


  #6  
Old September 21st 06, 02:48 PM posted to microsoft.public.outlook.installation
John
external usenet poster
 
Posts: 314
Default AutoArchive Inbox Group Policy

I see a couple things over there that may in fact be useful. Thanks again!
Let me pick your brain two more times, though... (Let me be simplistic
here!!)

1. When the Apply to all folders button is selected, obviously some code is
run that cascades the settings to all the folders. When this is done, the
code has modified something to tell Outlook that those folders are to be
archived with those settings. Where is that setting changed, whithin a file
in the the Outlook application, in the registry, or in the pst file itself?

Do you think that SMS could be used to advertise a change to one of these
areas to make the modification possible?

2. Am I correct in thinking that when a user creates another new folder
that the auto-archive settings will have to be applied to the new ones
too--that it is not automatically applied?

Thanks Again Sue! I appreciate your free-to-me time and advice. (That's not
said enough I think.)


"Sue Mosher [MVP-Outlook]" wrote:

GPO can't push buttons to launch Outlook procedures. It can only propagate Outlook settings.

You might be able to write a script that runs while Outlook is running and sets autoarchive properties per folder. I've never tried it, but I think there may be some CDO 1.21 code over at http://www.cdolive.com/cdo5.htm . An unsupported technique, of course.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Thanks for the response Sue!!

Unfortunately, the Exchange servers are handled by a sepearte branch and it
is difficult to convey good ideas to them!!

To beat the carpet a little more though, and perhaps your book has a
solution I can implement (I have not ssen the Programming one yet): can a
script be written that can trigger the Tools/Options/Other/AutoArchive/Apply
these settings to all folders now button to be pushed out via GPO? I see
that the AutoArchive settings are set in the client via the GPO and they
simply need to be applied to the folders.


"Sue Mosher [MVP-Outlook]" wrote:

No, individual folder archive settings cannot be set with GPO.

What about using Mailbox Manager on the server? Or a server-based archive application?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Can a new adm template be created to include the Inbox in the GPO? And if
so, how is that done?

Anyone??!!

"John" wrote:

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!


  #7  
Old September 21st 06, 08:53 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default AutoArchive Inbox Group Policy

1) The archive settings are stored as a hidden item in each folder.

SMS? I don't think so.

2) Correct.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
I see a couple things over there that may in fact be useful. Thanks again!
Let me pick your brain two more times, though... (Let me be simplistic
here!!)

1. When the Apply to all folders button is selected, obviously some code is
run that cascades the settings to all the folders. When this is done, the
code has modified something to tell Outlook that those folders are to be
archived with those settings. Where is that setting changed, whithin a file
in the the Outlook application, in the registry, or in the pst file itself?

Do you think that SMS could be used to advertise a change to one of these
areas to make the modification possible?

2. Am I correct in thinking that when a user creates another new folder
that the auto-archive settings will have to be applied to the new ones
too--that it is not automatically applied?


"Sue Mosher [MVP-Outlook]" wrote:

GPO can't push buttons to launch Outlook procedures. It can only propagate Outlook settings.

You might be able to write a script that runs while Outlook is running and sets autoarchive properties per folder. I've never tried it, but I think there may be some CDO 1.21 code over at http://www.cdolive.com/cdo5.htm . An unsupported technique, of course.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Thanks for the response Sue!!

Unfortunately, the Exchange servers are handled by a sepearte branch and it
is difficult to convey good ideas to them!!

To beat the carpet a little more though, and perhaps your book has a
solution I can implement (I have not ssen the Programming one yet): can a
script be written that can trigger the Tools/Options/Other/AutoArchive/Apply
these settings to all folders now button to be pushed out via GPO? I see
that the AutoArchive settings are set in the client via the GPO and they
simply need to be applied to the folders.


"Sue Mosher [MVP-Outlook]" wrote:

No, individual folder archive settings cannot be set with GPO.

What about using Mailbox Manager on the server? Or a server-based archive application?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Can a new adm template be created to include the Inbox in the GPO? And if
so, how is that done?

Anyone??!!

"John" wrote:

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!


  #8  
Old September 29th 06, 02:06 PM posted to microsoft.public.outlook.installation
John
external usenet poster
 
Posts: 314
Default AutoArchive Inbox Group Policy

Sue:

Where can I find details/documentation on the Outlk11.adm? I want to make
sure I fully understand what the AutoArchive and Retention settings are
doing. But the Explain tab in GPO are blank, and when I think I've found
something on MS, it's just general info.

Thanks!

"Sue Mosher [MVP-Outlook]" wrote:

1) The archive settings are stored as a hidden item in each folder.

SMS? I don't think so.

2) Correct.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
I see a couple things over there that may in fact be useful. Thanks again!
Let me pick your brain two more times, though... (Let me be simplistic
here!!)

1. When the Apply to all folders button is selected, obviously some code is
run that cascades the settings to all the folders. When this is done, the
code has modified something to tell Outlook that those folders are to be
archived with those settings. Where is that setting changed, whithin a file
in the the Outlook application, in the registry, or in the pst file itself?

Do you think that SMS could be used to advertise a change to one of these
areas to make the modification possible?

2. Am I correct in thinking that when a user creates another new folder
that the auto-archive settings will have to be applied to the new ones
too--that it is not automatically applied?


"Sue Mosher [MVP-Outlook]" wrote:

GPO can't push buttons to launch Outlook procedures. It can only propagate Outlook settings.

You might be able to write a script that runs while Outlook is running and sets autoarchive properties per folder. I've never tried it, but I think there may be some CDO 1.21 code over at http://www.cdolive.com/cdo5.htm . An unsupported technique, of course.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Thanks for the response Sue!!

Unfortunately, the Exchange servers are handled by a sepearte branch and it
is difficult to convey good ideas to them!!

To beat the carpet a little more though, and perhaps your book has a
solution I can implement (I have not ssen the Programming one yet): can a
script be written that can trigger the Tools/Options/Other/AutoArchive/Apply
these settings to all folders now button to be pushed out via GPO? I see
that the AutoArchive settings are set in the client via the GPO and they
simply need to be applied to the folders.


"Sue Mosher [MVP-Outlook]" wrote:

No, individual folder archive settings cannot be set with GPO.

What about using Mailbox Manager on the server? Or a server-based archive application?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Can a new adm template be created to include the Inbox in the GPO? And if
so, how is that done?

Anyone??!!

"John" wrote:

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!



  #9  
Old September 29th 06, 10:09 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default AutoArchive Inbox Group Policy

The most important settings are documented in the online Office Resource Kit, e.g. at http://office.microsoft.com/en-us/as...402861033.aspx.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Sue:

Where can I find details/documentation on the Outlk11.adm? I want to make
sure I fully understand what the AutoArchive and Retention settings are
doing. But the Explain tab in GPO are blank, and when I think I've found
something on MS, it's just general info.

Thanks!

"Sue Mosher [MVP-Outlook]" wrote:

1) The archive settings are stored as a hidden item in each folder.

SMS? I don't think so.

2) Correct.



"John" wrote in message ...
I see a couple things over there that may in fact be useful. Thanks again!
Let me pick your brain two more times, though... (Let me be simplistic
here!!)

1. When the Apply to all folders button is selected, obviously some code is
run that cascades the settings to all the folders. When this is done, the
code has modified something to tell Outlook that those folders are to be
archived with those settings. Where is that setting changed, whithin a file
in the the Outlook application, in the registry, or in the pst file itself?

Do you think that SMS could be used to advertise a change to one of these
areas to make the modification possible?

2. Am I correct in thinking that when a user creates another new folder
that the auto-archive settings will have to be applied to the new ones
too--that it is not automatically applied?


"Sue Mosher [MVP-Outlook]" wrote:

GPO can't push buttons to launch Outlook procedures. It can only propagate Outlook settings.

You might be able to write a script that runs while Outlook is running and sets autoarchive properties per folder. I've never tried it, but I think there may be some CDO 1.21 code over at http://www.cdolive.com/cdo5.htm . An unsupported technique, of course.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Thanks for the response Sue!!

Unfortunately, the Exchange servers are handled by a sepearte branch and it
is difficult to convey good ideas to them!!

To beat the carpet a little more though, and perhaps your book has a
solution I can implement (I have not ssen the Programming one yet): can a
script be written that can trigger the Tools/Options/Other/AutoArchive/Apply
these settings to all folders now button to be pushed out via GPO? I see
that the AutoArchive settings are set in the client via the GPO and they
simply need to be applied to the folders.


"Sue Mosher [MVP-Outlook]" wrote:

No, individual folder archive settings cannot be set with GPO.

What about using Mailbox Manager on the server? Or a server-based archive application?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John" wrote in message ...
Can a new adm template be created to include the Inbox in the GPO? And if
so, how is that done?

Anyone??!!

"John" wrote:

We are running Outlook 2003 client to an Exchange server. I installed the
Outlook11.adm so I can configure GPO settings.

Once setting in particular that I need to set is the Auto Archive, which I
have. The policy resulted in the Archive Folders being generated on the
client with sub folders for Deleted Items, Sent Items, and Search Folders,
but not the Inbox and Inbox subfolders.

I have read that the Inbox folder is not included by default. Is there
anything in the GPO or a registry setting that can be enabled to include the
Inbox and any Inbox Sub Folders the users may create?

The only workaround that I can figure is visiting each PC and setting the
Auto Archive for the Inbox, but this really defeats the purpose of the GPO!!



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Group Policy and Outlook 'Safe Senders List' SuperGumby [SBS MVP] Outlook - General Queries 1 August 26th 06 03:23 AM
group policy - add RPC over HTTP settings? Rabbit_Guy Outlook - General Queries 1 June 16th 06 04:23 PM
Group Policy with Outlook Deployment Phillip Windell Outlook - General Queries 2 May 18th 06 01:42 AM
Outlook Group Policy & Signatures Mike Snetzko Outlook - Installation 1 April 19th 06 11:01 PM
Autoarchive Group Policy paul Outlook - Installation 5 April 7th 06 11:54 PM


All times are GMT +1. The time now is 09:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2009 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Guitar Lesson - Finance Blog - Credit Cards - Search Rapidshare - Turismo Rural Asturias