Forum Discussion
Douglas Clelland
Aug 22, 2017Copper Contributor
Unable to Share with External Users
Hello all, as of today I am unable to share with external users from a sharepoint site. I checked all avenues: Office 365 - external sharing On SharePoint - external sharing on Site - external s...
Nov 13, 2017
Hi,
I have faced the same issue and I have resolved like below:
- David GordonNov 23, 2017Copper Contributor
Thank you for this information.
Been battling to share stuff for days - couldn't figure out why it didn't work.
- Maqbool Khan NiaziDec 12, 2017Copper Contributor
Can someone please share the step by step guide for powershell ?
- Dale RobertsonDec 12, 2017Copper Contributor
Install SPO PowerShell Module:
https://www.microsoft.com/en-us/download/details.aspx?id=35588
RUN AS ADMIN
TO CONNECT:
$adminUPN="admin@yourdomain.net"
$orgName="Contoso"
$userCredential = Get-Credential -UserName $adminUPN -Message "Type the password."
Connect-SPOService -Url https://yourcompany-admin.sharepoint.com -Credential $userCredential