You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSiteOffice365Group.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Connects a top-level SPO site collection to a new Office 365 Group. You must be
30
30
> [!IMPORTANT]
31
31
> This cmdlet is currently in preview and is subject to change. It is not currently supported for use in production environments.
32
32
33
-
If the hub site doesn’t exist, this cmdlet returns a “File not found” error.
33
+
If the site doesn’t exist, this cmdlet returns a “File not found” error.
34
34
35
35
## EXAMPLES
36
36
@@ -46,6 +46,18 @@ Set-SPOSiteOffice365Group `
46
46
-Classification "Highly Confidential" `
47
47
```
48
48
49
+
### Example 2
50
+
51
+
This example creates a new Office 365 Group named "classicsite" and connects site collection https://contoso.sharepoint.com/sites/classicsite to it. It will keep the old home page from the classic site.
0 commit comments