Deep Dive Into Office 365 PowerShell Cmdlets (Part 8)
http://techgenix.com/deep-dive-office-365-powershell-cmdlets-part-8/
http://techgenix.com/deep-dive-office-365-powershell-cmdlets-part-8/
Download sharepoint Online Management Shell
https://www.microsoft.com/en-us/download/details.aspx?id=35588
connection
$adminUPN= »<the full email address of a SharePoint administrator account, example: jdoe@contosotoycompany.onmicrosoft.com> »
$orgName= »<name of your Office 365 organization, example: contosotoycompany> »
$userCredential = Get-Credential -UserName $adminUPN -Message « Type the password. »
Connect-SPOService -Url https://$orgName-admin.sharepoint.com -Credential $userCredential
tester Get-SPOSite
Lister commande: Get-Command -Module « online »
cmdlet
https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/index?view=sharepoint-ps
cmdlet gestion des groupes
https://msdn.microsoft.com/en-us/library/321d532e-407d-4e29-a00a-8afbe23008dd#BKMK_ManageGroups
Integrer des utilisateurs au groupe
http://msoffice365exo.blogspot.com/p/add-members-to-security-group-through.html
restreindre l’envoi uniquement de mails en interne pour un groupe office365 /ajouter des infos courrier