Skip to content

Commit b0cad4c

Browse files
committed
Learn Editor: Update Set-SPOTenant.md
1 parent 954d928 commit b0cad4c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Set-SPOTenant
192192
[-RequireAcceptingAccountMatchInvitedAccount <Boolean>]
193193
[-RequireAnonymousLinksExpireInDays <Int32>]
194194
[-RestrictedAccessControlforSitesErrorHelpLink <String>]
195+
[-RestrictResourceAccountAccess <Boolean>]
195196
[-ResyncContentSecurityPolicyConfigurationEntries <Boolean>]
196197
[-ReSyncTenantPrivacyProfile <SwitchParameter>]
197198
[-SearchResolveExactEmailOrUPN <Boolean>]
@@ -4425,11 +4426,28 @@ Aliases:
44254426
Applicable: SharePoint Online
44264427
Required: False
44274428
Position: Named
4428-
Default value: None
4429+
Default value: False
44294430
Accept pipeline input: False
44304431
Accept wildcard characters: False
44314432
```
44324433

4434+
### -RestrictResourceAccountAccess
4435+
4436+
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.
4437+
4438+
PARAMVALUE: True | False
4439+
4440+
```yaml
4441+
Type: Boolean
4442+
Parameter Sets: (All)
4443+
Aliases:
4444+
Applicable: SharePoint Online
4445+
Required: False
4446+
Position: Named
4447+
Default value: False
4448+
Accept pipeline input: False
4449+
Accept wildcard characters: False
4450+
```
44334451

44344452
## RELATED LINKS
44354453

0 commit comments

Comments
 (0)