|
3585 | 3585 | {
|
3586 | 3586 | "name": "standards.SPDirectSharing",
|
3587 | 3587 | "cat": "SharePoint Standards",
|
3588 |
| - "tag": ["CIS M365 5.0 (7.2.7)", "CISA (MS.SPO.1.4v1)"], |
3589 |
| - "helpText": "Ensure default link sharing is set to Direct in SharePoint and OneDrive", |
| 3588 | + "tag": [], |
| 3589 | + "helpText": "This standard has been deprecated in favor of the Default Sharing Link standard. ", |
3590 | 3590 | "executiveText": "Configures SharePoint and OneDrive to share files directly with specific people rather than creating anonymous links, improving security by ensuring only intended recipients can access shared documents. This reduces the risk of accidental data exposure through link sharing.",
|
3591 | 3591 | "addedComponent": [],
|
3592 | 3592 | "label": "Default sharing to Direct users",
|
|
3636 | 3636 | "powershellEquivalent": "Set-SPOTenant -EmailAttestationRequired $true -EmailAttestationReAuthDays 15",
|
3637 | 3637 | "recommendedBy": ["CIS", "CIPP"]
|
3638 | 3638 | },
|
| 3639 | + { |
| 3640 | + "name": "standards.DefaultSharingLink", |
| 3641 | + "cat": "SharePoint Standards", |
| 3642 | + "tag": ["CIS M365 5.0 (7.2.7)", "CIS M365 5.0 (7.2.11)", "CISA (MS.SPO.1.4v1)"], |
| 3643 | + "helpText": "Configure the SharePoint default sharing link type and permission. This setting controls both the type of sharing link created by default and the permission level assigned to those links.", |
| 3644 | + "docsDescription": "Sets the default sharing link type (Direct or Internal) and permission (View) in SharePoint and OneDrive. Direct sharing means links only work for specific people, while Internal sharing means links work for anyone in the organization. Setting the view permission as the default ensures that users must deliberately select the edit permission when sharing a link, reducing the risk of unintentionally granting edit privileges.", |
| 3645 | + "executiveText": "Configures SharePoint default sharing links to implement the principle of least privilege for document sharing. This security measure reduces the risk of accidental data modification while maintaining collaboration functionality, requiring users to explicitly select Edit permissions when necessary. The sharing type setting controls whether links are restricted to specific recipients or available to the entire organization. This reduces the risk of accidental data exposure through link sharing.", |
| 3646 | + "addedComponent": [ |
| 3647 | + { |
| 3648 | + "type": "autoComplete", |
| 3649 | + "multiple": false, |
| 3650 | + "creatable": false, |
| 3651 | + "required": true, |
| 3652 | + "label": "Default Sharing Link Type", |
| 3653 | + "name": "standards.DefaultSharingLink.SharingLinkType", |
| 3654 | + "options": [ |
| 3655 | + { |
| 3656 | + "label": "Direct - Only the people the user specifies", |
| 3657 | + "value": "Direct" |
| 3658 | + }, |
| 3659 | + { |
| 3660 | + "label": "Internal - Only people in your organization", |
| 3661 | + "value": "Internal" |
| 3662 | + } |
| 3663 | + ] |
| 3664 | + } |
| 3665 | + ], |
| 3666 | + "label": "Set Default Sharing Link Settings", |
| 3667 | + "impact": "Low Impact", |
| 3668 | + "impactColour": "info", |
| 3669 | + "addedDate": "2025-06-13", |
| 3670 | + "powershellEquivalent": "Set-SPOTenant -DefaultSharingLinkType [Direct|Internal] -DefaultLinkPermission View", |
| 3671 | + "recommendedBy": ["CIS", "CIPP"] |
| 3672 | + }, |
3639 | 3673 | {
|
3640 | 3674 | "name": "standards.DisableAddShortcutsToOneDrive",
|
3641 | 3675 | "cat": "SharePoint Standards",
|
|
0 commit comments