Doc produitsMenu

Fichier du modèle d'administration de l'objet de stratégie de groupe pour la Trousse d'applications intégrées.

Cette rubrique présente le contenu du fichier de modèle d'administration (.adm) dont vous avez besoin lorsque vous déployez la Trousse d'applications intégrées à l'aide de la méthode de l'objet de stratégie de groupe (voir Création d'un objet de stratégie de groupe pour le déploiement de la Trousse d'applications intégrées).

Note : Vous pouvez télécharger le fichier ZIP renfermant le fichier Coveo Desktop Integration Package configuration.adm à l'aide du lien suivant.

; ============================================================================
;
; Coveo Desktop Integration Package Administrative Template File
;
; This file contains all the settings that are necessary to configure Group Policy
; settings for the Coveo Desktop Integration Package (DIP).
;
; Copyright (c) 2012 - Coveo Technologies Inc. - All Rights Reserved.
;
; ============================================================================

; ----------------------------------------------------------------------------
; Current User Section
; ----------------------------------------------------------------------------
CLASS USER

CATEGORY !!SearchBarCategory
;*****************************************************************
;GENERAL TAB OPTIONS
;*****************************************************************
  CATEGORY !!GeneralCategory
  KEYNAME "software\policies\Coveo\Search Bar"

  POLICY !!SearchPageUri_Policy
    EXPLAIN !!SearchPageUri_Explain
    PART !!SearchPageUri_EditText EDITTEXT REQUIRED
    VALUENAME "SearchPageUri"
    END PART
    END POLICY

    POLICY !!EnableRemoteIndexing_Policy
      EXPLAIN !!EnableRemoteIndexing_Explain
      PART !!EnableRemoteIndexing_CheckBox CHECKBOX
        VALUENAME "EnableRemoteIndexing"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
      PART !!HostNamePort_Text TEXT
      END PART
      PART !!HostNamePort_EditText LISTBOX VALUEPREFIX "Host"
        KEYNAME "software\policies\Coveo\Search Bar\RemoteIndexingServers\List"
      END PART
    END POLICY

    POLICY !!ShowQuickSearchBar_Policy
      EXPLAIN !!ShowQuickSearchBar_Explain
      PART !!ShowQuickSearchBar_AlwaysShowCheckBox CHECKBOX
        VALUENAME "AlwaysShowQuickSearchBar"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
      PART !!ShowQuickSearchBar_NeverShowCheckBox CHECKBOX
        VALUENAME "NeverShowQuickSearchBar"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
      PART !!ShowQuickSearchBar_HideByDefault CHECKBOX
        VALUENAME "HideQuickSearchBarByDefault"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
    END POLICY

    POLICY !!ShowSideBar_Policy
      EXPLAIN !!ShowSideBar_Explain
      PART !!ShowSideBar_AlwaysShowCheckBox CHECKBOX
        VALUENAME "AlwaysShowOutlookSideBar"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
      PART !!ShowSideBar_NeverShowCheckBox CHECKBOX
        VALUENAME "NeverShowOutlookSideBar"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
      PART !!ShowSideBar_HideByDefault CHECKBOX
        VALUENAME "HideOutlookSideBarByDefault"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
    END POLICY
  END CATEGORY
;*****************************************************************
;FILESYSTEM TAB OPTIONS
;*****************************************************************
  CATEGORY !!FilesystemCategory
    POLICY !!DisableRemoteFileIndexing_Policy
      KEYNAME "software\policies\Coveo\Search Bar"
      EXPLAIN !!DisableRemoteFileIndexing_Explain
      PART !!DisableRemoteFileIndexing_CheckBox CHECKBOX
        VALUENAME "DisableRemoteFileIndexing"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
    END POLICY

    POLICY !!FoldersToIndex_Policy
      KEYNAME "software\policies\Coveo\Search Bar\FoldersToIndex\List"
      EXPLAIN !!FoldersToIndex_Explain
      PART !!FoldersToIndex_ListBox LISTBOX VALUEPREFIX "Path"
      END PART
    END POLICY

    POLICY !!ExcludedFolders_Policy
      KEYNAME "software\policies\Coveo\Search Bar\ExcludedFolders\List"
      EXPLAIN !!ExcludedFolders_Explain
      PART !!ExcludedFolders_ListBox LISTBOX VALUEPREFIX "Path"
      END PART
    END POLICY
  END CATEGORY
;*****************************************************************
;OUTLOOK TAB OPTIONS
;*****************************************************************
  CATEGORY !!OutlookCategory
    KEYNAME "software\policies\Coveo\Search Bar"

    POLICY !!OutlookItemsToIndex_Policy
      EXPLAIN !!OutlookItemsToIndex_Explain
      PART !!IndexExchangeStore_CheckBox CHECKBOX
        VALUENAME "IndexExchangeStore"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
      PART !!IndexMAPIOnlineStores_CheckBox CHECKBOX
        VALUENAME "IndexMAPIOnlineStores"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
      PART !!UserCanChangeIndexMAPIOnlineStores_CheckBox CHECKBOX
        VALUENAME "UserCanOverrideIndexMAPIOnlineStores"
        VALUEON NUMERIC 1
        VALUEOFF NUMERIC 0
      END PART
    END POLICY

    POLICY !!MAPIProfileName_Policy
      EXPLAIN !!MAPIProfileName_Explain
      PART !!MAPIProfileName_EditText EDITTEXT REQUIRED
        VALUENAME "MAPIProfileName"
      END PART
    END POLICY
  END CATEGORY
END CATEGORY

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Strings
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

[Strings]
SearchBarCategory="Coveo Desktop Integration Package configuration"

GeneralCategory="General"

SearchPageUri_Policy="Set URI for the Search Page Used"
SearchPageUri_Explain="Enabling this policy and setting it to a URI defines the search page that will be used."
SearchPageUri_EditText="Search page URI:"

EnableRemoteIndexing_Policy="Allow Indexing on a Remote Server"
EnableRemoteIndexing_Explain="This policy allows the indexing of desktop or laptop computer content on one or more remote servers. When this policy is enabled, you must specify at least one remote server using the hostname:port form. When no port is specified, the default port (1980) is used. The port must be the same as the one used by the Desktop connector."
EnableRemoteIndexing_CheckBox="Index local documents and items on a remote server"
HostNamePort_Text="\nSpecify servers using the hostname:port form."
HostNamePort_EditText="Set remote server name and port:"

ShowQuickSearchBar_Policy="Show or Hide the Desktop Searchbar"
ShowQuickSearchBar_Explain="Enabling this policy allows specifying whether the Desktop Searchbar is visible or not."
ShowQuickSearchBar_AlwaysShowCheckBox="Always show the Desktop Searchbar"
ShowQuickSearchBar_NeverShowCheckBox="Never show the Desktop Searchbar"
ShowQuickSearchBar_HideByDefault="Hide Desktop Searchbar by default"

ShowSideBar_Policy="Show or Hide the Outlook Sidebar"
ShowSideBar_Explain="Enabling this policy allows specifying whether the Outlook Sidebar is visible or not."
ShowSideBar_AlwaysShowCheckBox="Always show the Outlook Sidebar"
ShowSideBar_NeverShowCheckBox="Never show the Outlook Sidebar"
ShowSideBar_HideByDefault="Hide the Outlook Sidebar by default"

FilesystemCategory="File Indexing"

DisableRemoteFileIndexing_Policy="Disable Remote File Indexing Override"
DisableRemoteFileIndexing_Explain="Enabling this policy prevents end-users from changing the folders to index and the excluded folders."
DisableRemoteFileIndexing_CheckBox="Disable remote file indexing override"

FoldersToIndex_Policy="Define Local Folders to Index"
FoldersToIndex_Explain="This policy contains the list of folders to index."
FoldersToIndex_ListBox="Local folders to index:"

ExcludedFolders_Policy="Define Local Folders to Exclude"
ExcludedFolders_Explain="This policy contains the list of folders to exclude from indexing."
ExcludedFolders_ListBox="Folders to exclude:"

OutlookCategory="Outlook Indexing"

OutlookItemsToIndex_Policy="Define PST Indexing Parameters"
OutlookItemsToIndex_Explain="This policy defines the Outlook folders to index."
IndexExchangeStore_CheckBox="Index the OST folder"
IndexMAPIOnlineStores_CheckBox="Index the PST folder"
UserCanChangeIndexMAPIOnlineStores_CheckBox="Allow users to override PST indexing"

MAPIProfileName_Policy="Define MAPI Profile Used for Indexing"
MAPIProfileName_Explain="Enabling this policy allows to specify the MAPI profile to use for indexing user's PST and OST folders."
MAPIProfileName_EditText="Use this MAPI profile:"