|
3536 | 3536 | "powershellEquivalent": "Update-MgBetaAdminSharePointSetting",
|
3537 | 3537 | "recommendedBy": []
|
3538 | 3538 | },
|
| 3539 | + { |
| 3540 | + "name": "standards.SPFileRequests", |
| 3541 | + "cat": "SharePoint Standards", |
| 3542 | + "tag": [], |
| 3543 | + "helpText": "Enables or disables File Requests for SharePoint and OneDrive, allowing users to create secure upload-only links. Optionally sets the maximum number of days for the link to remain active before expiring.", |
| 3544 | + "docsDescription": "File Requests allow users to create secure upload-only share links where uploads are hidden from other people using the link. This creates a secure and private way for people to upload files to a folder. This feature is not enabled by default on new tenants and requires PowerShell configuration. This standard enables or disables this feature and optionally configures link expiration settings for both SharePoint and OneDrive.", |
| 3545 | + "executiveText": "Enables secure file upload functionality that allows external users to submit files directly to company folders without seeing other submissions or folder contents. This provides a professional and secure way to collect documents from clients, vendors, and partners while maintaining data privacy and security.", |
| 3546 | + "addedComponent": [ |
| 3547 | + { |
| 3548 | + "type": "switch", |
| 3549 | + "name": "standards.SPFileRequests.state", |
| 3550 | + "label": "Enable File Requests" |
| 3551 | + }, |
| 3552 | + { |
| 3553 | + "type": "number", |
| 3554 | + "name": "standards.SPFileRequests.expirationDays", |
| 3555 | + "label": "Link Expiration 1-730 Days (Optional)", |
| 3556 | + "required": false |
| 3557 | + } |
| 3558 | + ], |
| 3559 | + "label": "Set SharePoint and OneDrive File Requests", |
| 3560 | + "impact": "Medium Impact", |
| 3561 | + "impactColour": "warning", |
| 3562 | + "addedDate": "2025-07-30", |
| 3563 | + "powershellEquivalent": "Set-SPOTenant -CoreRequestFilesLinkEnabled $true -OneDriveRequestFilesLinkEnabled $true -CoreRequestFilesLinkExpirationInDays 30 -OneDriveRequestFilesLinkExpirationInDays 30", |
| 3564 | + "recommendedBy": ["CIPP"] |
| 3565 | + }, |
3539 | 3566 | {
|
3540 | 3567 | "name": "standards.TenantDefaultTimezone",
|
3541 | 3568 | "cat": "SharePoint Standards",
|
|
0 commit comments