문제

I tried using the following script to disable one of my sub-sites:

Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential xyz@contoso.com

I get the following error:

The site is not properly formed.

It seems that this script only works at site collection level. Do we have any script which would work at sub site level as well? Or any other suggestion how I could disable this site.

도움이 되었습니까?

해결책

There is no functionality available at subsite site level, locking available only at site collection level.

What you can do as a workaround,

  • Go to to Sub-site permission setting from Site settings
  • Stop the inheritance
  • Remove all users /groups or change their permission level. If you want to restrict for short time then make sure you copy the permission somewhere else before.

다른 팁

in addition to the above, you might like to also confirm theres no sites below the subsite that you dont want locked. If there is, break inheritence first.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top