|
278 | 278 | },
|
279 | 279 | "Add-PnPFolderUserSharingLink": {
|
280 | 280 | "body": [
|
281 |
| - "Add-PnPFolderUserSharingLink -Folder $1 -Type $2 -Users $3" |
| 281 | + "Add-PnPFolderUserSharingLink -Folder $1 -ShareType $2 -Users $3" |
282 | 282 | ],
|
283 | 283 | "description": "Creates a new user sharing link for a folder.",
|
284 | 284 | "prefix": [
|
|
1091 | 1091 | },
|
1092 | 1092 | "Copy-PnPFolder": {
|
1093 | 1093 | "body": [
|
1094 |
| - "Copy-PnPFolder " |
| 1094 | + "Copy-PnPFolder -SourceUrl $1 -TargetUrl $2" |
1095 | 1095 | ],
|
1096 | 1096 | "description": [
|
1097 |
| - "Copies a folder or file to a different location. This location can be within the same document library, same site, same site collection or even to another site collection on the same tenant. Notice that if copying between sites or to a subsite you cannot specify a target filename, only a folder name.", |
| 1097 | + "Copies a folder or file to a different location within SharePoiint. This location can be within the same document library, same site, same site collection or even to another site collection on the same tenant. Notice that if copying between sites or to a subsite you cannot specify a target filename, only a folder name.", |
1098 | 1098 | "Copying files and folders is bound to some restrictions. You can find more on it here: https://learn.microsoft.com/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits#moving-and-copying-across-sites",
|
1099 |
| - "https://learn.microsoft.com/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits#moving-and-copying-across-sites" |
| 1099 | + "https://learn.microsoft.com/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits#moving-and-copying-across-sites", |
| 1100 | + "It can also accommodate copying an entire folder with all its files and optionally even subfolders and files from a local path onto SharePoint Online." |
1100 | 1101 | ],
|
1101 | 1102 | "prefix": [
|
1102 | 1103 | "Copy-PnPFolder"
|
|
2210 | 2211 | "Get-PnPLargeListOperationStatus"
|
2211 | 2212 | ]
|
2212 | 2213 | },
|
2213 |
| - "Get-PnPLibraryFileVersionExpirationReportJobProgress": { |
| 2214 | + "Get-PnPLibraryFileVersionBatchDeleteJobStatus": { |
| 2215 | + "body": [ |
| 2216 | + "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity $1" |
| 2217 | + ], |
| 2218 | + "description": "This cmdlet allows retrieval of the progress of deleting existing file versions on the document library.", |
| 2219 | + "prefix": [ |
| 2220 | + "Get-PnPLibraryFileVersionBatchDeleteJobStatus" |
| 2221 | + ] |
| 2222 | + }, |
| 2223 | + "Get-PnPLibraryFileVersionExpirationReportJobStatus": { |
2214 | 2224 | "body": [
|
2215 |
| - "Get-PnPLibraryFileVersionExpirationReportJobProgress -Identity $1 -ReportUrl $2" |
| 2225 | + "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity $1 -ReportUrl $2" |
2216 | 2226 | ],
|
2217 | 2227 | "description": "Gets the status for a file version usage report generation job for a document library.",
|
2218 | 2228 | "prefix": [
|
2219 |
| - "Get-PnPLibraryFileVersionExpirationReportJobProgress" |
| 2229 | + "Get-PnPLibraryFileVersionExpirationReportJobStatus" |
2220 | 2230 | ]
|
2221 | 2231 | },
|
2222 | 2232 | "Get-PnPList": {
|
|
2842 | 2852 | "Get-PnPSiteDesignTask"
|
2843 | 2853 | ]
|
2844 | 2854 | },
|
2845 |
| - "Get-PnPSiteFileVersionExpirationReportJobProgress": { |
| 2855 | + "Get-PnPSiteFileVersionBatchDeleteJobStatus": { |
2846 | 2856 | "body": [
|
2847 |
| - "Get-PnPSiteFileVersionExpirationReportJobProgress -ReportUrl $1" |
| 2857 | + "Get-PnPSiteFileVersionBatchDeleteJobStatus " |
| 2858 | + ], |
| 2859 | + "description": "This cmdlet allows retrieval of the progress of deleting existing file versions on the site.", |
| 2860 | + "prefix": [ |
| 2861 | + "Get-PnPSiteFileVersionBatchDeleteJobStatus" |
| 2862 | + ] |
| 2863 | + }, |
| 2864 | + "Get-PnPSiteFileVersionExpirationReportJobStatus": { |
| 2865 | + "body": [ |
| 2866 | + "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl $1" |
2848 | 2867 | ],
|
2849 | 2868 | "description": "Gets the status for a file version usage report generation job for a site collection.",
|
2850 | 2869 | "prefix": [
|
2851 |
| - "Get-PnPSiteFileVersionExpirationReportJobProgress" |
| 2870 | + "Get-PnPSiteFileVersionExpirationReportJobStatus" |
2852 | 2871 | ]
|
2853 | 2872 | },
|
2854 | 2873 | "Get-PnPSiteGroup": {
|
|
2948 | 2967 | "Get-PnPSiteVersionPolicy"
|
2949 | 2968 | ]
|
2950 | 2969 | },
|
2951 |
| - "Get-PnPSiteVersionPolicyProgress": { |
| 2970 | + "Get-PnPSiteVersionPolicyStatus": { |
2952 | 2971 | "body": [
|
2953 |
| - "Get-PnPSiteVersionPolicyProgress " |
| 2972 | + "Get-PnPSiteVersionPolicyStatus " |
2954 | 2973 | ],
|
2955 | 2974 | "description": "This cmdlet allows retrieval of the progress of setting version policy for existing document libraries on the site.",
|
2956 | 2975 | "prefix": [
|
2957 |
| - "Get-PnPSiteVersionPolicyProgress" |
| 2976 | + "Get-PnPSiteVersionPolicyStatus" |
2958 | 2977 | ]
|
2959 | 2978 | },
|
2960 | 2979 | "Get-PnPStorageEntity": {
|
|
6354 | 6373 | "body": [
|
6355 | 6374 | "Set-PnPSiteVersionPolicy "
|
6356 | 6375 | ],
|
6357 |
| - "description": [ |
6358 |
| - "EXAMPLE 1", |
6359 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", |
6360 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", |
6361 |
| - "Set AutoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as AutoExpiration for existing document libraries that enabled versioning.", |
6362 |
| - "EXAMPLE 2", |
6363 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", |
6364 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", |
6365 |
| - "Set ExpireAfter file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as ExpireAfter for existing document libraries that enabled versioning.", |
6366 |
| - "EXAMPLE 3", |
6367 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", |
6368 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", |
6369 |
| - "Set NoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning.", |
6370 |
| - "EXAMPLE 4", |
6371 |
| - "Set-PnPSiteVersionPolicy -InheritFromTenant", |
6372 |
| - "Set-PnPSiteVersionPolicy -InheritFromTenant", |
6373 |
| - "Clear the file version setting on a site. The new document libraries will use the tenant level setting.", |
6374 |
| - "EXAMPLE 5", |
6375 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", |
6376 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", |
6377 |
| - "Set AutoExpiration file version trim mode for a site. The new document libraries will use this version setting.", |
6378 |
| - "EXAMPLE 6", |
6379 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", |
6380 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", |
6381 |
| - "Set ExpireAfter file version trim mode for a site. The new document libraries will use this version setting.", |
6382 |
| - "EXAMPLE 7", |
6383 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", |
6384 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", |
6385 |
| - "Set NoExpiration file version trim mode for a site. The new document libraries will use this version setting.", |
6386 |
| - "EXAMPLE 8", |
6387 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", |
6388 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", |
6389 |
| - "Create a request to set the file version trim mode as AutoExpiration for existing document libraries that enabled versioning.", |
6390 |
| - "EXAMPLE 9", |
6391 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", |
6392 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", |
6393 |
| - "Create a request to set the file version trim mode as ExpireAfter for existing document libraries that enabled versioning.", |
6394 |
| - "EXAMPLE 10", |
6395 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", |
6396 |
| - "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", |
6397 |
| - "Create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning.", |
6398 |
| - "EXAMPLE 11", |
6399 |
| - "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", |
6400 |
| - "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", |
6401 |
| - "Cancel the existing request which sets the file version trim mode for existing document libraries on a site." |
6402 |
| - ], |
| 6376 | + "description": "Configures the versioning policy for a SharePoint Online site collection.", |
6403 | 6377 | "prefix": [
|
6404 | 6378 | "Set-PnPSiteVersionPolicy"
|
6405 | 6379 | ]
|
|
6426 | 6400 | "body": [
|
6427 | 6401 | "Set-PnPStructuralNavigationCacheWebState -IsEnabled $1"
|
6428 | 6402 | ],
|
6429 |
| - "description": "The Set-PnPStructuralNavigationCacheWebState cmdlet can be used to enable or disable caching for a webs in a site collection. If the WebUrl parameter has not been specified the currently connected to site will be used.", |
| 6403 | + "description": "The Set-PnPStructuralNavigationCacheWebState cmdlet can be used to enable or disable caching for a web. If the WebUrl parameter has not been specified the currently connected to web will be used.", |
6430 | 6404 | "prefix": [
|
6431 | 6405 | "Set-PnPStructuralNavigationCacheWebState"
|
6432 | 6406 | ]
|
|
6483 | 6457 | "body": [
|
6484 | 6458 | "Set-PnPTeamsTab -Team $1 -Channel $2"
|
6485 | 6459 | ],
|
6486 |
| - "description": "Allows to update Teams Tab settings.", |
| 6460 | + "description": "Allows to update Teams tab settings.", |
6487 | 6461 | "prefix": [
|
6488 | 6462 | "Set-PnPTeamsTab"
|
6489 | 6463 | ]
|
|
6868 | 6842 | "Uninstall-PnPApp"
|
6869 | 6843 | ]
|
6870 | 6844 | },
|
| 6845 | + "Unlock-PnPSensitivityLabelEncryptedFile": { |
| 6846 | + "body": [ |
| 6847 | + "Unlock-PnPSensitivityLabelEncryptedFile -Url $1 -JustificationText $2" |
| 6848 | + ], |
| 6849 | + "description": "It removes encryption on a Sensitivity label encrypted file in SharePoint Online.", |
| 6850 | + "prefix": [ |
| 6851 | + "Unlock-PnPSensitivityLabelEncryptedFile" |
| 6852 | + ] |
| 6853 | + }, |
6871 | 6854 | "Unpublish-PnPApp": {
|
6872 | 6855 | "body": [
|
6873 | 6856 | "Unpublish-PnPApp "
|
|
0 commit comments