Affecter des administrateurs à une application de service (SharePoint Server 2010)

 

S’applique à : SharePoint Foundation 2010, SharePoint Server 2010

Dernière rubrique modifiée : 2011-04-11

You can assign additional administrators to a Microsoft SharePoint Server 2010 service application. These users will be given access to the SharePoint Central Administration Web site and will be able to manage settings related to that particular service application.

You can assign administrators to a service application by using Central Administration or by using Windows PowerShell.

Dans cet article :

  • To assign administrators to a service application by using Central Administration

  • To assign administrators to a service application by using Windows PowerShell

To assign administrators to a service application by using Central Administration

  1. Vérifiez que le compte d’utilisateur qui exécute cette procédure est membre du groupe Administrateurs de batterie.

  2. Sur la page d’accueil Administration centrale, dans la section Gestion des applications, cliquez sur Gérer les applications de service.

  3. On the Manage Service Applications page, click the row that contains the service application to which you want to add administrators. The ribbon becomes available.

  4. On the ribbon, click Administrators.

  5. In the dialog box, add the user accounts or groups that you want to manage this service application.

  6. After you have added the administrators that you want, click OK.

To assign administrators to a service application by using Windows PowerShell

  1. Vérifiez que vous disposez de la configuration minimale requise suivante : Voir Add-SPShellAdmin.

  2. Dans le menu Démarrer, cliquez sur Tous les programmes.

  3. Cliquez sur Produits Microsoft SharePoint 2010.

  4. Cliquez sur SharePoint 2010 Management Shell.

  5. À l’invite de commandes de Windows PowerShell (PS C:\>), entrez l’applet de commande suivante et appuyez sur la touche ENTRÉE :

    Grant-SPServiceApplication -Identity <Service application GUID> -UserPrincipal <User principal name> -Rights <Rights> -Type {Admin | Access}

Pour plus d\rquote informations, voir Grant-SPServiceApplication.

See Also

Reference

Revoke-SPServiceApplication