|
1789 | 1789 | "name": "standards.DeletedUserRentention",
|
1790 | 1790 | "cat": "SharePoint Standards",
|
1791 | 1791 | "tag": ["lowimpact"],
|
1792 |
| - "helpText": "Sets the retention period for deleted users OneDrive to 1 year/365 days", |
1793 |
| - "docsDescription": "When a OneDrive user gets deleted, the personal SharePoint site is saved for 1 year and data can be retrieved from it.", |
1794 |
| - "addedComponent": [], |
1795 |
| - "label": "Retain a deleted user OneDrive for 1 year", |
| 1792 | + "helpText": "Sets the retention period for deleted users OneDrive to the specified number of years. The default is 1 year.", |
| 1793 | + "docsDescription": "When a OneDrive user gets deleted, the personal SharePoint site is saved for selected time in years and data can be retrieved from it.", |
| 1794 | + "addedComponent": [ |
| 1795 | + { |
| 1796 | + "type": "Select", |
| 1797 | + "name": "standards.DeletedUserRentention.Days", |
| 1798 | + "label": "Retention in years (Default 1)", |
| 1799 | + "values": [ |
| 1800 | + { |
| 1801 | + "label": "1 year", |
| 1802 | + "value": "365" |
| 1803 | + }, |
| 1804 | + { |
| 1805 | + "label": "2 years", |
| 1806 | + "value": "730" |
| 1807 | + }, |
| 1808 | + { |
| 1809 | + "label": "3 years", |
| 1810 | + "value": "1095" |
| 1811 | + }, |
| 1812 | + { |
| 1813 | + "label": "4 years", |
| 1814 | + "value": "1460" |
| 1815 | + }, |
| 1816 | + { |
| 1817 | + "label": "5 years", |
| 1818 | + "value": "1825" |
| 1819 | + }, |
| 1820 | + { |
| 1821 | + "label": "6 years", |
| 1822 | + "value": "2190" |
| 1823 | + }, |
| 1824 | + { |
| 1825 | + "label": "7 years", |
| 1826 | + "value": "2555" |
| 1827 | + }, |
| 1828 | + { |
| 1829 | + "label": "8 years", |
| 1830 | + "value": "2920" |
| 1831 | + }, |
| 1832 | + { |
| 1833 | + "label": "9 years", |
| 1834 | + "value": "3285" |
| 1835 | + }, |
| 1836 | + { |
| 1837 | + "label": "10 years", |
| 1838 | + "value": "3650" |
| 1839 | + } |
| 1840 | + ] |
| 1841 | + } |
| 1842 | + ], |
| 1843 | + "label": "Set deleted user retention time in OneDrive", |
1796 | 1844 | "impact": "Low Impact",
|
1797 | 1845 | "impactColour": "info",
|
1798 | 1846 | "powershellEquivalent": "Update-MgBetaAdminSharepointSetting",
|
|
1826 | 1874 | "impact": "Low Impact",
|
1827 | 1875 | "impactColour": "info",
|
1828 | 1876 | "powershellEquivalent": "Set-SPOTenant -EnableAzureADB2BIntegration $true",
|
1829 |
| - "recommendedBy": [ |
1830 |
| - "CIS 3.0" |
1831 |
| - ] |
| 1877 | + "recommendedBy": ["CIS 3.0"] |
1832 | 1878 | },
|
1833 | 1879 | {
|
1834 | 1880 | "name": "standards.SPDisallowInfectedFiles",
|
|
1840 | 1886 | "impact": "Low Impact",
|
1841 | 1887 | "impactColour": "info",
|
1842 | 1888 | "powershellEquivalent": "Set-SPOTenant -DisallowInfectedFileDownload $true",
|
1843 |
| - "recommendedBy": [ |
1844 |
| - "CIS 3.0" |
1845 |
| - ] |
| 1889 | + "recommendedBy": ["CIS 3.0"] |
1846 | 1890 | },
|
1847 | 1891 | {
|
1848 | 1892 | "name": "standards.SPDirectSharing",
|
|
1854 | 1898 | "impact": "Medium Impact",
|
1855 | 1899 | "impactColour": "warning",
|
1856 | 1900 | "powershellEquivalent": "Set-SPOTenant -DefaultSharingLinkType Direct",
|
1857 |
| - "recommendedBy": [ |
1858 |
| - "CIS 3.0" |
1859 |
| - ] |
| 1901 | + "recommendedBy": ["CIS 3.0"] |
1860 | 1902 | },
|
1861 | 1903 | {
|
1862 | 1904 | "name": "standards.SPExternalUserExpiration",
|
|
1874 | 1916 | "impact": "Medium Impact",
|
1875 | 1917 | "impactColour": "warning",
|
1876 | 1918 | "powershellEquivalent": "Set-SPOTenant -ExternalUserExpireInDays 30 -ExternalUserExpirationRequired $True",
|
1877 |
| - "recommendedBy": [ |
1878 |
| - "CIS 3.0" |
1879 |
| - ] |
| 1919 | + "recommendedBy": ["CIS 3.0"] |
1880 | 1920 | },
|
1881 | 1921 | {
|
1882 | 1922 | "name": "standards.SPEmailAttestation",
|
|
1894 | 1934 | "impact": "Medium Impact",
|
1895 | 1935 | "impactColour": "warning",
|
1896 | 1936 | "powershellEquivalent": "Set-SPOTenant -EmailAttestationRequired $true -EmailAttestationReAuthDays 15",
|
1897 |
| - "recommendedBy": [ |
1898 |
| - "CIS 3.0" |
1899 |
| - ] |
| 1937 | + "recommendedBy": ["CIS 3.0"] |
1900 | 1938 | },
|
1901 | 1939 | {
|
1902 | 1940 | "name": "standards.DisableAddShortcutsToOneDrive",
|
|
0 commit comments