Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New command: connect site collection to an Office 365 Group #431

Closed
waldekmastykarz opened this issue May 2, 2018 · 0 comments
Closed

Comments

@waldekmastykarz
Copy link
Member

Connects site collection to an Office 365 Group

  • command: spo site office365group set -u|--siteUrl <siteUrl> -a|--alias <alias> -n|--displayName -d|--description [description] -c|--classification [classification] --isPublic --keepOldHomepage
  • siteUrl: URL of the site collection being connected to new Office 365 Group
  • alias: The email alias for the new Office 365 Group that will be created
  • displayName: The name of the new Office 365 Group that will be created
  • description: The group’s description
  • classification: The classification value, if classifications are set for the organization. If no value is provided, the default classification will be set, if one is configured
  • isPublic: Determines the Office 365 Group’s privacy setting. If set, the group will be public, otherwise it will be private
  • keepOldHomepage: For sites that already have a modern page set as homepage, set this option, to keep it as the homepage

For more information see the Set-SPOSiteOffice365Group cmdlet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant