Salaudeen Rajack

Salaudeen Rajack - Information Technology Expert with Two-decades of hands-on experience, specializing in SharePoint, PowerShell, Microsoft 365, and related products. He has held various positions including SharePoint Architect, Administrator, Developer and consultant, has helped many organizations to implement and optimize SharePoint solutions. Known for his deep technical expertise, He's passionate about sharing the knowledge and insights to help others, through the real-world articles!

One thought on “SharePoint Online: Monitor External Sharing Invitations with Alerts

  • Hi, thank you for excellent write up. I enable this feature on my tenant but don’t get the email notifications.
    How can I troubleshoot? This is Office365 Business account. I want to bcc helpdesk@domainname.com

    I ran below powershell and it does show as enabled with helpdesk@domainname.com as email to bcc

    $TenantAdminURL = “https://allurelabs-admin.sharepoint.com”

    #Connect to Admin Center
    Connect-SPOService -Url $TenantAdminURL -Credential (Get-Credential)

    #enable alert for external user invitation
    Set-SPOTenant -BccExternalSharingInvitations $True -BccExternalSharingInvitationsList “helpdesk@allurelabs.com”

    Get-SPOTenant | Select BccExternalSharingInvitations, BccExternalSharingInvitationsList

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *