From b0cad4cae853ee737b56dc3da0b991353bdf12c2 Mon Sep 17 00:00:00 2001 From: Kweku Ako-Adjei <35539435+kwekuako@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:47:58 -0700 Subject: [PATCH 1/2] Learn Editor: Update Set-SPOTenant.md --- .../sharepoint-online/Set-SPOTenant.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 From 9fb358c7641953f14930d48ac1fdab0dd6ba2a9a Mon Sep 17 00:00:00 2001 From: Kweku Ako-Adjei <35539435+kwekuako@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:48:21 -0700 Subject: [PATCH 2/2] Learn Editor: Update Set-SPOTenant.md