You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
17
17
- Added `EnableAzureADB2BIntegration` to be returned by `Get-PnPTenant`[#3022](https://github.com/pnp/powershell/pull/3022)
18
18
- Added `-SkipUrlValidation` to `Get-PnPSiteCollectionAppCatalog` which allows for skipping the URL validation when retrieving the site collection app catalog making it faster but potentially returning URLs that have been renamed [#2305](https://github.com/pnp/powershell/pull/3025)
19
19
- Added `Get-PnPLargeListOperationStatus` cmdlet to retrieve the status of a large list operation. [#3033](https://github.com/pnp/powershell/pull/3033)
20
+
- Added `-BlockDownloadFileTypePolicy`, `-BlockDownloadFileTypeIds` and `-ExcludedBlockDownloadGroupIds` parameters to `Set-PnPTenant` cmdlet. [#3081](https://github.com/pnp/powershell/pull/3081)
20
21
- Added `-BlockDownloadPolicy`, `-ExcludeBlockDownloadPolicySiteOwners` and `ExcludedBlockDownloadGroupIds` parameters to `Set-PnPTenantSite` and `Set-PnPSite` cmdlets. [#3084](https://github.com/pnp/powershell/pull/3084)
21
22
- Added `-OpenInNewTab` parameter to `Add-PnPNavigationNode` cmdlet to allow links to be opened in a new tab. [#3094](https://github.com/pnp/powershell/pull/3094)
22
23
- Added `-ArchiveRedirectUrl` to `Set-PnPTenant` allowing the configuration of a custom page to be shown when navigating to an archived SharePoint Online site [#3100](https://github.com/pnp/powershell/pull/3100)
@@ -907,7 +910,7 @@ True (default) - The Shared with Everyone folder is created.
907
910
False - No folder is created when the site and OneDrive for Business document library is created.
908
911
909
912
The default behavior of the Shared with Everyone folder changed in August 2015.
910
-
For additional information about the change, see Provision the Shared with Everyone folder in OneDrive for Business (https://support.office.com/en-us/article/Provision-the-Shared-with-Everyone-folder-in-OneDrive-for-Business-6bb02c91-fd0b-42ba-9457-3921cb6dc5b2?ui=en-US&rs=en-US&ad=US)
913
+
For additional information about the change, see Provision the Shared with Everyone folder in OneDrive for Business (https://support.office.com/article/Provision-the-Shared-with-Everyone-folder-in-OneDrive-for-Business-6bb02c91-fd0b-42ba-9457-3921cb6dc5b2)
911
914
912
915
```yaml
913
916
Type: Boolean
@@ -1781,7 +1784,7 @@ In this case, Whiteboard provides temporary viewing and collaboration on the whi
1781
1784
1782
1785
If you have external sharing enabled for OneDrive for Business, no further action is required.
1783
1786
1784
-
If you restrict external sharing for OneDrive for Business, you can keep it restricted, and just enable this new setting in order for external and shared device accounts to work. For more information, see [Manage sharing for Microsoft Whiteboard](https://learn.microsoft.com/en-us/microsoft-365/whiteboard/manage-sharing-organizations).
1787
+
If you restrict external sharing for OneDrive for Business, you can keep it restricted, and just enable this new setting in order for external and shared device accounts to work. For more information, see [Manage sharing for Microsoft Whiteboard](https://learn.microsoft.com/microsoft-365/whiteboard/manage-sharing-organizations).
You can block the download of Teams meeting recording files from SharePoint or OneDrive. This allows users to remain productive while addressing the risk of accidental data loss. Users have browser-only access to play the meeting recordings with no ability to download or sync files or access them through apps.
2037
+
2038
+
This policy applies to new meeting recordings across the entire organization. You can exempt people who are members of specified security groups from the policy. This allows you to specify governance or compliance specialists who should have download access to meeting recordings.
2039
+
2040
+
After the policy is turned on, any new Teams meeting recording files created by the Teams service and saved in SharePoint and OneDrive are blocked from download.
2041
+
2042
+
Because this policy affects meeting recordings stored in OneDrive and SharePoint, you must be a SharePoint administrator to configure it.
2043
+
2044
+
Note that this policy doesn't apply to manually uploaded meeting recording files. For more details, see [Block the download of Teams meeting recording files from SharePoint or OneDrive.](https://learn.microsoft.com/microsoftteams/block-download-meeting-recording)
2045
+
2046
+
```yaml
2047
+
Type: Boolean
2048
+
Parameter Sets: (All)
2049
+
2050
+
Required: False
2051
+
Position: Named
2052
+
Default value: None
2053
+
Accept pipeline input: False
2054
+
Accept wildcard characters: False
2055
+
```
2056
+
2057
+
### -BlockDownloadFileTypeIds
2058
+
2059
+
The File Type IDs which need to specified to prevent download.
2060
+
2061
+
```yaml
2062
+
Type: SPBlockDownloadFileTypeId[]
2063
+
Parameter Sets: (All)
2064
+
2065
+
Required: False
2066
+
Position: Named
2067
+
Default value: None
2068
+
Accept pipeline input: False
2069
+
Accept wildcard characters: False
2070
+
```
2071
+
2072
+
### -ExcludedBlockDownloadGroupIds
2073
+
2074
+
This parameter exempts users in the specified security groups from this policy so that they can download meeting recording files.
2075
+
2076
+
```yaml
2077
+
Type: GUID[]
2078
+
Parameter Sets: (All)
2079
+
2080
+
Required: False
2081
+
Position: Named
2082
+
Default value: None
2083
+
Accept pipeline input: False
2084
+
Accept wildcard characters: False
2085
+
```
2086
+
2031
2087
### -Force
2032
2088
If provided, no confirmation will be requested and the action will be performed
WriteWarning("Please note that this policy only prevents download of Teams Meeting Recording files saved in SharePoint Online by the Teams service. Only new meeting recordings saved after this policy is set will be impacted.");
0 commit comments