This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Charger les bibliothèques requises | |
Install-Module Microsoft.Graph.Teams -Force | |
Install-Module Microsoft.Graph.SharePoint -Force | |
# Définir les informations d'identification de l'application | |
$clientId = "<Application ID>" | |
$clientSecret = "<Application Secret>" | |
$tenantId = "<Tenant ID>" | |
# Obtenir un jeton d'accès |