Skip to content

Commit 04eec0e

Browse files
Merge pull request #956 from jenniferpeled/user/jepeled/updateSetSPOTenant
Update set-spotenant for new RestrictResourceAccountAccess setting
2 parents 4479877 + f3afa24 commit 04eec0e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
44874491
Accept 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

Comments
 (0)