Skip to content

Commit 71125d9

Browse files
Merge pull request #4484 from Zacgoose/spo-file-requests
Add SharePoint File Requests standard
2 parents f1f19f3 + ece5b18 commit 71125d9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/data/standards.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3536,6 +3536,33 @@
35363536
"powershellEquivalent": "Update-MgBetaAdminSharePointSetting",
35373537
"recommendedBy": []
35383538
},
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+
},
35393566
{
35403567
"name": "standards.TenantDefaultTimezone",
35413568
"cat": "SharePoint Standards",

0 commit comments

Comments
 (0)