Hi,
Is there any T-Sql query that will return whether a Sub-site is using its Parent’s site permission (i.e. Inherited Permission) or not?
For example:
I have two sub sites (ChildSide1 and ChildSide2) created under one main site.
ChildSide1 is using Unique Permission.
Whereas ChildSide2 is Inheriting Parent Permission.
I am expecting a T-sql output that will give child site’s permission details like:
Site Name | Permission Details |
ChildSide1 | NOT Inheriting Parent Permission |
ChildSide1 | Inheriting Parent Permission |
Aftab Ansari