Last active
February 2, 2018 22:02
-
-
Save rjesh-git/f819fa7b07a1cd2d94376febbbf9c4f7 to your computer and use it in GitHub Desktop.
add site collection admin to communication sites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update the tenant url | |
PS C:\> .\Add-CommSitesSCA.ps1 -Url https://<tenant>-admin.sharepoint.com | |
## Or Provide optional credentials | |
PS C:\> $creds = Get-Credential | |
PS C:\> .\Add-CommSitesSCA.ps1-Url https://<tenant>-admin.sharepoint.com -Credentials $creds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment