@@ -127,6 +127,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
127127 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
128128 [-DefaultContentCenterSite <String>]
129129 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
130+ [-RestrictResourceAccountAccess <Boolean>]
130131 [<CommonParameters>]
131132```
132133
@@ -239,6 +240,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
239240 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
240241 [-DefaultContentCenterSite <String>]
241242 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
243+ [-RestrictResourceAccountAccess <Boolean>]
242244 [<CommonParameters>]
243245```
244246
@@ -353,6 +355,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
353355 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
354356 [-DefaultContentCenterSite <String>]
355357 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
358+ [-RestrictResourceAccountAccess <Boolean>]
356359 [<CommonParameters>]
357360```
358361
@@ -465,6 +468,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
465468 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
466469 [-DefaultContentCenterSite <String>]
467470 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
471+ [-RestrictResourceAccountAccess <Boolean>]
468472 [<CommonParameters>]
469473```
470474
@@ -4487,6 +4491,27 @@ Accept pipeline input: False
44874491Accept wildcard characters: False
44884492` ` `
44894493
4494+ # ## -RestrictResourceAccountAccess
4495+
4496+ > Applicable: SharePoint Online
4497+
4498+ Controls whether resource accounts used by Teams Rooms and Devices can retain access to files after the meeting/collaboration is complete. Setting this to True prevents devices from accessing files and other Microsoft 365 assets when not actively in-use.
4499+
4500+ PARAMVALUE : True | False
4501+
4502+ > [!NOTE]
4503+ > This feature is currently in preview and may not be available in your tenant.
4504+
4505+ ` ` ` yaml
4506+ Type: Boolean
4507+ Parameter Sets: (All)
4508+ Required: False
4509+ Position: Named
4510+ Default value: False
4511+ Accept pipeline input: False
4512+ Accept wildcard characters: False
4513+ ` ` `
4514+
44904515# ## -ResyncContentSecurityPolicyConfigurationEntries
44914516
44924517> Applicable: SharePoint Online
0 commit comments