Skip to content

Instantly share code, notes, and snippets.

@rjesh-git
Created May 2, 2019 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjesh-git/e250112d25aefa3b10def30dd474de77 to your computer and use it in GitHub Desktop.
Save rjesh-git/e250112d25aefa3b10def30dd474de77 to your computer and use it in GitHub Desktop.
Office365 CLI hide Teams creation prompt
# Login to SharePoint online team site as owner
o365$ spo login https://M365x816568.sharepoint.com/sites/it
# set TeamifyHidden property as True
o365$ spo propertybag set --webUrl https://M365x816568.sharepoint.com/sites/it --key TeamifyHidden --value True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment