Skip to content

Instantly share code, notes, and snippets.

@PierrickBIT
PierrickBIT / gist:953091bb420277a73a1d7b583e268fe3
Created January 31, 2023 07:36
[MS TEAMS] Copier les fichiers d'une conversation vers une bibliothèque SharePoint 365
# 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