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: create Office 365 group #308

Closed
waldekmastykarz opened this issue Feb 4, 2018 · 0 comments
Closed

New command: create Office 365 group #308

waldekmastykarz opened this issue Feb 4, 2018 · 0 comments

Comments

@waldekmastykarz
Copy link
Member

waldekmastykarz commented Feb 4, 2018

Create Office 365 group

  • command: spo o365group add -n|--displayName <displayName> -d|--description <description> -e|--mailNickname <mailNickname> -o|--owners [owners] -m|--members [members] --isPrivate [isPrivate] -l|--logoPath [logoPath]
  • displayName: Display name for the Office 365 group
  • description: Description for the Office 365 group
  • mailNickname: Name to use in the group e-mail (part before the @)
  • owners: comma-separated list of Office 365 group owners
  • members: comma-separated list of Office 365 group members
  • isPrivate: set to true if the unified group should be private and to false if it should be public
  • logoPath: local path to the image file to use as group logo
  • requires connection to the Microsoft Graph (Add support for authenticating to MS Graph #10)

For more information see the New-PnPUnifiedGroup cmdlet

@waldekmastykarz waldekmastykarz changed the title New command: create unified group New command: create Office 365 group Feb 5, 2018
@waldekmastykarz waldekmastykarz self-assigned this Feb 22, 2018
waldekmastykarz added a commit to waldekmastykarz/cli-microsoft365 that referenced this issue Feb 24, 2018
@waldekmastykarz waldekmastykarz added this to the v1.0.0 milestone Feb 26, 2018
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