Note: The following document will set your Sharepoint group site to be accessible by any external user without needing a Microsoft login.
- Navigate to Sharepoint Admin portal
- Select the top level Sharepoint site
- Select sharing in the top options bar
- Select “Allow sharing with all external users, and by using anonymous access links”
- Save the changes made
- Open Powershell as administrator
- Use the following command
- Install-Module -Name Microsoft.Online.SharePoint.PowerShell
- Type y for both questions
- Use the following command
- Connect-SPOService -Url https://company-admin.sharepoint.com -credential [email protected]
- Change the italicized words accordingly to fit your company
- Use the following command
- Set-SPOSite -Identity https://company.sharepoint.com/sites/GroupName -SharingCapability ExternalUserAndGuestSharing
- Change the italicized words accordingly to fit your company and group name
- Once all 3 commands have been entered successfully you can open your Sharepoint group
- Select a document to share -> select Copy Link -> Select “People in … button
- The Anyone option should be selected
- You can now copy and paste the address so that external users can view your site without signing in.
Questions? Comments? We’re Always Happy To Help!