diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md index 73e06ae93..9aa46e0c2 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md @@ -192,6 +192,7 @@ Set-SPOTenant [-RequireAcceptingAccountMatchInvitedAccount ] [-RequireAnonymousLinksExpireInDays ] [-RestrictedAccessControlforSitesErrorHelpLink ] + [-RestrictResourceAccountAccess ] [-ResyncContentSecurityPolicyConfigurationEntries ] [-ReSyncTenantPrivacyProfile ] [-SearchResolveExactEmailOrUPN ] @@ -4425,11 +4426,28 @@ Aliases: Applicable: SharePoint Online Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` +### -RestrictResourceAccountAccess + +Controls whether resource accounts used by Teams Rooms and Devices can retain access to files after the meeting or collaboration is complete. Setting this to True prevents devices from accessing files and other Microsoft 365 assets when not actively in use. + +PARAMVALUE: True | False + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: +Applicable: SharePoint Online +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` ## RELATED LINKS