Archives pour la catégorie POWERSHELL Office365

SharePoint Online Management Shell

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

 

Gestion groupe ADazure

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

https://support.office.com/fr-fr/article/utiliser-powershell-pour-g%C3%A9rer-les-groupes-office-365-aeb669aa-1770-4537-9de2-a82ac11b0540