|
2539 | 2539 | "Get-PnPMicrosoft365GroupYammerCommunity -Identity $1"
|
2540 | 2540 | ]
|
2541 | 2541 | },
|
| 2542 | + "Get-PnPMicrosoft365Roadmap": { |
| 2543 | + "prefix": [ |
| 2544 | + "Get-PnPMicrosoft365Roadmap" |
| 2545 | + ], |
| 2546 | + "description": "Allows retrieval of the Microsoft 365 Roadmap. Pipe the output to i.e. a Where-Object to filter it down to the desired items. You do not need to be connected to any tenant to utilize this cmdlet.", |
| 2547 | + "body": [ |
| 2548 | + "Get-PnPMicrosoft365Roadmap " |
| 2549 | + ] |
| 2550 | + }, |
2542 | 2551 | "Get-PnPNavigationNode": {
|
2543 | 2552 | "prefix": [
|
2544 | 2553 | "Get-PnPNavigationNode"
|
|
3352 | 3361 | ],
|
3353 | 3362 | "description": [
|
3354 | 3363 | "Returns organization-level site collection properties such as StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated, and SiteCreationMode.",
|
3355 |
| - "Currently, there are no parameters for this cmdlet.", |
3356 |
| - "You must have the SharePoint Online admin or Global admin role to run the cmdlet." |
| 3364 | + "If one or more properties cannot be retrieved, such as when a property is not available yet on the tenant due to a new feature rollout, a warning will be shown. Use -Verbose to see detailed information on properties that could not be retrieved." |
3357 | 3365 | ],
|
3358 | 3366 | "body": [
|
3359 | 3367 | "Get-PnPTenant "
|
|
5818 | 5826 | "Reset-PnPDocumentId"
|
5819 | 5827 | ],
|
5820 | 5828 | "description": [
|
5821 |
| - "This cmdlet allows requesting SharePoint Online to recalculate and reassign the unique document ID of a file. This can be useful if the document ID of a file has been lost, has gotten corrupted or duplicated. The unique document ID will be calculated based on an internal predictable algorithm and will contain parts of the site collection, web, list and listitem. It should only take seconds for it to recalculate and reassign the document ID. If it remains the same after running this cmdlet, it means the assigned document ID is correct. There's no use of running it multiple times on the same file.", |
| 5829 | + "This cmdlet allows requesting SharePoint Online to recalculate and reassign the unique document ID of a specific file or of all files using a specific content type in a document library. This can be useful if the document ID of a file has been lost, has gotten corrupted or duplicated. The unique document ID will be calculated based on an internal predictable algorithm and will contain parts of the site collection, web, list and listitem.", |
| 5830 | + "When applying this to a specific file, it should only take seconds for it to recalculate and reassign the document ID. When applying it to the entire library, it may take up to 24 hours to process the request.", |
| 5831 | + "If the document ID remains the same after running this cmdlet, it means the assigned document ID is correct. There's no use of running it multiple times on the same file.", |
5822 | 5832 | "You need to be connected to the same site collection in which the file on which you wish to perform the operation resides."
|
5823 | 5833 | ],
|
5824 | 5834 | "body": [
|
5825 |
| - "Reset-PnPDocumentId -Identity $1" |
| 5835 | + "Reset-PnPDocumentId -File $1" |
5826 | 5836 | ]
|
5827 | 5837 | },
|
5828 | 5838 | "Reset-PnPFileVersion": {
|
|
6772 | 6782 | "Set-PnPSiteDesign -Identity $1"
|
6773 | 6783 | ]
|
6774 | 6784 | },
|
| 6785 | + "Set-PnPSiteDocumentIdPrefix": { |
| 6786 | + "prefix": [ |
| 6787 | + "Set-PnPSiteDocumentIdPrefix" |
| 6788 | + ], |
| 6789 | + "description": [ |
| 6790 | + "This cmdlet allows changing of the document Id prefix that has been assigned to a site. It essentially does what you can also do using the page /_layouts/15/DocIdSettings.aspx in the SharePoint Online web interface.", |
| 6791 | + "It also offers an option to reset the currently assigned document Ids of all files within a site.", |
| 6792 | + "You need to be connected to the sitecollection of which you want to change the document Id prefix." |
| 6793 | + ], |
| 6794 | + "body": [ |
| 6795 | + "Set-PnPSiteDocumentIdPrefix -DocumentIdPrefix $1" |
| 6796 | + ] |
| 6797 | + }, |
6775 | 6798 | "Set-PnPSiteGroup": {
|
6776 | 6799 | "prefix": [
|
6777 | 6800 | "Set-PnPSiteGroup"
|
|
0 commit comments