Forum Discussion
Embed iframe into team site
- Jun 06, 2017
From another post on here:
Connect to sharepoint online powershell:
connect-sposervice -url https://yourtenant-admin.sharepoint.com/
set-sposite https://yourtenant.sharepoint.com/sites/GroupSiteUrl -DenyAddAndCustomizePages $false
Then, navigate directly to the settings page for the group and you will see the 'HTML Field Security' option which you can modify:
https://yourtenant.sharepoint.com/sites/GroupSiteUrl/_layouts/settings.aspx
You will have to be an owner of the group to be able to see the settings page.
From another post on here:
Connect to sharepoint online powershell:
connect-sposervice -url https://yourtenant-admin.sharepoint.com/
set-sposite https://yourtenant.sharepoint.com/sites/GroupSiteUrl -DenyAddAndCustomizePages $false
Then, navigate directly to the settings page for the group and you will see the 'HTML Field Security' option which you can modify:
https://yourtenant.sharepoint.com/sites/GroupSiteUrl/_layouts/settings.aspx
You will have to be an owner of the group to be able to see the settings page.
- Tom RobeyJun 06, 2017Iron Contributor
Well I did it. I followed the PowerShell commands as you suggested and it worked like a charm. My past experience with PowerShell has not been as successful. Thank you.